This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 246
Repository Structure
Vishrut Shah edited this page Oct 21, 2016
·
2 revisions
Azure-sdk-for-ruby
|--- runtime
|--- ms-rest
|--- lib
|--- …
|--- ms_rest.gemspec
|--- ms-rest-azure
|--- lib
|--- ...
|--- ms_rest_azure.gemspec
|--- azure_batch
|--- lib
|--- ...
|--- azure_batch.gemspec
|--- ...
|--- ...
|--- azure_keyvault
|--- lib
|--- ...
|--- azure_keyvault.gemspec
|--- management
|--- azure_mgmt_authorization
|--- lib
|--- ...
|--- azure_mgmt_authorization.gemspec
|--- ...
|--- ...
|--- azure_mgmt_web
|--- lib
|--- ...
|--- azure_mgmt_web.gemspec
|--- azure_sdk
|--- lib
|--- ...
|--- azure_sdk.gemspec
|--- Rakefile.rb
|--- Gemfile
|--- vcr_helper.rb
|--- README.md
|--- swagger_to_sdk_config.json
|--- .travis.yml