Skip to content

Commit 6257250

Browse files
authored
Modify location info for cross region compute feature (#12859)
1 parent 1c66936 commit 6257250

File tree

1 file changed

+5
-10
lines changed
  • specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2020-09-01-preview

1 file changed

+5
-10
lines changed

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2020-09-01-preview/machineLearningServices.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2557,11 +2557,6 @@
25572557
"type": "string",
25582558
"description": "Specifies the resource ID."
25592559
},
2560-
"amlWorkspaceLocation": {
2561-
"readOnly": true,
2562-
"type": "string",
2563-
"description": "Region of the AML workspace in the id."
2564-
},
25652560
"type": {
25662561
"readOnly": true,
25672562
"type": "string",
@@ -2825,6 +2820,10 @@
28252820
"name": "QuotaUnit",
28262821
"modelAsString": true
28272822
}
2823+
},
2824+
"location": {
2825+
"description": "Region of the AML workspace in the id.",
2826+
"type": "string"
28282827
}
28292828
},
28302829
"description": "The properties for Quota update or retrieval."
@@ -2837,10 +2836,6 @@
28372836
"items": {
28382837
"$ref": "#/definitions/QuotaBaseProperties"
28392838
}
2840-
},
2841-
"location": {
2842-
"description": "Region of workspace quota to be updated.",
2843-
"type": "string"
28442839
}
28452840
},
28462841
"description": "Quota update parameters."
@@ -2938,7 +2933,7 @@
29382933
"type": "string",
29392934
"description": "Specifies the resource ID."
29402935
},
2941-
"amlWorkspaceLocation": {
2936+
"location": {
29422937
"readOnly": true,
29432938
"type": "string",
29442939
"description": "Region of the AML workspace in the id."

0 commit comments

Comments
 (0)