Skip to content

Commit e3521ed

Browse files
authored
Merge pull request #5559 from adelina-t/win_rg_creation_timestamp
Windows periodic job: Add creation timestamp to RG
2 parents ada96ec + 5f0fc48 commit e3521ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/windows-periodic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
azcliversion: latest
6666
inlinescript: |
67-
az group create -n ${{ matrix.AZURE_RESOURCE_GROUP }} -l ${{ env.AZURE_DEFAULT_LOCATION }}
67+
az group create -n ${{ matrix.AZURE_RESOURCE_GROUP }} -l ${{ env.AZURE_DEFAULT_LOCATION }} --tags creationTimestamp=$(date +%Y-%m-%dT%T%z)
6868
6969
- name: AZTestVMCreate
7070
uses: azure/CLI@v1

0 commit comments

Comments
 (0)