diff --git a/specification/containerservice/resource-manager/readme.go.md b/specification/containerservice/resource-manager/readme.go.md index 294325faa6ed..6159794bc9ea 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-preview-2022-03 - tag: package-2022-02 - tag: package-preview-2022-02 - tag: package-2022-01 @@ -56,6 +57,16 @@ batch: - tag: package-2017-07 ``` +### Tag: package-preview-2022-03 and go + +These settings apply only when `--package-preview-2022-03 --go` is specified on the command line. +Please also specify `--go-sdk-folder=`. + +``` yaml $(tag)=='package-preview-2022-03' && $(go) +namespace: containerservice +output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2022-03-02-preview/$(namespace) +``` + ### Tag: package-2022-02 and go These settings apply only when `--package-2022-02 --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 d798bbf6381a..d19189f1dc2a 100644 --- a/specification/containerservice/resource-manager/readme.java.md +++ b/specification/containerservice/resource-manager/readme.java.md @@ -50,6 +50,20 @@ batch: - tag: package-2022-01 - tag: package-preview-2022-02 - tag: package-2022-02 + - tag: package-preview-2022-03 +``` + +### Tag: package-preview-2022-03 and java + +These settings apply only when `--tag=package-preview-2022-03` is specified on the command line. +Please also specify `--azure-libraries-for-java-folder=`. + +``` yaml $(tag) == 'package-preview-2022-03' && $(java) && $(multiapi) +java: + namespace: com.microsoft.azure.management.containerservice.v2022_03_02_preview + output-folder: $(azure-libraries-for-java-folder)/sdk/containerservice/mgmt-v2022_03_02_preview +regenerate-manager: true +generate-interface: true ``` ### Tag: package-2022-02 and java diff --git a/specification/containerservice/resource-manager/readme.md b/specification/containerservice/resource-manager/readme.md index 029c3ca6ee25..16861adf16e3 100644 --- a/specification/containerservice/resource-manager/readme.md +++ b/specification/containerservice/resource-manager/readme.md @@ -42,10 +42,15 @@ tag: package-preview-2022-03 These settings apply only when `--tag=package-preview-2022-03` is specified on the command line. -```yaml $(tag) == 'package-preview-2022-03' +``` yaml $(tag) == 'package-preview-2022-03' input-file: - Microsoft.ContainerService/preview/2022-03-02-preview/managedClusters.json +directive: + - suppress: DefinitionsPropertiesNamesCamelCase + where: $.definitions.ManagedClusterProperties.properties.autoScalerProfile + reason: Cluster-autoscaler settings are not camel-cased ``` + ### Tag: package-2022-02 These settings apply only when `--tag=package-2022-02` 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 e5c0140cea00..7a41b5c802a6 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) batch: + - tag: package-preview-2022-03 - tag: package-2022-02 - tag: package-preview-2022-02 - tag: package-2022-01 @@ -59,6 +60,16 @@ output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservic perform-load: false ``` +### Tag: package-preview-2022-03 and python + +These settings apply only when `--tag=package-preview-2022-03 --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-preview-2022-03' && $(python) +namespace: azure.mgmt.containerservice.v2022_03_02_preview +output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2022_03_02_preview +``` + ### Tag: package-2022-02 and python These settings apply only when `--tag=package-2022-02 --python` is specified on the command line.