Skip to content

Commit feb4625

Browse files
authored
Merge branch 'main' into tejaswis/validateArmLeases
2 parents a67818a + 3d6240f commit feb4625

534 files changed

Lines changed: 56519 additions & 7169 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

eng/common/pipelines/templates/archetype-typespec-emitter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ extends:
247247
- template: /eng/common/pipelines/templates/steps/create-authenticated-npmrc.yml
248248
parameters:
249249
npmrcPath: $(buildArtifactsPath)/packages/.npmrc
250-
registryUrl: https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-js-test-autorest/npm/registry/
250+
registryUrl: https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-js/npm/registry/
251251

252252
# publish to devops feed
253253
- pwsh: |
@@ -270,7 +270,7 @@ extends:
270270

271271
- ${{ if parameters.PublishPublic }}:
272272
# publish to npmjs.org using ESRP
273-
- task: EsrpRelease@9
273+
- task: EsrpRelease@11
274274
inputs:
275275
displayName: Publish to npmjs.org
276276
ConnectedServiceName: Azure SDK PME Managed Identity

eng/common/pipelines/templates/jobs/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
7171
- ${{ if eq(parameters.Registry, 'https://registry.npmjs.org/') }}:
7272

73-
- task: EsrpRelease@9
73+
- task: EsrpRelease@11
7474
displayName: 'Publish ${{ parameters.ArtifactName }} via ESRP'
7575
condition: and(succeeded(), ne(variables['SkipPublishing'], 'true'))
7676
inputs:

eng/common/spelling/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eng/common/tsp-client/package-lock.json

Lines changed: 218 additions & 202 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eng/pipelines/templates/stages/archetype-spec-gen-sdk.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,10 @@ stages:
280280
- ${{ if and(eq(variables['System.TeamProject'], 'internal'), eq(parameters.CreatePullRequest, true), ne(variables['Build.Reason'], 'PullRequest')) }}:
281281
- pwsh: |
282282
$sdkPrBranchName = "$(PrBranch)-$(Build.BuildId)"
283+
$sdkRepoBranch = '${{ parameters.SdkRepoBranch }}'
283284
# use the user provided branch name
284285
if (($sdkRepoBranch -ne 'main') -and (-not [string]::IsNullOrWhiteSpace($sdkRepoBranch))) {
285-
$sdkPrBranchName = '${{ parameters.SdkRepoBranch }}'
286+
$sdkPrBranchName = $sdkRepoBranch
286287
}
287288
Write-Host "Branch name is set to: $sdkPrBranchName"
288289
Write-Host "##vso[task.setvariable variable=SdkPullRequestSourceBranch]$sdkPrBranchName"

eng/tools/lint-diff/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@azure-tools/specs-shared": "file:../../../.github/shared",
2626
"@microsoft.azure/openapi-validator": "2.2.4",
2727
"@microsoft.azure/openapi-validator-core": "1.0.7",
28-
"@microsoft.azure/openapi-validator-rulesets": "2.2.4",
28+
"@microsoft.azure/openapi-validator-rulesets": "2.2.5",
2929
"autorest": "^3.7.2",
3030
"change-case": "^5.4.4",
3131
"deep-eql": "^5.0.2",

eng/tools/openapi-diff-runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"@actions/core": "^3.0.0",
2222
"@azure-tools/specs-shared": "file:../../../.github/shared",
23-
"@azure/oad": "0.12.3"
23+
"@azure/oad": "0.12.4"
2424
},
2525
"devDependencies": {
2626
"@types/node": "^20.0.0",

0 commit comments

Comments
 (0)