We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ada96ec + 5f0fc48 commit e3521edCopy full SHA for e3521ed
1 file changed
.github/workflows/windows-periodic.yml
@@ -64,7 +64,7 @@ jobs:
64
with:
65
azcliversion: latest
66
inlinescript: |
67
- 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)
68
69
- name: AZTestVMCreate
70
uses: azure/CLI@v1
0 commit comments