Merge pull request #5559 from adelina-t/win_rg_creation_timestamp

Windows periodic job: Add creation timestamp to RG
This commit is contained in:
Phil Estes 2021-06-03 12:44:59 -04:00 committed by GitHub
commit e3521ed14b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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