You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CodeGen from PR 20852 in Azure/azure-rest-api-specs
Introduce new api version 2022-10-01-preview for Microsoft.Kubernetes (#20852)
* Copy base api-version (2022-05-01-preview) to the new api version (2022-10-01-preview)
* Introduce new api version 2022-10-01-preview for Microsoft.Kubernetes
* Fix prettier check and add descriptions whereever missing
* Change property bag from array to string-string dictionary
* Pretty formatting check
* Add x-ms-identifiers for arrays
"description": "The type of identity used for the connected cluster. The type 'SystemAssigned, includes a system created identity. The type 'None' means no identity is assigned to the connected cluster."
97
+
}
98
+
},
99
+
"required": [
100
+
"type"
101
+
],
102
+
"description": "Identity for the connected cluster."
103
+
},
104
+
"ConnectedClusterProperties": {
105
+
"type": "object",
106
+
"properties": {
107
+
"agentPublicKeyCertificate": {
108
+
"type": "string",
109
+
"description": "Base64 encoded public certificate used by the agent to do the initial handshake to the backend services in Azure."
0 commit comments