Skip to content

Commit

Permalink
update deployment creation parameters (#3405)
Browse files Browse the repository at this point in the history
* update deployment creation parameters

* fix typo
  • Loading branch information
dem108 authored Jan 14, 2025
1 parent 99f6ab2 commit d19d5db
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cli/deploy-rest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,11 @@ response=$(curl --location --request PUT "https://management.azure.com/subscript
\"location\": \"$LOCATION\",
\"sku\": {
\"capacity\": 1,
\"name\": \"Standard_DS2_v2\"
\"name\": \"default\"
},
\"properties\": {
\"endpointComputeType\": \"Managed\",
\"scaleSettings\": {
\"scaleType\": \"Default\"
},
\"instanceType\": \"Standard_DS3_v2\",
\"model\": \"/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/models/sklearn/versions/1\",
\"codeConfiguration\": {
\"codeId\": \"/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/codes/score-sklearn/versions/1\",
Expand Down

0 comments on commit d19d5db

Please sign in to comment.