Skip to content

Commit

Permalink
Update deploy-moe-keyvault.sh (#3227)
Browse files Browse the repository at this point in the history
  • Loading branch information
xy223 committed Jun 12, 2024
1 parent fb8b92c commit 5e82d10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/deploy-moe-keyvault.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fi
# </check_endpoint>

# <create_keyvault>
az keyvault create -n $KV_NAME -g $RESOURCE_GROUP
az keyvault create -n $KV_NAME -g $RESOURCE_GROUP --enable-rbac-authorization false
# </create_keyvault>

# <set_access_policy>
Expand Down Expand Up @@ -68,4 +68,4 @@ az ml online-endpoint delete --yes -n $ENDPOINT_NAME --no-wait

# <delete_keyvault>
az keyvault delete --name $KV_NAME --no-wait
# </delete_keyvault>
# </delete_keyvault>

0 comments on commit 5e82d10

Please sign in to comment.