diff --git a/specification/containerservice/resource-manager/readme.go.md b/specification/containerservice/resource-manager/readme.go.md index 1ecd72072b97..792722c739ae 100644 --- a/specification/containerservice/resource-manager/readme.go.md +++ b/specification/containerservice/resource-manager/readme.go.md @@ -20,6 +20,7 @@ azure-arm: true ``` yaml $(go) && $(multiapi) batch: + - tag: package-2021-08 - tag: package-2021-07 - tag: package-2021-05 - tag: package-2021-03 @@ -49,6 +50,15 @@ batch: - tag: package-2017-07 ``` +### Tag: package-2021-08 and go + +These settings apply only when `--package-2021-08 --go` is specified on the command line. +Please also specify `--go-sdk-folder=`. + +``` yaml $(tag)=='package-2021-08' && $(go) +namespace: containerservice +output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-08-01/$(namespace) +``` ### Tag: package-2021-07 and go These settings apply only when `--package-2021-07 --go` is specified on the command line. diff --git a/specification/containerservice/resource-manager/readme.java.md b/specification/containerservice/resource-manager/readme.java.md index 8fd0b2b6bafc..1c5ce150f386 100644 --- a/specification/containerservice/resource-manager/readme.java.md +++ b/specification/containerservice/resource-manager/readme.java.md @@ -38,6 +38,20 @@ batch: - tag: package-2021-03 - tag: package-2021-05 - tag: package-2021-07 + - tag: package-2021-08 +``` + +### Tag: package-2021-08 and java + +These settings apply only when `--tag=package-2021-08` is specified on the command line. +Please also specify `--azure-libraries-for-java-folder=`. + +``` yaml $(tag) == 'package-2021-08' && $(java) && $(multiapi) +java: + namespace: com.microsoft.azure.management.containerservice.v2021_08_01 + output-folder: $(azure-libraries-for-java-folder)/sdk/containerservice/mgmt-v2021_08_01 +regenerate-manager: true +generate-interface: true ``` ### Tag: package-2021-07 and java diff --git a/specification/containerservice/resource-manager/readme.md b/specification/containerservice/resource-manager/readme.md index afd09aa3d0e3..00486116b64f 100644 --- a/specification/containerservice/resource-manager/readme.md +++ b/specification/containerservice/resource-manager/readme.md @@ -46,6 +46,7 @@ These settings apply only when `--tag=package-2021-08` is specified on the comma input-file: - Microsoft.ContainerService/stable/2021-08-01/managedClusters.json ``` + ### Tag: package-2021-07 These settings apply only when `--tag=package-2021-07` is specified on the command line. @@ -346,6 +347,19 @@ input-file: ``` +### Tag: package-2021-08-01-only + +These settings apply only when `--tag=package-2021-08-01-only` is specified on the command line. + +``` yaml $(tag) == 'package-2021-08-01-only' +input-file: +- Microsoft.ContainerService/stable/2021-08-01/managedClusters.json +directive: + - suppress: DefinitionsPropertiesNamesCamelCase + where: $.definitions.ManagedClusterProperties.properties.autoScalerProfile + reason: Cluster-autoscaler settings are not camel-cased +``` + ### Tag: package-2021-07-01-only These settings apply only when `--tag=package-2021-07-01-only` is specified on the command line. diff --git a/specification/containerservice/resource-manager/readme.python.md b/specification/containerservice/resource-manager/readme.python.md index 91d6d2079b3b..cf131d3ca0e8 100644 --- a/specification/containerservice/resource-manager/readme.python.md +++ b/specification/containerservice/resource-manager/readme.python.md @@ -17,6 +17,7 @@ Generate all API versions currently shipped for this package ```yaml $(python) && $(multiapi) && $(track2) batch: + - tag: package-2021-08-01-only - tag: package-2021-07-01-only - tag: package-2021-05-01-only - tag: package-2021-03-01-only @@ -52,6 +53,19 @@ clear-output-folder: false perform-load: false ``` +### Tag: package-2021-08-01-only and python + +These settings apply only when `--tag=package-2021-08-01-only --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2021-05-01-only' && $(python) +python: + namespace: azure.mgmt.containerservice.v2021_08_01 + output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2021_08_01 +namespace: azure.mgmt.containerservice.v2021_08_01 +output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2021_08_01 +``` + ### Tag: package-2021-07-01-only and python These settings apply only when `--tag=package-2021-07-01-only --python` is specified on the command line.