Add creation timestamp to RG
Signed-off-by: Adelina Tuvenie <atuvenie@cloudbasesolutions.com>
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/windows-periodic.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/windows-periodic.yml
									
									
									
									
										vendored
									
									
								
							| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Adelina Tuvenie
					Adelina Tuvenie