Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARM ID annotations for Compute VMSS/VMs #19597

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10624,6 +10624,7 @@
"properties": {
"id": {
"type": "string",
"format": "arm-id",
"description": "The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/..."
}
},
Expand Down Expand Up @@ -12342,6 +12343,7 @@
"properties": {
"id": {
"type": "string",
"format": "arm-id",
"description": "Resource Id"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11767,6 +11767,7 @@
"properties": {
"id": {
"type": "string",
"format": "arm-id",
"description": "The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/..."
}
},
Expand Down Expand Up @@ -13591,6 +13592,7 @@
"properties": {
"id": {
"type": "string",
"format": "arm-id",
"description": "Resource Id"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12700,6 +12700,7 @@
"properties": {
"id": {
"type": "string",
"format": "arm-id",
"description": "The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/..."
}
},
Expand Down Expand Up @@ -14536,6 +14537,7 @@
"properties": {
"id": {
"type": "string",
"format": "arm-id",
"description": "Resource Id"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12815,6 +12815,7 @@
"properties": {
"id": {
"type": "string",
"format": "arm-id",
"description": "The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/..."
}
},
Expand Down Expand Up @@ -14659,6 +14660,7 @@
"properties": {
"id": {
"type": "string",
"format": "arm-id",
"description": "Resource Id"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14649,6 +14649,7 @@
"properties": {
"id": {
"type": "string",
"format": "arm-id",
"description": "The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/..."
}
},
Expand Down Expand Up @@ -16537,6 +16538,7 @@
"properties": {
"id": {
"type": "string",
"format": "arm-id",
"description": "Resource Id"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1667,6 +1667,7 @@
"properties": {
"id": {
"type": "string",
"format": "arm-id",
"description": "The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/..."
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
"properties": {
"id": {
"type": "string",
"format": "arm-id",
"description": "Resource Id"
}
},
Expand Down