Skip to content

Commit

Permalink
Change hybrididentitymetadata vmid to resourceUid (#4921)
Browse files Browse the repository at this point in the history
* change hybrididentitymetadata vmid to resourceUid

* update examples
  • Loading branch information
aeweston-msft authored Sep 24, 2021
1 parent 2a10cf5 commit d97f10a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"metadataName": "default",
"body": {
"properties": {
"vmId": "f8b82dff-38ef-4220-99ef-d3a3f86ddc6c",
"resourceUid": "f8b82dff-38ef-4220-99ef-d3a3f86ddc6c",
"publicKey": "8ec7d60c-9700-40b1-8e6e-e5b2f6f477f2"
}
}
Expand All @@ -19,7 +19,7 @@
"name": "testItem",
"type": "Microsoft.AzureStackHCI/virtualMachines/VitualMachines/hybridIdentityMetadata",
"properties": {
"vmId": "f8b82dff-38ef-4220-99ef-d3a3f86ddc6c",
"resourceUid": "f8b82dff-38ef-4220-99ef-d3a3f86ddc6c",
"publicKey": "8ec7d60c-9700-40b1-8e6e-e5b2f6f477f2",
"identity": {
"principalId": "7b5129bc-8642-4a6a-95f8-63400ca6ec4d",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"name": "testItem",
"type": "Microsoft.AzureStackHCI/virtualMachines/VitualMachines/hybridIdentityMetadata",
"properties": {
"vmId": "f8b82dff-38ef-4220-99ef-d3a3f86ddc6c",
"resourceUid": "f8b82dff-38ef-4220-99ef-d3a3f86ddc6c",
"publicKey": "8ec7d60c-9700-40b1-8e6e-e5b2f6f477f2",
"identity": {
"principalId": "7b5129bc-8642-4a6a-95f8-63400ca6ec4d",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"name": "testItem",
"type": "Microsoft.AzureStackHCI/virtualMachines/VitualMachines/hybridIdentityMetadata",
"properties": {
"vmId": "f8b82dff-38ef-4220-99ef-d3a3f86ddc6c",
"resourceUid": "f8b82dff-38ef-4220-99ef-d3a3f86ddc6c",
"publicKey": "8ec7d60c-9700-40b1-8e6e-e5b2f6f477f2",
"identity": {
"principalId": "7b5129bc-8642-4a6a-95f8-63400ca6ec4d",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1668,8 +1668,8 @@
"description": "Defines the resource properties.",
"type": "object",
"properties": {
"vmId": {
"description": "Gets or sets the Vm Id.",
"resourceUid": {
"description": "The unique identifier for the resource.",
"type": "string"
},
"publicKey": {
Expand Down

0 comments on commit d97f10a

Please sign in to comment.