diff --git a/specification/containerservice/resource-manager/readme.go.md b/specification/containerservice/resource-manager/readme.go.md index 0470dd43f263..8551b65a6f79 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-06 - tag: package-preview-2022-05 - tag: package-2022-04 - tag: package-preview-2022-04 @@ -61,6 +62,16 @@ batch: - tag: package-2017-07 ``` +### Tag: package-preview-2022-06 and go + +These settings apply only when `--package-preview-2022-06 --go` is specified on the command line. +Please also specify `--go-sdk-folder=`. + +``` yaml $(tag)=='package-preview-2022-06' && $(go) +namespace: containerservice +output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2022-06-02-preview/$(namespace) +``` + ### Tag: package-preview-2022-05 and go These settings apply only when `--package-preview-2022-05 --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 6ea238617a8b..a3cf0c176750 100644 --- a/specification/containerservice/resource-manager/readme.java.md +++ b/specification/containerservice/resource-manager/readme.java.md @@ -55,6 +55,20 @@ batch: - tag: package-preview-2022-04 - tag: package-2022-04 - tag: package-preview-2022-05 + - tag: package-preview-2022-06 +``` + +### Tag: package-preview-2022-06 and java + +These settings apply only when `--tag=package-preview-2022-06` is specified on the command line. +Please also specify `--azure-libraries-for-java-folder=`. + +``` yaml $(tag) == 'package-preview-2022-06' && $(java) && $(multiapi) +java: + namespace: com.microsoft.azure.management.containerservice.v2022_06_02_preview + output-folder: $(azure-libraries-for-java-folder)/sdk/containerservice/mgmt-v2022_06_02_preview +regenerate-manager: true +generate-interface: true ``` ### Tag: package-preview-2022-05 and java diff --git a/specification/containerservice/resource-manager/readme.md b/specification/containerservice/resource-manager/readme.md index 6c317c0f8118..890ec68a0be1 100644 --- a/specification/containerservice/resource-manager/readme.md +++ b/specification/containerservice/resource-manager/readme.md @@ -42,10 +42,15 @@ tag: package-preview-2022-06 These settings apply only when `--tag=package-preview-2022-06` is specified on the command line. -```yaml $(tag) == 'package-preview-2022-06' +``` yaml $(tag) == 'package-preview-2022-06' input-file: - Microsoft.ContainerService/preview/2022-06-02-preview/managedClusters.json +directive: + - suppress: DefinitionsPropertiesNamesCamelCase + where: $.definitions.ManagedClusterProperties.properties.autoScalerProfile + reason: Cluster-autoscaler settings are not camel-cased ``` + ### Tag: package-preview-2022-05 These settings apply only when `--tag=package-preview-2022-05` 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 27395649a64e..30e8bafacd98 100644 --- a/specification/containerservice/resource-manager/readme.python.md +++ b/specification/containerservice/resource-manager/readme.python.md @@ -18,6 +18,7 @@ Generate all API versions currently shipped for this package ```yaml $(python) multiapi: true batch: + - tag: package-preview-2022-06 - tag: package-preview-2022-05 - tag: package-2022-04 - tag: package-preview-2022-04 @@ -65,6 +66,16 @@ output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservic perform-load: false ``` +### Tag: package-preview-2022-06 and python + +These settings apply only when `--tag=package-preview-2022-06 --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-preview-2022-06' && $(python) +namespace: azure.mgmt.containerservice.v2022_06_02_preview +output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2022_06_02_preview +``` + ### Tag: package-preview-2022-05 and python These settings apply only when `--tag=package-preview-2022-05 --python` is specified on the command line.