Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephanie Han committed Aug 2, 2022
1 parent a9e2a98 commit a7d44f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"properties": {
"description": "test event updated",
"resourceState": "Running",
"provisioningState": "InProgress",
"provisioningState": "Succeeded",
"created": "0001-01-01T00:00:00Z",
"lastModified": "0001-01-01T00:00:00Z",
"useStaticHostname": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2418,7 +2418,7 @@
"properties": {
"error": {
"description": "The error object",
"$ref": "#/definitions/AsyncOperationErrorDetail"
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorDetail"
},
"name": {
"type": "string",
Expand All @@ -2440,24 +2440,6 @@
},
"description": "The status of an async operation.",
"type": "object"
},
"AsyncOperationErrorDetail": {
"properties": {
"code": {
"type": "string",
"description": "The error code."
},
"message": {
"type": "string",
"description": "The error message."
},
"target": {
"type": "string",
"description": "Id of the entity on which the operation is performed."
}
},
"description": "The error detail of an async operation result.",
"type": "object"
}
},
"parameters": {
Expand Down

0 comments on commit a7d44f1

Please sign in to comment.