Skip to content

Commit 8d7f639

Browse files
committed
release: update Azure storage resource names
The previous Azure resource architecture separated GCM and Microsoft Git resources into different Resource Groups. This led to redundancy - we were storing all our secrets, certificates, etc. in two places. These updates reflect the consolidation of these resources into the new esrp Resource Group.
1 parent d7fb42a commit 8d7f639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/set_up_esrp.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Install ESRP client
2-
az storage blob download --file esrp.zip --account-key "$env:AZURE_STORAGE_KEY" --account-name gcmesrp --container microsoft-esrp-client --name microsoft.esrpclient.1.2.76.nupkg
2+
az storage blob download --file esrp.zip --account-key "$env:AZURE_STORAGE_KEY" --account-name esrpsigningstorage --container signing-resources --name microsoft.esrpclient.1.2.76.nupkg
33
Expand-Archive -Path esrp.zip -DestinationPath .\esrp
44

55
# Install certificates

0 commit comments

Comments
 (0)