Skip to content

Commit

Permalink
add new field resourceUID to managed cluster properties (#25069)
Browse files Browse the repository at this point in the history
* add new field resourceUID to managed cluster properties

https://msazure.visualstudio.com/CloudNativeCompute/_git/aks-rp/pullrequest/8416789

* update description
  • Loading branch information
pdaru authored Aug 2, 2023
1 parent 04926ec commit b743d5f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5170,6 +5170,11 @@
},
"serviceMeshProfile": {
"$ref": "#/definitions/ServiceMeshProfile"
},
"resourceUID": {
"readOnly": true,
"type": "string",
"description": "The resourceUID uniquely identifies ManagedClusters that reuse ARM ResourceIds (i.e: create, delete, create sequence)"
}
},
"description": "Properties of the managed cluster."
Expand Down

0 comments on commit b743d5f

Please sign in to comment.