Skip to content

Commit 404bfb2

Browse files
authored
Merge pull request #180517 from juliakm/users/jukullam/removing-azcliversion
Removing azcliversion
2 parents 16c1a8b + a9e00fb commit 404bfb2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

articles/storage/blobs/storage-blobs-static-site-github-actions.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: storage
66
ms.topic: how-to
77
ms.author: jukullam
88
ms.reviewer: dineshm
9-
ms.date: 09/17/2021
9+
ms.date: 11/19/2021
1010
ms.subservice: blobs
1111
ms.custom: devx-track-javascript, github-actions-azure, devx-track-azurecli
1212

@@ -115,13 +115,11 @@ In the example above, replace the placeholders with your subscription ID and res
115115
- name: Upload to blob storage
116116
uses: azure/CLI@v1
117117
with:
118-
azcliversion: 2.0.72
119118
inlineScript: |
120119
az storage blob upload-batch --account-name <STORAGE_ACCOUNT_NAME> --auth-mode key -d '$web' -s .
121120
- name: Purge CDN endpoint
122121
uses: azure/CLI@v1
123122
with:
124-
azcliversion: 2.0.72
125123
inlineScript: |
126124
az cdn endpoint purge --content-paths "/*" --profile-name "CDN_PROFILE_NAME" --name "CDN_ENDPOINT" --resource-group "RESOURCE_GROUP"
127125
```
@@ -147,13 +145,11 @@ In the example above, replace the placeholders with your subscription ID and res
147145
- name: Upload to blob storage
148146
uses: azure/CLI@v1
149147
with:
150-
azcliversion: 2.0.72
151148
inlineScript: |
152149
az storage blob upload-batch --account-name <STORAGE_ACCOUNT_NAME> --auth-mode key -d '$web' -s .
153150
- name: Purge CDN endpoint
154151
uses: azure/CLI@v1
155152
with:
156-
azcliversion: 2.0.72
157153
inlineScript: |
158154
az cdn endpoint purge --content-paths "/*" --profile-name "CDN_PROFILE_NAME" --name "CDN_ENDPOINT" --resource-group "RESOURCE_GROUP"
159155

0 commit comments

Comments
 (0)