Skip to content

Commit f02db18

Browse files
magodogerrytan
authored andcommitted
Add up the resourceId in OperationStatus model (Azure#19450)
1 parent 0acb1ac commit f02db18

File tree

1 file changed

+7
-2
lines changed
  • specification/terraform/resource-manager/Microsoft.AzureTerraform/preview/2023-07-01-preview

1 file changed

+7
-2
lines changed

specification/terraform/resource-manager/Microsoft.AzureTerraform/preview/2023-07-01-preview/export.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"ExportTerraform"
137137
],
138138
"operationId": "ExportTerraform",
139-
"description": "Exports the Terraform configuration used for the specified scope.",
139+
"description": "Exports the Terraform configuration of the specified resources.",
140140
"parameters": [
141141
{
142142
"$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
@@ -194,7 +194,7 @@
194194
"$ref": "#/definitions/BaseExportModel"
195195
}
196196
],
197-
"description": "Export parameter for a single resource",
197+
"description": "Export parameter for individual resources",
198198
"required": [
199199
"resourceIds"
200200
],
@@ -367,6 +367,11 @@
367367
"type": "string",
368368
"description": "The operation name."
369369
},
370+
"resourceId": {
371+
"type": "string",
372+
"description": "The fully qualified resource ID of the resource for which the operation was performed",
373+
"readOnly": true
374+
},
370375
"startTime": {
371376
"type": "string",
372377
"description": "The start time of the operation.",

0 commit comments

Comments
 (0)