Skip to content

Commit 73d90ff

Browse files
authored
fix the wrong model name referenced (Azure#2957)
Not part of the automated validation. Validated on code review in addition to actual offline test run.
1 parent f04cfe2 commit 73d90ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy-arm-templates-az-cli.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ az deployment group create -g $RESOURCE_GROUP \
131131
codeId="$resourceScope/workspaces/$WORKSPACE/codes/score-sklearn/versions/1" \
132132
scoringScript=score.py \
133133
environmentId="$resourceScope/workspaces/$WORKSPACE/environments/sklearn-env/versions/$ENV_VERSION" \
134-
model="$resourceScope/workspaces/$WORKSPACE/models/score-sklearn/versions/1" \
134+
model="$resourceScope/workspaces/$WORKSPACE/models/sklearn/versions/1" \
135135
endpointComputeType=Managed \
136136
skuName=Standard_F2s_v2 \
137137
skuCapacity=1

0 commit comments

Comments
 (0)