Skip to content

Commit d19d5db

Browse files
authored
update deployment creation parameters (#3405)
* update deployment creation parameters * fix typo
1 parent 99f6ab2 commit d19d5db

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

cli/deploy-rest.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,11 @@ response=$(curl --location --request PUT "https://management.azure.com/subscript
135135
\"location\": \"$LOCATION\",
136136
\"sku\": {
137137
\"capacity\": 1,
138-
\"name\": \"Standard_DS2_v2\"
138+
\"name\": \"default\"
139139
},
140140
\"properties\": {
141141
\"endpointComputeType\": \"Managed\",
142-
\"scaleSettings\": {
143-
\"scaleType\": \"Default\"
144-
},
142+
\"instanceType\": \"Standard_DS3_v2\",
145143
\"model\": \"/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/models/sklearn/versions/1\",
146144
\"codeConfiguration\": {
147145
\"codeId\": \"/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/codes/score-sklearn/versions/1\",

0 commit comments

Comments
 (0)