Skip to content

Commit

Permalink
Readme Ruby files for Swagger to SDK (Azure#3015)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarangan12 authored May 4, 2018
1 parent 456db9a commit 74ea44e
Show file tree
Hide file tree
Showing 80 changed files with 5,478 additions and 7 deletions.
60 changes: 60 additions & 0 deletions specification/analysisservices/resource-manager/readme.ruby.md
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 specification/apimanagement/resource-manager/readme.ruby.md
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
```
36 changes: 36 additions & 0 deletions specification/authorization/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,42 @@ input-file:
- Microsoft.Authorization/stable/2015-07-01/authorization.json
```
### Tag: package-2015-06-01-preview
These settings apply only when `--tag=package-2015-06-01-preview` is specified on the command line.

``` yaml $(tag) == 'package-2015-06-01-preview'
input-file:
- Microsoft.Authorization/preview/2015-06-01/authorization-ClassicAdminCalls.json
```

### Tag: package-2015-07-01-preview

These settings apply only when `--tag=package-2015-07-01-preview` is specified on the command line.

``` yaml $(tag) == 'package-2015-07-01-preview'
input-file:
- Microsoft.Authorization/preview/2015-07-01/authorization.json
```

### Tag: package-2017-10-01-preview-only

These settings apply only when `--tag=package-2017-10-01-preview-only` is specified on the command line.

``` yaml $(tag) == 'package-2017-10-01-preview-only'
input-file:
- Microsoft.Authorization/preview/2017-10-01-preview/authorization-RACalls.json
```

### Tag: package-2018-01-01-preview-only

These settings apply only when `--tag=package-2018-01-01-preview-only` is specified on the command line.

``` yaml $(tag) == 'package-2018-01-01-preview-only'
input-file:
- Microsoft.Authorization/preview/2018-01-01-preview/authorization-RoleBasedCalls.json
```

### Tag: package-2017-10-01-preview

These settings apply only when `--tag=package-2017-10-01-preview` is specified on the command line.
Expand Down
71 changes: 71 additions & 0 deletions specification/authorization/resource-manager/readme.ruby.md
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
```
27 changes: 27 additions & 0 deletions specification/automation/resource-manager/readme.ruby.md
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
```
60 changes: 60 additions & 0 deletions specification/batch/resource-manager/readme.ruby.md
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
```
38 changes: 38 additions & 0 deletions specification/billing/resource-manager/readme.ruby.md
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
```
Loading

0 comments on commit 74ea44e

Please sign in to comment.