We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d31ce1 commit 1edfa81Copy full SHA for 1edfa81
.github/workflows/deploy_liquid_functions.yml
@@ -96,7 +96,7 @@ jobs:
96
# Run Azure CLI command to import an API definition from an OpenID definition file
97
- name: Run Azure API Import (CLI)
98
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
+ 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
100
101
# Azure logout
102
- name: logout
0 commit comments