diff --git a/specification/resources/resource-manager/readme.go.md b/specification/resources/resource-manager/readme.go.md index d92100bcc165..7ad51fe4aeff 100644 --- a/specification/resources/resource-manager/readme.go.md +++ b/specification/resources/resource-manager/readme.go.md @@ -42,6 +42,7 @@ batch: - tag: package-resources-2016-07 - tag: package-resources-2016-02 - tag: package-resources-2015-11 + - tag: package-subscriptions-2019-06 - tag: package-subscriptions-2018-06 - tag: package-subscriptions-2016-06 - tag: package-subscriptions-2015-11 @@ -251,6 +252,16 @@ namespace: resources output-folder: $(go-sdk-folder)/services/resources/mgmt/2015-11-01/resources ``` +### Tag: package-subscriptions-2019-06 and go + +These settings apply only when `--tag=package-subscriptions-2019-06 --go` is specified on the command line. +Please also specify `--go-sdk-folder=`. + +``` yaml $(tag) == 'package-subscriptions-2019-06' && $(go) +namespace: subscriptions +output-folder: $(go-sdk-folder)/services/resources/mgmt/2019-06-01/subscriptions +``` + ### Tag: package-subscriptions-2018-06 and go These settings apply only when `--tag=package-subscriptions-2018-06 --go` is specified on the command line. diff --git a/specification/resources/resource-manager/readme.java.md b/specification/resources/resource-manager/readme.java.md index 5079f2effce2..c55819b454fe 100644 --- a/specification/resources/resource-manager/readme.java.md +++ b/specification/resources/resource-manager/readme.java.md @@ -18,7 +18,6 @@ Generate all API versions currently shipped for this package ``` yaml $(java) && $(multiapi) batch: - - tag: package-2019-06 - tag: package-features-2015-12 - tag: package-locks-2016-09 - tag: package-policy-2019-06 @@ -33,23 +32,11 @@ batch: - tag: package-resources-2019-03 - tag: package-resources-2018-02 - tag: package-resources-2016-09 + - tag: package-subscriptions-2019-06 - tag: package-subscriptions-2018-06 - tag: package-subscriptions-2016-06 ``` -### Tag: package-2019-06 and java - -These settings apply only when `--tag=package-2019-06 --java` is specified on the command line. -Please also specify `--azure-libraries-for-java-folder=`. - -``` yaml $(tag) == 'package-2019-06' && $(java) && $(multiapi) -java: - namespace: com.microsoft.azure.management.resources.v2019_06_01 - output-folder: $(azure-libraries-for-java-folder)/resources/resource-manager/v2019_06_01 -regenerate-manager: true -generate-interface: true -``` - ### Tag: package-features-2015-12 and java These settings apply only when `--tag=package-features-2015-12 --java` is specified on the command line. @@ -259,6 +246,19 @@ regenerate-manager: true generate-interface: true ``` +### Tag: package-subscriptions-2019-06 and java + +These settings apply only when `--tag=package-subscriptions-2019-06 --java` is specified on the command line. +Please also specify `--azure-libraries-for-java-folder=`. + +``` yaml $(tag) == 'package-subscriptions-2019-06' && $(java) && $(multiapi) +java: + namespace: com.microsoft.azure.management.resources.v2019_06_01 + output-folder: $(azure-libraries-for-java-folder)/resources/resource-manager/v2019_06_01 +regenerate-manager: true +generate-interface: true +``` + ### Tag: package-subscriptions-2018-06 and java These settings apply only when `--tag=package-subscriptions-2018-06 --java` is specified on the command line. diff --git a/specification/resources/resource-manager/readme.md b/specification/resources/resource-manager/readme.md index 24140d72a4fd..846670eae573 100644 --- a/specification/resources/resource-manager/readme.md +++ b/specification/resources/resource-manager/readme.md @@ -40,16 +40,12 @@ tag: package-locks-2016-09 tag: package-policy-2019-06 ``` -``` yaml $(package-policy) -tag: package-policy-2019-01 -``` - ``` yaml $(package-resources) tag: package-resources-2019-08 ``` ``` yaml $(package-subscriptions) -tag: package-subscriptions-2018-06 +tag: package-subscriptions-2019-06 ``` ``` yaml $(package-links) @@ -57,18 +53,9 @@ tag: package-links-2016-09 ``` ``` yaml $(package-managedapplications) -tag: package-2019-06 +tag: package-managedapplications-2018-06 ``` - -### Tag: package-2019-06 - -These settings apply only when `--tag=package-2019-06` is specified on the command line. - -```yaml $(tag) == 'package-2019-06' -input-file: - - Microsoft.Resources/stable/2019-06-01/subscriptions.json -``` ### Tag: package-features-2015-12 These settings apply only when `--tag=package-features-2015-12` is specified on the command line. diff --git a/specification/resources/resource-manager/readme.python.md b/specification/resources/resource-manager/readme.python.md index 34d22a7cc70d..433fad5215c0 100644 --- a/specification/resources/resource-manager/readme.python.md +++ b/specification/resources/resource-manager/readme.python.md @@ -25,7 +25,6 @@ batch: - tag: package-locks-2016-09 - tag: package-locks-2015-01 - tag: package-managedapplications-2018-06 - - tag: package-managedapplications-2017-09 - tag: package-policy-2019-06 - tag: package-policy-2019-01 - tag: package-policy-2018-05 @@ -104,17 +103,6 @@ python: output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/managedapplications ``` -### Tag: package-managedapplications-2017-09 and python - -These settings apply only when `--tag=package-managedapplications-2017-09 --python` is specified on the command line. -Please also specify `--python-sdks-folder=`. - -``` yaml $(tag) == 'package-managedapplications-2017-09' && $(python) -python: - namespace: azure.mgmt.resource.managedapplications - output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/managedapplications -``` - ### Tag: package-policy-2019-06 and python These settings apply only when `--tag=package-policy-2019-06 --python` is specified on the command line. diff --git a/specification/resources/resource-manager/readme.ruby.md b/specification/resources/resource-manager/readme.ruby.md index 5d481159c7c0..2b4200a90832 100644 --- a/specification/resources/resource-manager/readme.ruby.md +++ b/specification/resources/resource-manager/readme.ruby.md @@ -47,11 +47,22 @@ package-name: azure_mgmt_subscriptions package-version: "0.16.0" azure-arm: true batch: + - tag: package-subscriptions-2019-06 - tag: package-subscriptions-2018-06 - tag: package-subscriptions-2016-06 - tag: package-subscriptions-2015-11 ``` +### Tag: package-subscriptions-2019-06 and ruby + +These settings apply only when `--tag=package-subscriptions-2019-06 --ruby` is specified on the command line. +Please also specify `--ruby-sdks-folder=`. + +``` yaml $(tag) == 'package-subscriptions-2019-06' && $(ruby) +namespace: "Azure::Subscriptions::Mgmt::V2019_06_01" +output-folder: $(ruby-sdks-folder)/management/azure_mgmt_subscriptions/lib +``` + ### Tag: package-subscriptions-2018-06 and ruby These settings apply only when `--tag=package-subscriptions-2018-06 --ruby` is specified on the command line.