Set owners tag in test resource deployments (#3436)

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
This commit is contained in:
Azure SDK Bot 2022-03-15 16:18:57 -07:00 committed by GitHub
parent e6c91c09f9
commit 6dc2599141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -533,7 +533,7 @@ try {
}
$tags = @{
Creator = $UserName
Owners = $UserName
ServiceDirectory = $ServiceDirectory
}