Skip to content

Commit 1edfa81

Browse files
authored
Replace azure cli command to update API definition
1 parent 6d31ce1 commit 1edfa81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_liquid_functions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
# Run Azure CLI command to import an API definition from an OpenID definition file
9797
- name: Run Azure API Import (CLI)
9898
run: |
99-
az apim api import --path $env:AZURE_API_PATH --api-id $env:AZURE_API_ID -g $env:AZURE_RG -n $env:AZURE_API_SERVICE --display-name "$env:AZURE_API_NAME" --specification-url "$env:AZURE_API_SPEC_URL" --specification-format OpenAPI --protocols https
99+
az apim api import --path $AZURE_API_PATH --api-id $AZURE_API_ID -g $AZURE_RG -n $AZURE_API_SERVICE --display-name "$AZURE_API_NAME" --specification-url "$AZURE_API_SPEC_URL" --specification-format OpenAPI --protocols https
100100
101101
# Azure logout
102102
- name: logout

0 commit comments

Comments
 (0)