forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Readme Ruby files for Swagger to SDK (Azure#3015)
- Loading branch information
1 parent
456db9a
commit 74ea44e
Showing
80 changed files
with
5,478 additions
and
7 deletions.
There are no files selected for viewing
60 changes: 60 additions & 0 deletions
60
specification/analysisservices/resource-manager/readme.ruby.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
## Ruby | ||
|
||
These settings apply only when `--ruby` is specified on the command line. | ||
|
||
``` yaml $(ruby) | ||
ruby: | ||
package-name: azure_mgmt_analysis_services | ||
package-version: "0.16.0" | ||
azure-arm: true | ||
``` | ||
### Ruby multi-api | ||
``` yaml $(ruby) && $(multiapi) | ||
batch: | ||
- tag: package-2017-08 | ||
- tag: package-2017-08-beta | ||
- tag: package-2017-07 | ||
- tag: package-2016-05 | ||
``` | ||
### Tag: package-2017-08 and ruby | ||
These settings apply only when `--tag=package-2017-08 --ruby` is specified on the command line. | ||
Please also specify `--ruby-sdks-folder=<path to the root directory of your azure-sdk-for-ruby clone>`. | ||
|
||
``` yaml $(tag) == 'package-2017-08' && $(ruby) | ||
namespace: "Azure::AnalysisServices::Mgmt::V2017_08_01" | ||
output-folder: $(ruby-sdks-folder)/management/azure_mgmt_analysis_services/lib | ||
``` | ||
|
||
### Tag: package-2017-08-beta and ruby | ||
|
||
These settings apply only when `--tag=package-2017-08-beta --ruby` is specified on the command line. | ||
Please also specify `--ruby-sdks-folder=<path to the root directory of your azure-sdk-for-ruby clone>`. | ||
|
||
``` yaml $(tag) == 'package-2017-08-beta' && $(ruby) | ||
namespace: "Azure::AnalysisServices::Mgmt::V2017_08_01_beta" | ||
output-folder: $(ruby-sdks-folder)/management/azure_mgmt_analysis_services/lib | ||
``` | ||
|
||
### Tag: package-2017-07 and ruby | ||
|
||
These settings apply only when `--tag=package-2017-07 --ruby` is specified on the command line. | ||
Please also specify `--ruby-sdks-folder=<path to the root directory of your azure-sdk-for-ruby clone>`. | ||
|
||
``` yaml $(tag) == 'package-2017-07' && $(ruby) | ||
namespace: "Azure::AnalysisServices::Mgmt::V2017_07_14" | ||
output-folder: $(ruby-sdks-folder)/management/azure_mgmt_analysis_services/lib | ||
``` | ||
|
||
### Tag: package-2016-05 and ruby | ||
|
||
These settings apply only when `--tag=package-2016-05 --ruby` is specified on the command line. | ||
Please also specify `--ruby-sdks-folder=<path to the root directory of your azure-sdk-for-ruby clone>`. | ||
|
||
``` yaml $(tag) == 'package-2016-05' && $(ruby) | ||
namespace: "Azure::AnalysisServices::Mgmt::V2016_05_16" | ||
output-folder: $(ruby-sdks-folder)/management/azure_mgmt_analysis_services/lib | ||
``` |
49 changes: 49 additions & 0 deletions
49
specification/apimanagement/resource-manager/readme.ruby.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
## Ruby | ||
|
||
These settings apply only when `--ruby` is specified on the command line. | ||
|
||
``` yaml $(ruby) | ||
ruby: | ||
package-name: azure_mgmt_api_management | ||
package-version: "0.16.1" | ||
azure-arm: true | ||
``` | ||
### Ruby multi-api | ||
``` yaml $(ruby) && $(multiapi) | ||
batch: | ||
- tag: package-2018-01 | ||
- tag: package-2016-10 | ||
- tag: package-2016-07 | ||
``` | ||
### Tag: package-2018-01 and ruby | ||
These settings apply only when `--tag=package-2018-01 --ruby` is specified on the command line. | ||
Please also specify `--ruby-sdks-folder=<path to the root directory of your azure-sdk-for-ruby clone>`. | ||
|
||
``` yaml $(tag) == 'package-2018-01' && $(ruby) | ||
namespace: "Azure::ApiManagement::Mgmt::V2018_01_01" | ||
output-folder: $(ruby-sdks-folder)/management/azure_mgmt_api_management/lib | ||
``` | ||
|
||
### Tag: package-2016-10 and ruby | ||
|
||
These settings apply only when `--tag=package-2016-10 --ruby` is specified on the command line. | ||
Please also specify `--ruby-sdks-folder=<path to the root directory of your azure-sdk-for-ruby clone>`. | ||
|
||
``` yaml $(tag) == 'package-2016-10' && $(ruby) | ||
namespace: "Azure::ApiManagement::Mgmt::V2016_10_10" | ||
output-folder: $(ruby-sdks-folder)/management/azure_mgmt_api_management/lib | ||
``` | ||
|
||
### Tag: package-2016-07 and ruby | ||
|
||
These settings apply only when `--tag=package-2016-07 --ruby` is specified on the command line. | ||
Please also specify `--ruby-sdks-folder=<path to the root directory of your azure-sdk-for-ruby clone>`. | ||
|
||
``` yaml $(tag) == 'package-2016-07' && $(ruby) | ||
namespace: "Azure::ApiManagement::Mgmt::V2016_07_07" | ||
output-folder: $(ruby-sdks-folder)/management/azure_mgmt_api_management/lib | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
71 changes: 71 additions & 0 deletions
71
specification/authorization/resource-manager/readme.ruby.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
## Ruby | ||
|
||
These settings apply only when `--ruby` is specified on the command line. | ||
|
||
``` yaml $(ruby) | ||
ruby: | ||
package-name: azure_mgmt_authorization | ||
package-version: "0.16.0" | ||
azure-arm: true | ||
``` | ||
### Ruby multi-api | ||
``` yaml $(ruby) && $(multiapi) | ||
batch: | ||
- tag: package-2015-07 | ||
- tag: package-2015-06-01-preview | ||
- tag: package-2015-07-01-preview | ||
- tag: package-2017-10-01-preview-only | ||
- tag: package-2018-01-01-preview-only | ||
``` | ||
### Tag: package-2015-07 and ruby | ||
These settings apply only when `--tag=package-2015-07 --ruby` is specified on the command line. | ||
Please also specify `--ruby-sdks-folder=<path to the root directory of your azure-sdk-for-ruby clone>`. | ||
|
||
``` yaml $(tag) == 'package-2015-07' && $(ruby) | ||
namespace: "Azure::Authorization::Mgmt::V2015_07_01" | ||
output-folder: $(ruby-sdks-folder)/management/azure_mgmt_authorization/lib | ||
``` | ||
|
||
### Tag: package-2015-06-01-preview and ruby | ||
|
||
These settings apply only when `--tag=package-2015-06-01-preview --ruby` is specified on the command line. | ||
Please also specify `--ruby-sdks-folder=<path to the root directory of your azure-sdk-for-ruby clone>`. | ||
|
||
``` yaml $(tag) == 'package-2015-06-01-preview' && $(ruby) | ||
namespace: "Azure::Authorization::Mgmt::V2015_06_01_preview" | ||
output-folder: $(ruby-sdks-folder)/management/azure_mgmt_authorization/lib | ||
``` | ||
|
||
### Tag: package-2015-07-01-preview and ruby | ||
|
||
These settings apply only when `--tag=package-2015-07-01-preview --ruby` is specified on the command line. | ||
Please also specify `--ruby-sdks-folder=<path to the root directory of your azure-sdk-for-ruby clone>`. | ||
|
||
``` yaml $(tag) == 'package-2015-07-01-preview' && $(ruby) | ||
namespace: "Azure::Authorization::Mgmt::V2015_07_01_preview" | ||
output-folder: $(ruby-sdks-folder)/management/azure_mgmt_authorization/lib | ||
``` | ||
|
||
### Tag: package-2017-10-01-preview-only and ruby | ||
|
||
These settings apply only when `--tag=package-2017-10-01-preview-only --ruby` is specified on the command line. | ||
Please also specify `--ruby-sdks-folder=<path to the root directory of your azure-sdk-for-ruby clone>`. | ||
|
||
``` yaml $(tag) == 'package-2017-10-01-preview-only' && $(ruby) | ||
namespace: "Azure::Authorization::Mgmt::V2017_10_01_preview" | ||
output-folder: $(ruby-sdks-folder)/management/azure_mgmt_authorization/lib | ||
``` | ||
|
||
### Tag: package-2018-01-01-preview-only and ruby | ||
|
||
These settings apply only when `--tag=package-2018-01-01-preview-only --ruby` is specified on the command line. | ||
Please also specify `--ruby-sdks-folder=<path to the root directory of your azure-sdk-for-ruby clone>`. | ||
|
||
``` yaml $(tag) == 'package-2018-01-01-preview-only' && $(ruby) | ||
namespace: "Azure::Authorization::Mgmt::V2018_01_01_preview" | ||
output-folder: $(ruby-sdks-folder)/management/azure_mgmt_authorization/lib | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
## Ruby | ||
|
||
These settings apply only when `--ruby` is specified on the command line. | ||
|
||
``` yaml $(ruby) | ||
ruby: | ||
package-name: azure_mgmt_automation | ||
package-version: "0.16.0" | ||
azure-arm: true | ||
``` | ||
### Ruby multi-api | ||
``` yaml $(ruby) && $(multiapi) | ||
batch: | ||
- tag: package-2015-10 | ||
``` | ||
### Tag: package-2015-10 and ruby | ||
These settings apply only when `--tag=package-2015-10 --ruby` is specified on the command line. | ||
Please also specify `--ruby-sdks-folder=<path to the root directory of your azure-sdk-for-ruby clone>`. | ||
|
||
``` yaml $(tag) == 'package-2015-10' && $(ruby) | ||
namespace: "Azure::Automation::Mgmt::V2015_10_31" | ||
output-folder: $(ruby-sdks-folder)/management/azure_mgmt_automation/lib | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
## Ruby | ||
|
||
These settings apply only when `--ruby` is specified on the command line. | ||
|
||
``` yaml $(ruby) | ||
ruby: | ||
package-name: azure_mgmt_batch | ||
package-version: "0.16.0" | ||
azure-arm: true | ||
``` | ||
### Ruby multi-api | ||
``` yaml $(ruby) && $(multiapi) | ||
batch: | ||
- tag: package-2017-09 | ||
- tag: package-2017-05 | ||
- tag: package-2017-01 | ||
- tag: package-2015-12 | ||
``` | ||
### Tag: package-2017-09 and ruby | ||
These settings apply only when `--tag=package-2017-09 --ruby` is specified on the command line. | ||
Please also specify `--ruby-sdks-folder=<path to the root directory of your azure-sdk-for-ruby clone>`. | ||
|
||
``` yaml $(tag) == 'package-2017-09' && $(ruby) | ||
namespace: "Azure::Batch::Mgmt::V2017_09_01" | ||
output-folder: $(ruby-sdks-folder)/management/azure_mgmt_batch/lib | ||
``` | ||
|
||
### Tag: package-2017-05 and ruby | ||
|
||
These settings apply only when `--tag=package-2017-05 --ruby` is specified on the command line. | ||
Please also specify `--ruby-sdks-folder=<path to the root directory of your azure-sdk-for-ruby clone>`. | ||
|
||
``` yaml $(tag) == 'package-2017-05' && $(ruby) | ||
namespace: "Azure::Batch::Mgmt::V2017_05_01" | ||
output-folder: $(ruby-sdks-folder)/management/azure_mgmt_batch/lib | ||
``` | ||
|
||
### Tag: package-2017-01 and ruby | ||
|
||
These settings apply only when `--tag=package-2017-01 --ruby` is specified on the command line. | ||
Please also specify `--ruby-sdks-folder=<path to the root directory of your azure-sdk-for-ruby clone>`. | ||
|
||
``` yaml $(tag) == 'package-2017-01' && $(ruby) | ||
namespace: "Azure::Batch::Mgmt::V2017_01_01" | ||
output-folder: $(ruby-sdks-folder)/management/azure_mgmt_batch/lib | ||
``` | ||
|
||
### Tag: package-2015-12 and ruby | ||
|
||
These settings apply only when `--tag=package-2015-12 --ruby` is specified on the command line. | ||
Please also specify `--ruby-sdks-folder=<path to the root directory of your azure-sdk-for-ruby clone>`. | ||
|
||
``` yaml $(tag) == 'package-2015-12' && $(ruby) | ||
namespace: "Azure::Batch::Mgmt::V2015_12_01" | ||
output-folder: $(ruby-sdks-folder)/management/azure_mgmt_batch/lib | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
## Ruby | ||
|
||
These settings apply only when `--ruby` is specified on the command line. | ||
|
||
``` yaml $(ruby) | ||
ruby: | ||
package-name: azure_mgmt_billing | ||
package-version: "0.16.0" | ||
azure-arm: true | ||
``` | ||
### Ruby multi-api | ||
``` yaml $(ruby) && $(multiapi) | ||
batch: | ||
- tag: package-2017-04-preview | ||
- tag: package-2017-02-preview | ||
``` | ||
### Tag: package-2017-04-preview and ruby | ||
These settings apply only when `--tag=package-2017-04-preview --ruby` is specified on the command line. | ||
Please also specify `--ruby-sdks-folder=<path to the root directory of your azure-sdk-for-ruby clone>`. | ||
|
||
``` yaml $(tag) == 'package-2017-04-preview' && $(ruby) | ||
namespace: "Azure::Billing::Mgmt::V2017_04_24_preview" | ||
output-folder: $(ruby-sdks-folder)/management/azure_mgmt_billing/lib | ||
``` | ||
|
||
### Tag: package-2017-02-preview and ruby | ||
|
||
These settings apply only when `--tag=package-2017-02-preview --ruby` is specified on the command line. | ||
Please also specify `--ruby-sdks-folder=<path to the root directory of your azure-sdk-for-ruby clone>`. | ||
|
||
``` yaml $(tag) == 'package-2017-02-preview' && $(ruby) | ||
namespace: "Azure::Billing::Mgmt::V2017_02_27_preview" | ||
output-folder: $(ruby-sdks-folder)/management/azure_mgmt_billing/lib | ||
``` |
Oops, something went wrong.