Skip to content

Commit

Permalink
Add extensible resource updates to the deployment operation GET respo…
Browse files Browse the repository at this point in the history
…nse type.
  • Loading branch information
kalbert312 committed Mar 9, 2025
1 parent d6d86c3 commit e1b45c8
Showing 1 changed file with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6105,7 +6105,7 @@
"properties": {
"id": {
"type": "string",
"description": "The ID of the resource."
"description": "The Azure resource ID of the resource."
},
"resourceName": {
"type": "string",
Expand All @@ -6114,6 +6114,22 @@
"resourceType": {
"type": "string",
"description": "The type of the resource."
},
"extension": {
"$ref": "#/definitions/DeploymentExtensionDefinition",
"description": "The extension the resource was deployed with."
},
"identifiers": {
"type": "object",
"description": "The extensible resource identifiers."
},
"apiVersion": {
"type": "string",
"description": "The API version the resource was deployed with."
},
"symbolicName": {
"type": "string",
"description": "The symbolic name of the resource as defined in the deployment template."
}
},
"description": "Target resource."
Expand Down

0 comments on commit e1b45c8

Please sign in to comment.