File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -135,13 +135,11 @@ response=$(curl --location --request PUT "https://management.azure.com/subscript
135
135
\" location\" : \" $LOCATION \" ,
136
136
\" sku\" : {
137
137
\" capacity\" : 1,
138
- \" name\" : \" Standard_DS2_v2 \"
138
+ \" name\" : \" default \"
139
139
},
140
140
\" properties\" : {
141
141
\" endpointComputeType\" : \" Managed\" ,
142
- \" scaleSettings\" : {
143
- \" scaleType\" : \" Default\"
144
- },
142
+ \" instanceType\" : \" Standard_DS3_v2\" ,
145
143
\" model\" : \" /subscriptions/$SUBSCRIPTION_ID /resourceGroups/$RESOURCE_GROUP /providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE /models/sklearn/versions/1\" ,
146
144
\" codeConfiguration\" : {
147
145
\" codeId\" : \" /subscriptions/$SUBSCRIPTION_ID /resourceGroups/$RESOURCE_GROUP /providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE /codes/score-sklearn/versions/1\" ,
You can’t perform that action at this time.
0 commit comments