Skip to content

Commit bc5942f

Browse files
halliprkshitij-microsoft
authored andcommitted
Use PME identity for ESRP release (#39921)
1 parent 19bd790 commit bc5942f

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

eng/pipelines/templates/stages/archetype-python-release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,22 +141,22 @@ stages:
141141
Get-ChildItem $esrpDirectory
142142
displayName: Isolate files for ESRP Publish
143143
144-
- task: EsrpRelease@7
144+
- task: EsrpRelease@9
145145
displayName: 'Publish to ESRP'
146146
inputs:
147-
ConnectedServiceName: 'Azure SDK Engineering System'
147+
ConnectedServiceName: 'Azure SDK PME Managed Identity'
148148
ClientId: '5f81938c-2544-4f1f-9251-dd9de5b8a81b'
149-
KeyVaultName: 'AzureSDKEngKeyVault'
150-
AuthCertName: 'azure-sdk-esrp-release-auth-certificate'
151-
SignCertName: 'azure-sdk-esrp-release-sign-certificate'
149+
DomainTenantId: '975f013f-7f24-47e8-a7d3-abc4752bf346'
150+
UseManagedIdentity: true
151+
KeyVaultName: 'kv-azuresdk-codesign'
152+
SignCertName: 'azure-sdk-esrp-release-certificate'
152153
Intent: 'PackageDistribution'
153154
ContentType: 'PyPI'
154155
FolderLocation: $(Pipeline.Workspace)/esrp-release/${{parameters.ArtifactName}}/${{artifact.name}}
155156
Owners: $(Build.RequestedForEmail)
156157
Approvers: $(Build.RequestedForEmail)
157158
ServiceEndpointUrl: 'https://api.esrp.microsoft.com'
158159
MainPublisher: 'ESRPRELPACMANTEST'
159-
DomainTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'
160160

161161
- script: |
162162
set -e

eng/pipelines/templates/stages/partner-release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,19 @@ extends:
5353
ArtifactName: 'artifacts-for-release'
5454
ArtifactPath: $(Artifacts)
5555

56-
- task: EsrpRelease@7
56+
- task: EsrpRelease@9
5757
displayName: 'Publish via ESRP'
5858
inputs:
59-
ConnectedServiceName: 'Azure SDK Engineering System'
59+
ConnectedServiceName: 'Azure SDK PME Managed Identity'
6060
ClientId: '5f81938c-2544-4f1f-9251-dd9de5b8a81b'
61-
KeyVaultName: 'AzureSDKEngKeyVault'
62-
AuthCertName: 'azure-sdk-esrp-release-auth-certificate'
63-
SignCertName: 'azure-sdk-esrp-release-sign-certificate'
61+
DomainTenantId: '975f013f-7f24-47e8-a7d3-abc4752bf346'
62+
UseManagedIdentity: true
63+
KeyVaultName: 'kv-azuresdk-codesign'
64+
SignCertName: 'azure-sdk-esrp-release-certificate'
6465
Intent: 'PackageDistribution'
6566
ContentType: 'PyPI'
6667
FolderLocation: $(Artifacts)
6768
Owners: ${{ coalesce(variables['Build.RequestedForEmail'], '[email protected]') }}
6869
Approvers: ${{ coalesce(variables['Build.RequestedForEmail'], '[email protected]') }}
6970
ServiceEndpointUrl: 'https://api.esrp.microsoft.com'
7071
MainPublisher: 'ESRPRELPACMANTEST'
71-
DomainTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'

0 commit comments

Comments
 (0)