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 15593 in Azure/azure-rest-api-specs
Dev kubernetesconfiguration microsoft.kubernetes configuration 2021 09 01 (#15593)
* Add blockchain to latest profile
* Add additional types
* Adds base for updating Microsoft.KubernetesConfiguration from version common/2021-05-01-preview to version 2021-09-01
* Updates readme
* Updates API version in new specs and examples
* Extension GA - apiversion 2021-09-01
* Move definitions.json to the correct folder
* Add Patch example
* Prettier fix
* Patch response fix
* Avocado fixes
* Additional fixes
* Fixes for Model and Semantic validations
* Additional fixes
* Fix patch example
* Prettier fix for definitions.json
* Readme.md spacing fix
* Add AKSIdentity object
* Prettier and Lint Diff fixes
* Change Patch response to 202, per review
* Update Patch response body to adhere to API guidance
* Added Suppression for Patch 202 response
* Fix linter issues
* Fix linter issues
* Fix Linter and Model validation errors
* Fix ModelValidation and Prettier issues
* Move suppression to the GA version
* Move suppression to global
* Move suppression back to the GA version
* Update suppression
* Fix errors from SDK generation
* Prettier fix
* Remove definitions.json and move the defs. into extensions.json
* Remove azure-validator
Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
Co-authored-by: nanthi <nanthi@NANTHI01>
"description": "Type of the Extension, of which this resource is an instance of. It must be one of the Extension Types registered with Microsoft.KubernetesConfiguration by the Extension publisher."
"description": "ReleaseTrain this extension participates in for auto-upgrade (e.g. Stable, Preview, etc.) - only if autoUpgradeMinorVersion is 'true'."
"description": "Specifies that the scope of the extension is Namespace"
304
+
}
305
+
},
306
+
"description": "Scope of the extension. It can be either Cluster or Namespace; but not both."
307
+
},
308
+
"ScopeCluster": {
309
+
"type": "object",
310
+
"properties": {
311
+
"releaseNamespace": {
312
+
"type": "string",
313
+
"description": "Namespace where the extension Release must be placed, for a Cluster scoped extension. If this namespace does not exist, it will be created"
314
+
}
315
+
},
316
+
"description": "Specifies that the scope of the extension is Cluster"
317
+
},
318
+
"ScopeNamespace": {
319
+
"type": "object",
320
+
"properties": {
321
+
"targetNamespace": {
322
+
"type": "string",
323
+
"description": "Namespace where the extension will be created for an Namespace scoped extension. If this namespace does not exist, it will be created"
324
+
}
325
+
},
326
+
"description": "Specifies that the scope of the extension is Namespace"
327
+
},
328
+
"SystemData": {
329
+
"type": "object",
330
+
"properties": {
331
+
"createdAt": {
332
+
"type": "string",
333
+
"format": "date-time",
334
+
"description": "The timestamp of resource creation (UTC)."
335
+
},
336
+
"createdBy": {
337
+
"type": "string",
338
+
"description": "The identity that created the resource."
0 commit comments