diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2022-06-02-preview/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2022-06-02-preview/managedClusters.json index a9114049c514..59573e34dc7e 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2022-06-02-preview/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2022-06-02-preview/managedClusters.json @@ -2807,6 +2807,7 @@ "items": { "$ref": "#/definitions/OperationValue" }, + "x-ms-identifiers": [], "description": "The list of operations" } }, @@ -3754,6 +3755,7 @@ "$ref": "#/definitions/TimeInWeek" }, "title": "Time slots during the week when planned maintenance is allowed to proceed.", + "x-ms-identifiers": [], "description": "If two array entries specify the same day of the week, the applied configuration is the union of times in both entries." }, "notAllowedTime": { @@ -3761,6 +3763,7 @@ "items": { "$ref": "#/definitions/TimeSpan" }, + "x-ms-identifiers": [], "description": "Time slots on which upgrade is not allowed." } }, @@ -4039,6 +4042,7 @@ "items": { "$ref": "#/definitions/ContainerServiceSshPublicKey" }, + "x-ms-identifiers": [], "description": "The list of SSH public keys used to authenticate with Linux-based VMs. A maximum of 1 key may be specified." } }, @@ -4201,6 +4205,7 @@ "items": { "$ref": "#/definitions/ManagedClusterAgentPoolProfile" }, + "x-ms-identifiers": [], "description": "The agent pool properties." }, "linuxProfile": { @@ -4651,6 +4656,7 @@ } } }, + "x-ms-identifiers": [], "description": "List of orchestrator types and versions available for upgrade." } }, @@ -4672,6 +4678,7 @@ "items": { "$ref": "#/definitions/ManagedClusterPoolUpgradeProfile" }, + "x-ms-identifiers": [], "description": "The list of available upgrade versions for agent pools." } }, @@ -4874,6 +4881,7 @@ "items": { "$ref": "#/definitions/ManagedClusterPodIdentityProvisioningErrorBody" }, + "x-ms-identifiers": [], "description": "A list of additional details about the error." } }, @@ -4923,14 +4931,16 @@ "type": "array", "items": { "$ref": "#/definitions/ManagedClusterPodIdentity" - } + }, + "x-ms-identifiers": [] }, "userAssignedIdentityExceptions": { "description": "The pod identity exceptions to allow.", "type": "array", "items": { "$ref": "#/definitions/ManagedClusterPodIdentityException" - } + }, + "x-ms-identifiers": [] } }, "title": "The pod identity profile of the Managed Cluster.", @@ -5034,6 +5044,7 @@ } } }, + "x-ms-identifiers": [], "description": "List of orchestrator types and versions available for upgrade." }, "latestNodeImageVersion": { @@ -5098,6 +5109,7 @@ } } }, + "x-ms-identifiers": [], "description": "List of versions available for agent pool." } }, @@ -5228,6 +5240,7 @@ "items": { "$ref": "#/definitions/CredentialResult" }, + "x-ms-identifiers": [], "description": "Base64-encoded Kubernetes configuration file." } }, @@ -5282,6 +5295,7 @@ "items": { "$ref": "#/definitions/CloudErrorBody" }, + "x-ms-identifiers": [], "description": "A list of additional details about the error." } }, @@ -5888,6 +5902,7 @@ "items": { "$ref": "#/definitions/OSOptionProperty" }, + "x-ms-identifiers": [], "description": "The list of OS options." } }, @@ -5938,7 +5953,8 @@ "type": "array", "items": { "$ref": "#/definitions/EndpointDetail" - } + }, + "x-ms-identifiers": [] } } }, @@ -5978,7 +5994,8 @@ "type": "array", "items": { "$ref": "#/definitions/EndpointDependency" - } + }, + "x-ms-identifiers": [] } } }, @@ -5994,7 +6011,8 @@ "type": "array", "items": { "$ref": "#/definitions/OutboundEnvironmentEndpoint" - } + }, + "x-ms-identifiers": [] }, "nextLink": { "description": "Link to next page of resources.", diff --git a/specification/containerservice/resource-manager/readme.md b/specification/containerservice/resource-manager/readme.md index e19688dba65a..41d6189b6c62 100644 --- a/specification/containerservice/resource-manager/readme.md +++ b/specification/containerservice/resource-manager/readme.md @@ -46,10 +46,6 @@ These settings apply only when `--tag=package-preview-2022-06` is specified on t input-file: - Microsoft.ContainerService/preview/2022-06-02-preview/managedClusters.json - Microsoft.ContainerService/preview/2022-06-02-preview/fleets.json -directive: - - suppress: DefinitionsPropertiesNamesCamelCase - where: $.definitions.ManagedClusterProperties.properties.autoScalerProfile - reason: Cluster-autoscaler settings are not camel-cased ``` ### Tag: package-preview-2022-05 @@ -59,10 +55,6 @@ These settings apply only when `--tag=package-preview-2022-05` is specified on t ``` yaml $(tag) == 'package-preview-2022-05' input-file: - Microsoft.ContainerService/preview/2022-05-02-preview/managedClusters.json -directive: - - suppress: DefinitionsPropertiesNamesCamelCase - where: $.definitions.ManagedClusterProperties.properties.autoScalerProfile - reason: Cluster-autoscaler settings are not camel-cased ``` ### Tag: package-2022-04 @@ -72,10 +64,6 @@ These settings apply only when `--tag=package-2022-04` is specified on the comma ``` yaml $(tag) == 'package-2022-04' input-file: - Microsoft.ContainerService/stable/2022-04-01/managedClusters.json -directive: - - suppress: DefinitionsPropertiesNamesCamelCase - where: $.definitions.ManagedClusterProperties.properties.autoScalerProfile - reason: Cluster-autoscaler settings are not camel-cased ``` ### Tag: package-preview-2022-04 @@ -85,11 +73,6 @@ These settings apply only when `--tag=package-preview-2022-04` is specified on t ``` yaml $(tag) == 'package-preview-2022-04' input-file: - Microsoft.ContainerService/preview/2022-04-02-preview/managedClusters.json -directive: - - suppress: DefinitionsPropertiesNamesCamelCase - where: $.definitions.ManagedClusterProperties.properties.autoScalerProfile - reason: Cluster-autoscaler settings are not camel-cased - ``` ### Tag: package-2022-03 @@ -99,10 +82,6 @@ These settings apply only when `--tag=package-2022-03` is specified on the comma ``` yaml $(tag) == 'package-2022-03' input-file: - Microsoft.ContainerService/stable/2022-03-01/managedClusters.json -directive: - - suppress: DefinitionsPropertiesNamesCamelCase - where: $.definitions.ManagedClusterProperties.properties.autoScalerProfile - reason: Cluster-autoscaler settings are not camel-cased ``` ### Tag: package-preview-2022-03 @@ -112,10 +91,6 @@ These settings apply only when `--tag=package-preview-2022-03` is specified on t ``` 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 @@ -125,10 +100,6 @@ These settings apply only when `--tag=package-2022-02` is specified on the comma ``` yaml $(tag) == 'package-2022-02' input-file: - Microsoft.ContainerService/stable/2022-02-01/managedClusters.json -directive: - - suppress: DefinitionsPropertiesNamesCamelCase - where: $.definitions.ManagedClusterProperties.properties.autoScalerProfile - reason: Cluster-autoscaler settings are not camel-cased ``` ### Tag: package-preview-2022-02 @@ -138,10 +109,6 @@ These settings apply only when `--tag=package-preview-2022-02` is specified on t ``` yaml $(tag) == 'package-preview-2022-02' input-file: - Microsoft.ContainerService/preview/2022-02-02-preview/managedClusters.json -directive: - - suppress: DefinitionsPropertiesNamesCamelCase - where: $.definitions.ManagedClusterProperties.properties.autoScalerProfile - reason: Cluster-autoscaler settings are not camel-cased ``` ### Tag: package-2022-01 @@ -151,10 +118,6 @@ These settings apply only when `--tag=package-2022-01` is specified on the comma ``` yaml $(tag) == 'package-2022-01' input-file: - Microsoft.ContainerService/stable/2022-01-01/managedClusters.json -directive: - - suppress: DefinitionsPropertiesNamesCamelCase - where: $.definitions.ManagedClusterProperties.properties.autoScalerProfile - reason: Cluster-autoscaler settings are not camel-cased ``` ### Tag: package-preview-2022-01 @@ -164,10 +127,6 @@ These settings apply only when `--tag=package-preview-2022-01` is specified on t ``` yaml $(tag) == 'package-preview-2022-01' input-file: - Microsoft.ContainerService/preview/2022-01-02-preview/managedClusters.json -directive: - - suppress: DefinitionsPropertiesNamesCamelCase - where: $.definitions.ManagedClusterProperties.properties.autoScalerProfile - reason: Cluster-autoscaler settings are not camel-cased ``` ### Tag: package-preview-2021-11 @@ -177,10 +136,6 @@ These settings apply only when `--tag=package-preview-2021-11` is specified on t ``` yaml $(tag) == 'package-preview-2021-11' input-file: - Microsoft.ContainerService/preview/2021-11-01-preview/managedClusters.json -directive: - - suppress: DefinitionsPropertiesNamesCamelCase - where: $.definitions.ManagedClusterProperties.properties.autoScalerProfile - reason: Cluster-autoscaler settings are not camel-cased ``` ### Tag: package-2021-10 @@ -190,10 +145,6 @@ These settings apply only when `--tag=package-2021-10` is specified on the comma ``` yaml $(tag) == 'package-2021-10' input-file: - Microsoft.ContainerService/stable/2021-10-01/managedClusters.json -directive: - - suppress: DefinitionsPropertiesNamesCamelCase - where: $.definitions.ManagedClusterProperties.properties.autoScalerProfile - reason: Cluster-autoscaler settings are not camel-cased ``` ### Tag: package-2021-09 @@ -203,10 +154,6 @@ These settings apply only when `--tag=package-2021-09` is specified on the comma ``` yaml $(tag) == 'package-2021-09' input-file: - Microsoft.ContainerService/stable/2021-09-01/managedClusters.json -directive: - - suppress: DefinitionsPropertiesNamesCamelCase - where: $.definitions.ManagedClusterProperties.properties.autoScalerProfile - reason: Cluster-autoscaler settings are not camel-cased ``` ### Tag: package-2021-08 @@ -216,10 +163,6 @@ These settings apply only when `--tag=package-2021-08` is specified on the comma ``` yaml $(tag) == 'package-2021-08' 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 @@ -229,10 +172,6 @@ These settings apply only when `--tag=package-2021-07` is specified on the comma ``` yaml $(tag) == 'package-2021-07' input-file: - Microsoft.ContainerService/stable/2021-07-01/managedClusters.json -directive: - - suppress: DefinitionsPropertiesNamesCamelCase - where: $.definitions.ManagedClusterProperties.properties.autoScalerProfile - reason: Cluster-autoscaler settings are not camel-cased ``` ### Tag: package-2021-05 @@ -242,10 +181,6 @@ These settings apply only when `--tag=package-2021-05` is specified on the comma ``` yaml $(tag) == 'package-2021-05' input-file: - Microsoft.ContainerService/stable/2021-05-01/managedClusters.json -directive: - - suppress: DefinitionsPropertiesNamesCamelCase - where: $.definitions.ManagedClusterProperties.properties.autoScalerProfile - reason: Cluster-autoscaler settings are not camel-cased ``` ### Tag: package-2021-03 @@ -255,10 +190,6 @@ These settings apply only when `--tag=package-2021-03` is specified on the comma ``` yaml $(tag) == 'package-2021-03' input-file: - Microsoft.ContainerService/stable/2021-03-01/managedClusters.json -directive: - - suppress: DefinitionsPropertiesNamesCamelCase - where: $.definitions.ManagedClusterProperties.properties.autoScalerProfile - reason: Cluster-autoscaler settings are not camel-cased ``` ### Tag: package-2021-02 @@ -268,10 +199,6 @@ These settings apply only when `--tag=package-2021-02` is specified on the comma ``` yaml $(tag) == 'package-2021-02' input-file: - Microsoft.ContainerService/stable/2021-02-01/managedClusters.json -directive: - - suppress: DefinitionsPropertiesNamesCamelCase - where: $.definitions.ManagedClusterProperties.properties.autoScalerProfile - reason: Cluster-autoscaler settings are not camel-cased ``` ### Tag: package-2020-12 @@ -281,10 +208,6 @@ These settings apply only when `--tag=package-2020-12` is specified on the comma ``` yaml $(tag) == 'package-2020-12' input-file: - Microsoft.ContainerService/stable/2020-12-01/managedClusters.json -directive: - - suppress: DefinitionsPropertiesNamesCamelCase - where: $.definitions.ManagedClusterProperties.properties.autoScalerProfile - reason: Cluster-autoscaler settings are not camel-cased ``` ### Tag: package-2020-11 @@ -294,10 +217,6 @@ These settings apply only when `--tag=package-2020-11` is specified on the comma ``` yaml $(tag) == 'package-2020-11' input-file: - Microsoft.ContainerService/stable/2020-11-01/managedClusters.json -directive: - - suppress: DefinitionsPropertiesNamesCamelCase - where: $.definitions.ManagedClusterProperties.properties.autoScalerProfile - reason: Cluster-autoscaler settings are not camel-cased ``` ### Tag: package-2020-09 @@ -578,10 +497,6 @@ These settings apply only when `--tag=package-2020-09-01-only` is specified on t ``` yaml $(tag) == 'package-2020-09-01-only' input-file: - Microsoft.ContainerService/stable/2020-09-01/managedClusters.json -directive: - - suppress: DefinitionsPropertiesNamesCamelCase - where: $.definitions.ManagedClusterProperties.properties.autoScalerProfile - reason: Cluster-autoscaler settings are not camel-cased ``` ### Tag: package-2020-07-01-only @@ -591,10 +506,6 @@ These settings apply only when `--tag=package-2020-07-01-only` is specified on t ``` yaml $(tag) == 'package-2020-07-01-only' input-file: - Microsoft.ContainerService/stable/2020-07-01/managedClusters.json -directive: - - suppress: DefinitionsPropertiesNamesCamelCase - where: $.definitions.ManagedClusterProperties.properties.autoScalerProfile - reason: Cluster-autoscaler settings are not camel-cased ``` ### Tag: package-2020-06-01-only @@ -604,10 +515,6 @@ These settings apply only when `--tag=package-2020-06-01-only` is specified on t ``` yaml $(tag) == 'package-2020-06-01-only' input-file: - Microsoft.ContainerService/stable/2020-06-01/managedClusters.json -directive: - - suppress: DefinitionsPropertiesNamesCamelCase - where: $.definitions.ManagedClusterProperties.properties.autoScalerProfile - reason: Cluster-autoscaler settings are not camel-cased ``` ### Tag: package-2020-04-01-only @@ -617,10 +524,6 @@ These settings apply only when `--tag=package-2020-04-01-only` is specified on t ``` yaml $(tag) == 'package-2020-04-01-only' input-file: - Microsoft.ContainerService/stable/2020-04-01/managedClusters.json -directive: - - suppress: DefinitionsPropertiesNamesCamelCase - where: $.definitions.ManagedClusterProperties.properties.autoScalerProfile - reason: Cluster-autoscaler settings are not camel-cased ``` ### Tag: package-2020-03-01-only @@ -630,10 +533,6 @@ These settings apply only when `--tag=package-2020-03-01-only` is specified on t ``` yaml $(tag) == 'package-2020-03-01-only' input-file: - Microsoft.ContainerService/stable/2020-03-01/managedClusters.json -directive: - - suppress: DefinitionsPropertiesNamesCamelCase - where: $.definitions.ManagedClusterProperties.properties.autoScalerProfile - reason: Cluster-autoscaler settings are not camel-cased ``` ### Tag: package-2020-02-01-only @@ -643,10 +542,6 @@ These settings apply only when `--tag=package-2020-02-01-only` is specified on t ``` yaml $(tag) == 'package-2020-02-01-only' input-file: - Microsoft.ContainerService/stable/2020-02-01/managedClusters.json -directive: - - suppress: DefinitionsPropertiesNamesCamelCase - where: $.definitions.ManagedClusterProperties.properties.autoScalerProfile - reason: Cluster-autoscaler settings are not camel-cased ``` ### Tag: package-2020-01-01-only