Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore: fix esrp to use new auth #2218

Merged
merged 1 commit into from
May 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -336,17 +336,25 @@ jobs:
PGP-PW: $(pgp-pw)
SYNAPSEML_ENABLE_PUBLISH: true
displayName: 'publish jar package to maven central'
- task: EsrpRelease@3
inputs:
ConnectedServiceName: 'DataScienceESRPRelease'
- task: EsrpRelease@7
inputs:
ConnectedServiceName: 'DataScienceESRPRelease2024'
# The keyvault hosting the certs https://ms.portal.azure.com/#@microsoft.onmicrosoft.com/resource/subscriptions/13842c9d-5a2d-4da1-84a8-3383f543d9ba/resourceGroups/esrp/providers/Microsoft.KeyVault/vaults/synapseml-esrp-kv/overview
keyvaultname: 'synapseml-esrp-kv'
authcertname: 'ReleaseAutomation'
signcertname: 'ESRPReqSignCA'
# The entra app https://ms.portal.azure.com/#view/Microsoft_AAD_RegisteredApps/ApplicationMenuBlade/~/Manifest/appId/1fc1c0d1-5a85-4081-8f1e-12a8c225b9a6/isMSAApp~/false
clientid: '1fc1c0d1-5a85-4081-8f1e-12a8c225b9a6'
Intent: 'PackageDistribution'
ContentType: 'Maven'
PackageLocation: '/home/vsts/.ivy2/local/com.microsoft.azure/'
contentsource: 'Folder'
folderlocation: '/home/vsts/.ivy2/local/com.microsoft.azure/'
Owners: 'admukund@microsoft.com,richwyd@microsoft.com,taniaarya@microsoft.com,alsavelv@microsoft.com,marcozo@microsoft.com,romanbat@microsoft.com'
Approvers: 'romanbat@microsoft.com,markus.weimer@microsoft.com,negust@microsoft.com'
ServiceEndpointUrl: 'https://api.esrp.microsoft.com'
MainPublisher: 'synapseml'
DomainTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'
waitforreleasecompletion: true
displayName: 'ESRP Publish Package'
condition: and(eq(variables.isMaster, true), startsWith(variables['tag'], 'v'))

Expand Down
Loading