Skip to content

Commit

Permalink
Add location info for cross region compute feature (#10816)
Browse files Browse the repository at this point in the history
  • Loading branch information
handsomesun authored Sep 23, 2020
1 parent 7a555b8 commit 0107a84
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2249,6 +2249,11 @@
"type": "string",
"description": "Specifies the resource ID."
},
"amlWorkspaceLocation": {
"readOnly": true,
"type": "string",
"description": "Region of the AML workspace in the id."
},
"type": {
"readOnly": true,
"type": "string",
Expand Down Expand Up @@ -2524,6 +2529,10 @@
"items": {
"$ref": "#/definitions/QuotaBaseProperties"
}
},
"location": {
"description": "Region of workspace quota to be updated.",
"type": "string"
}
},
"description": "Quota update parameters."
Expand Down Expand Up @@ -2621,6 +2630,11 @@
"type": "string",
"description": "Specifies the resource ID."
},
"amlWorkspaceLocation": {
"readOnly": true,
"type": "string",
"description": "Region of the AML workspace in the id."
},
"type": {
"readOnly": true,
"type": "string",
Expand Down

0 comments on commit 0107a84

Please sign in to comment.