Skip to content

Commit 7803408

Browse files
committed
Removing azcliversion
1 parent c4fda4a commit 7803408

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: 05/05/2021
9+
ms.date: 11/19/2021
1010
ms.subservice: blobs
1111
ms.custom: devx-track-javascript, github-actions-azure, devx-track-azurecli
1212

@@ -119,13 +119,11 @@ In the example above, replace the placeholders with your subscription ID and res
119119
- name: Upload to blob storage
120120
uses: azure/CLI@v1
121121
with:
122-
azcliversion: 2.0.72
123122
inlineScript: |
124123
az storage blob upload-batch --account-name <STORAGE_ACCOUNT_NAME> -d '$web' -s .
125124
- name: Purge CDN endpoint
126125
uses: azure/CLI@v1
127126
with:
128-
azcliversion: 2.0.72
129127
inlineScript: |
130128
az cdn endpoint purge --content-paths "/*" --profile-name "CDN_PROFILE_NAME" --name "CDN_ENDPOINT" --resource-group "RESOURCE_GROUP"
131129
```
@@ -153,13 +151,11 @@ In the example above, replace the placeholders with your subscription ID and res
153151
- name: Upload to blob storage
154152
uses: azure/CLI@v1
155153
with:
156-
azcliversion: 2.0.72
157154
inlineScript: |
158155
az storage blob upload-batch --account-name <STORAGE_ACCOUNT_NAME> -d '$web' -s .
159156
- name: Purge CDN endpoint
160157
uses: azure/CLI@v1
161158
with:
162-
azcliversion: 2.0.72
163159
inlineScript: |
164160
az cdn endpoint purge --content-paths "/*" --profile-name "CDN_PROFILE_NAME" --name "CDN_ENDPOINT" --resource-group "RESOURCE_GROUP"
165161

0 commit comments

Comments
 (0)