Skip to content

Commit

Permalink
Add creation timestamp to RG
Browse files Browse the repository at this point in the history
Signed-off-by: Adelina Tuvenie <atuvenie@cloudbasesolutions.com>
  • Loading branch information
adelina-t committed Jun 2, 2021
1 parent 686d3f2 commit 5f0fc48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-periodic.yml
Expand Up @@ -64,7 +64,7 @@ jobs:
with:
azcliversion: latest
inlinescript: |
az group create -n ${{ matrix.AZURE_RESOURCE_GROUP }} -l ${{ env.AZURE_DEFAULT_LOCATION }}
az group create -n ${{ matrix.AZURE_RESOURCE_GROUP }} -l ${{ env.AZURE_DEFAULT_LOCATION }} --tags creationTimestamp=$(date +%Y-%m-%dT%T%z)
- name: AZTestVMCreate
uses: azure/CLI@v1
Expand Down

0 comments on commit 5f0fc48

Please sign in to comment.