Skip to content

Commit 7ec8803

Browse files
MIchaelMaineradrian05-msdependabot[bot]
authored
Merge dev into main (#1380) (#1394)
* Generation pipeline migration to 1ES * fixing param issue * adding missing repo * Fix template issues * duplication error * removing download steps * sdl analysis * excluding repos * changing typewriter targetPath * changing download path * adding typewriter to the target path * Fixing openAPI outputPath * fixing output path * test run * changing target path * testing change * multiple artifacts * testing copy files * hardcoding downloaded artifacts * testing copy files * Fixing copy files * Attempting to fix kiota dir issue * Testing downloaded paths * moving from bash to powershell * changing targetPath * adding template context * adding kiota repo to scan * reverting back change * reverting back copyright comments * adding comments * adding comment space * chore: update Python copilot agent library generation dir (#1379) * chore(deps): bump submodules/vipr from `c5c2204` to `39c1ee7` (#1378) Bumps [submodules/vipr](https://github.com/microsoft/vipr) from `c5c2204` to `39c1ee7`. - [Release notes](https://github.com/microsoft/vipr/releases) - [Commits](microsoft/Vipr@c5c2204...39c1ee7) --- updated-dependencies: - dependency-name: submodules/vipr dependency-version: 39c1ee7affbd5567511890ddff5edb6c721ee1c7 dependency-type: direct:production ... * chore(deps): bump actions/checkout from 4 to 5 (#1376) Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... * chore(deps): bump actions/setup-dotnet from 4.3.1 to 5.0.0 (#1381) Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.3.1 to 5.0.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4.3.1...v5.0.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... * dep: update vipr dependency (#1383) * chore: fix path to beta python ccs (#1382) * ci: update script to special case for beta typing versioning (#1384) --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Adrian <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f807a1b commit 7ec8803

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.azure-pipelines/generation-templates/capture-openapi.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
persistCredentials: true
2323

2424
- template: /.azure-pipelines/generation-templates/checkout-metadata.yml@self
25-
2625
- pwsh: |
2726
$dirPath = "./conversion-settings"
2827
$endpoint = "${{ parameters.endpoint }}"
@@ -39,10 +38,8 @@ jobs:
3938
Write-Host "##vso[task.setvariable variable=targets;isOutput=true]$json"
4039
name: setTargets
4140
workingDirectory: $(Build.SourcesDirectory)/msgraph-metadata
42-
4341
- script: echo $(setTargets.targets)
4442
displayName: "Print settings"
45-
4643
- job: convert_openapi
4744
dependsOn: get_conversion_settings
4845
displayName: Convert

0 commit comments

Comments
 (0)