Skip to content

Commit

Permalink
add missing properties to 2019-05-01-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwzho committed Aug 27, 2020
1 parent f3bf826 commit 8b4a2f1
Showing 1 changed file with 18 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1587,6 +1587,12 @@
"$ref": "#/definitions/DeploymentResource"
}
},
"202": {
"description": "Accepted. The response describes the create or update Deployment request is accepted.",
"schema": {
"$ref": "#/definitions/DeploymentResource"
}
},
"200": {
"description": "Success. The response describes the updated Deployment.",
"schema": {
Expand Down Expand Up @@ -2725,7 +2731,8 @@
"Succeeded",
"Failed",
"Creating",
"Updating"
"Updating",
"Deleting"
],
"type": "string",
"readOnly": true,
Expand Down Expand Up @@ -3141,6 +3148,10 @@
"$ref": "#/definitions/DeploymentResourceProperties",
"description": "Properties of the Deployment resource",
"x-ms-client-flatten": false
},
"sku": {
"$ref": "#/definitions/Sku",
"description": "Sku of the Deployment resource"
}
}
},
Expand All @@ -3167,7 +3178,8 @@
"Creating",
"Updating",
"Succeeded",
"Failed"
"Failed",
"Deleting"
],
"type": "string",
"readOnly": true,
Expand Down Expand Up @@ -3559,6 +3571,10 @@
"displayName": {
"description": "Localized friendly display name of the dimension",
"type": "string"
},
"toBeExportedForShoebox": {
"description": "Whether this dimension should be included for the Shoebox export scenario",
"type": "boolean"
}
}
},
Expand Down

0 comments on commit 8b4a2f1

Please sign in to comment.