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 7dfc93b commit eed10d8Copy full SHA for eed10d8
.github/workflows/ihsBuild.yml
@@ -134,9 +134,9 @@ jobs:
134
chmod a+x deploy.azcli
135
./deploy.azcli -n testDeployment -g ${{ env.testResourceGroup }} -l ${{ env.location }}
136
- name: Query public IP of VM
137
- uses: azure/CLI@v1
+ uses: azure/CLI@v2
138
with:
139
- azcliversion: ${{ env.azCliVersion }}
+ azcliversion: 2.74.0 # testing https://github.com/Azure/azure-javaee-iaas/pull/41 ${{ env.azCliVersion }}
140
inlineScript: |
141
echo "query public ip"
142
publicIP=$(az vm show \
0 commit comments