Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moving sfrp release 2019-03-01 to stable #6613

Merged
merged 8 commits into from
Aug 7, 2019
Prev Previous commit
removing package-2018-02 from ruby (nto being used and its failing to…
… generate sdk)
  • Loading branch information
Alfredo Santamaria Gomez committed Aug 5, 2019
commit 7ae9bfe1fc48b7ab4ea14b24b00bf1710df8dd92
11 changes: 0 additions & 11 deletions specification/servicefabric/resource-manager/readme.ruby.md
Original file line number Diff line number Diff line change
@@ -14,7 +14,6 @@ azure-arm: true
batch:
- tag: package-2019-03
- tag: package-2019-03-preview
- tag: package-2018-02
- tag: package-2017-07
- tag: package-2016-09
```
@@ -39,16 +38,6 @@ namespace: "Azure::ServiceFabric::Mgmt::V2019_03_01-preview"
output-folder: $(ruby-sdks-folder)/management/azure_mgmt_service_fabric/lib
```

### Tag: package-2018-02 and ruby

These settings apply only when `--tag=package-2018-02 --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-02' && $(ruby)
namespace: "Azure::ServiceFabric::Mgmt::V2018_02_01"
output-folder: $(ruby-sdks-folder)/management/azure_mgmt_service_fabric/lib
```

### Tag: package-2017-07 and ruby

These settings apply only when `--tag=package-2017-07 --ruby` is specified on the command line.