diff --git a/specification/resources/resource-manager/readme.csharp.md b/specification/resources/resource-manager/readme.csharp.md index 4f6cfa4957f6..73265831607d 100644 --- a/specification/resources/resource-manager/readme.csharp.md +++ b/specification/resources/resource-manager/readme.csharp.md @@ -304,6 +304,5 @@ output-folder: $(csharp-sdks-folder)/$(csharp-profile)/Resource/Management.Resou batch: - tag: package-policy-2016-12 - tag: package-locks-2016-09 - - tag: package-subscriptions-2016-06 - tag: package-resources-2018-05 ``` \ No newline at end of file diff --git a/specification/subscription/resource-manager/readme.csharp.md b/specification/subscription/resource-manager/readme.csharp.md index 195102b651ea..05fbc35eb98d 100644 --- a/specification/subscription/resource-manager/readme.csharp.md +++ b/specification/subscription/resource-manager/readme.csharp.md @@ -43,4 +43,15 @@ namespace: Microsoft.Azure.Management.Profiles.$(profile).Subscription output-folder: $(csharp-sdks-folder)/$(profile)/Subscription/Management.Subscription/Generated batch: - tag: package-2017-11-preview -``` \ No newline at end of file +``` + +### Profile: hybrid_2019_03_01 + +These settings apply only when `--csharp-profile=hybrid_2019_03_01` is specified on the command line. + +``` yaml $(csharp-profile)=='hybrid_2019_03_01' +namespace: Microsoft.Azure.Management.Profiles.$(profile).Subscription +output-folder: $(csharp-sdks-folder)/$(profile)/Subscription/Management.Subscription/Generated +batch: + - tag: package-2016-06-01 + ``` \ No newline at end of file diff --git a/specification/subscription/resource-manager/readme.md b/specification/subscription/resource-manager/readme.md index 7622358ed08a..c6d80f66239f 100644 --- a/specification/subscription/resource-manager/readme.md +++ b/specification/subscription/resource-manager/readme.md @@ -161,4 +161,14 @@ regenerate-manager: true generate-interface: true ``` +### Tag: package-2016-06-01 + +These settings apply only when `--tag=package-2016-06-01` is specified on the command line. + +``` yaml $(tag) == 'package-2016-06-01' +input-file: +- Microsoft.Subscription/stable/2016-06-01/subscriptions.json +title: SubscriptionClient +description: The subscription client +```