-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feature/storage/stg98base
- Loading branch information
Showing
2,214 changed files
with
84,384 additions
and
39,701 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1449,7 +1449,8 @@ | |
"Ename", | ||
"Evalue", | ||
"Twilio", | ||
"Soql" | ||
"Soql", | ||
"Tswtz" | ||
] | ||
}, | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -172,22 +172,22 @@ extends: | |
- ${{ if parameters.PublishPublic }}: | ||
# publish to npmjs.org using ESRP | ||
- task: EsrpRelease@7 | ||
- task: EsrpRelease@9 | ||
inputs: | ||
displayName: Publish to npmjs.org | ||
ConnectedServiceName: Azure SDK Engineering System | ||
ConnectedServiceName: Azure SDK PME Managed Identity | ||
ClientId: 5f81938c-2544-4f1f-9251-dd9de5b8a81b | ||
KeyVaultName: AzureSDKEngKeyVault | ||
AuthCertName: azure-sdk-esrp-release-auth-certificate | ||
SignCertName: azure-sdk-esrp-release-sign-certificate | ||
DomainTenantId: 975f013f-7f24-47e8-a7d3-abc4752bf346 | ||
UseManagedIdentity: true | ||
KeyVaultName: kv-azuresdk-codesign | ||
SignCertName: azure-sdk-esrp-release-certificate | ||
Intent: PackageDistribution | ||
ContentType: npm | ||
FolderLocation: $(buildArtifactsPath)/packages | ||
Owners: ${{ coalesce(variables['Build.RequestedForEmail'], '[email protected]') }} | ||
Approvers: ${{ coalesce(variables['Build.RequestedForEmail'], '[email protected]') }} | ||
ServiceEndpointUrl: https://api.esrp.microsoft.com | ||
MainPublisher: ESRPRELPACMANTEST | ||
DomainTenantId: 72f988bf-86f1-41af-91ab-2d7cd011db47 | ||
|
||
- task: PowerShell@2 | ||
displayName: Create emitter-package.json | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.