Skip to content
Merged
Show file tree
Hide file tree
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
22 changes: 11 additions & 11 deletions eng/emitter-package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion eng/emitter-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"main": "dist/src/index.js",
"dependencies": {
"@azure-tools/typespec-python": "0.42.2"
"@azure-tools/typespec-python": "0.42.3"
},
"devDependencies": {
"@typespec/compiler": "^1.0.0-0",
Expand Down
12 changes: 8 additions & 4 deletions scripts/auto_release/PythonSdkLiveTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ variables:
- group: Azure SDK Auto Release Pipeline Secrets

jobs:
- job: LiveTestPython310
displayName: Live Test Python 3.10
- job: LiveTestPython
displayName: Live Test Python
timeoutInMinutes: 1500
strategy:
maxParallel: 5
pool:
name: azsdk-pool-mms-ubuntu-2004-general
vmImage: 'ubuntu-20.04'
name: azsdk-pool
vmImage: 'ubuntu-22.04'
variables:
Codeql.Enabled: false
steps:
Expand All @@ -35,6 +35,10 @@ jobs:
versionSpec: '3.10'
addToPath: true
architecture: 'x64'
- task: NodeTool@0
displayName: Install Node.js
inputs:
versionSpec: 22.x
- bash: |
python scripts/dev_setup.py -p azure-core
cd ..
Expand Down
17 changes: 0 additions & 17 deletions scripts/collect_api_version_for_multi_api_sdk/README.md

This file was deleted.

This file was deleted.

204 changes: 0 additions & 204 deletions scripts/collect_api_version_for_multi_api_sdk/main.py

This file was deleted.

This file was deleted.

10 changes: 5 additions & 5 deletions scripts/issue_helper/issue_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ variables:
- group: SDK Release Helper

jobs:
- job: IssueHelper
displayName: IssueHelper Python 3.8
- job: IssueHelper 3.9
displayName: IssueHelper Python
timeoutInMinutes: 30
strategy:
maxParallel: 3
pool:
name: azsdk-pool-mms-ubuntu-2004-general
vmImage: 'ubuntu-20.04'
name: azsdk-pool
vmImage: 'ubuntu-22.04'
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.8'
versionSpec: '3.9'
addToPath: true
architecture: 'x64'
- bash: |
Expand Down
Loading