diff --git a/.chronus/changes/copilot-fix-3195-2025-8-9-14-19-15.md b/.chronus/changes/copilot-fix-3195-2025-8-9-14-19-15.md new file mode 100644 index 0000000000..21925d4d02 --- /dev/null +++ b/.chronus/changes/copilot-fix-3195-2025-8-9-14-19-15.md @@ -0,0 +1,7 @@ +--- +changeKind: internal +packages: + - "@azure-tools/typespec-python" +--- + +upgrade pnpm version to 10.11.0 \ No newline at end of file diff --git a/README.md b/README.md index cc8c30d34f..8ae03b7c7c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Requirements - Node 20+ -- pnpm 9+ +- pnpm 10+ - Python 3.9+ ## Develop diff --git a/eng/pipelines/ci-template.yml b/eng/pipelines/ci-template.yml index 0e062bfb8a..1ed9bf8345 100644 --- a/eng/pipelines/ci-template.yml +++ b/eng/pipelines/ci-template.yml @@ -26,8 +26,8 @@ steps: inputs: versionSpec: $(PythonVersion) - - script: npm install -g pnpm@9.5.0 - displayName: Install pnpm 9.5.0 + - script: npm install -g pnpm@10.11.0 + displayName: Install pnpm 10.11.0 - script: npm install -g autorest displayName: Install autorest diff --git a/eng/pipelines/publish-release.yml b/eng/pipelines/publish-release.yml index f3f6066692..faa5833061 100644 --- a/eng/pipelines/publish-release.yml +++ b/eng/pipelines/publish-release.yml @@ -28,8 +28,8 @@ extends: inputs: versionSpec: 3.10 - - script: npm install -g pnpm@9.5.0 - displayName: Install PNPM 9.5.0 + - script: npm install -g pnpm@10.11.0 + displayName: Install PNPM 10.11.0 - script: pnpm install displayName: Install dependencies diff --git a/eng/pipelines/sdk_regenerate.yaml b/eng/pipelines/sdk_regenerate.yaml index 8233ce5ea5..d78e3c08f9 100644 --- a/eng/pipelines/sdk_regenerate.yaml +++ b/eng/pipelines/sdk_regenerate.yaml @@ -44,8 +44,8 @@ jobs: inputs: versionSpec: '20.x' - - script: npm install -g pnpm@9.5.0 - displayName: Install pnpm 9.5.0 + - script: npm install -g pnpm@10.11.0 + displayName: Install pnpm 10.11.0 - script: pnpm install displayName: pnpm install diff --git a/eng/scripts/initialize.py b/eng/scripts/initialize.py index 2a0713d8aa..2834a594db 100644 --- a/eng/scripts/initialize.py +++ b/eng/scripts/initialize.py @@ -24,7 +24,7 @@ def copy(src: Path, dest: Path) -> None: def main(update_to_latest_typespec: bool, build_artifacts_path: Path) -> None: # Install global dependencies - call("npm install -g pnpm@9.5.0") + call("npm install -g pnpm@10.11.0") call("npm install -g autorest") call("npm install -g @typespec/compiler") diff --git a/package.json b/package.json index 817e4ae213..72d95127e9 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "workspaces": [ "packages/*" ], - "packageManager": "pnpm@9.5.0", + "packageManager": "pnpm@10.11.0", "scripts": { "preinstall": "npx only-allow pnpm", "watch": "tsc --build ./tsconfig.ws.json --watch", diff --git a/packages/autorest.python/package.json b/packages/autorest.python/package.json index 872a426f53..33ab5af660 100644 --- a/packages/autorest.python/package.json +++ b/packages/autorest.python/package.json @@ -29,7 +29,7 @@ }, "homepage": "https://github.com/Azure/autorest.python/blob/main/README.md", "dependencies": { - "@typespec/http-client-python": "https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNTMxMjQzOS9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.16.0.tgz", + "@typespec/http-client-python": "https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNTMxNjk4My9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.16.0.tgz", "@autorest/system-requirements": "~1.0.2", "fs-extra": "~11.2.0", "tsx": "~4.19.1" @@ -47,4 +47,4 @@ "requirements.txt", "generator/" ] -} \ No newline at end of file +} diff --git a/packages/typespec-python/package.json b/packages/typespec-python/package.json index 557ee00b3c..53b5e8cff1 100644 --- a/packages/typespec-python/package.json +++ b/packages/typespec-python/package.json @@ -67,7 +67,7 @@ "js-yaml": "~4.1.0", "semver": "~7.6.2", "tsx": "~4.19.1", - "@typespec/http-client-python": "https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNTMxMjQzOS9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.16.0.tgz", + "@typespec/http-client-python": "https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNTMxNjk4My9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.16.0.tgz", "fs-extra": "~11.2.0" }, "devDependencies": { @@ -103,4 +103,4 @@ "chalk": "5.3.0", "@types/fs-extra": "11.0.4" } -} \ No newline at end of file +} diff --git a/packages/typespec-python/scripts/eng/regenerate.ts b/packages/typespec-python/scripts/eng/regenerate.ts index 878ac98a9e..64f4f48c00 100644 --- a/packages/typespec-python/scripts/eng/regenerate.ts +++ b/packages/typespec-python/scripts/eng/regenerate.ts @@ -442,6 +442,12 @@ async function regenerate(flags: RegenerateFlagsInput): Promise { return () => executeCommand(tspCommand); }); + // After upgrade to pnpm 10.x, the @typespec/http-client-python can't be installed completely with venv folder created. + // But the emitter will try to recreate venv again in runtime, so we shall not run in parallel until venv is + // installed correctly. This is just workaround solution so when we find the root cause, we can remove this line. + // NOTE: if we use `npm install`, emitter can be installed completely so maybe it is pnpm's bug. + await tasks[0](); + // Run tasks with a concurrency limit await runTaskPool(tasks, 30); } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b38908126e..f1eefe023c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -60,8 +60,8 @@ importers: specifier: ~1.0.2 version: 1.0.2 '@typespec/http-client-python': - specifier: https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNTMxMjQzOS9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.16.0.tgz - version: https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNTMxMjQzOS9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.16.0.tgz(u6ty2hffr3qbaepqntv4k5p2hu) + specifier: https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNTMxNjk4My9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.16.0.tgz + version: https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNTMxNjk4My9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.16.0.tgz(92d1ad4939615a35a767fdba1b1a8a94) fs-extra: specifier: ~11.2.0 version: 11.2.0 @@ -82,8 +82,8 @@ importers: packages/typespec-python: dependencies: '@typespec/http-client-python': - specifier: https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNTMxMjQzOS9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.16.0.tgz - version: https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNTMxMjQzOS9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.16.0.tgz(u6ty2hffr3qbaepqntv4k5p2hu) + specifier: https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNTMxNjk4My9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.16.0.tgz + version: https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNTMxNjk4My9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.16.0.tgz(92d1ad4939615a35a767fdba1b1a8a94) fs-extra: specifier: ~11.2.0 version: 11.2.0 @@ -99,22 +99,22 @@ importers: devDependencies: '@azure-tools/azure-http-specs': specifier: 0.1.0-alpha.27 - version: 0.1.0-alpha.27(tsnbxk7z3h65bhkmgjy2jtqk7m) + version: 0.1.0-alpha.27(ae3581194c6178bdbee7d0596254b2da) '@azure-tools/typespec-autorest': specifier: ~0.59.1 - version: 0.59.1(4qmm6n6o7ftevfz5poc4nn6iku) + version: 0.59.1(34a9c915447b8d6d0fd740e7a34715a3) '@azure-tools/typespec-azure-core': specifier: ~0.59.0 version: 0.59.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/http@1.3.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/streams@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))))(@typespec/rest@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/http@1.3.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/streams@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))))) '@azure-tools/typespec-azure-resource-manager': specifier: ~0.59.2 - version: 0.59.2(egomue5caqif5qoyxrpo53x46e) + version: 0.59.2(3e5a25bd609ef0155fa52cafe7f69948) '@azure-tools/typespec-azure-rulesets': specifier: ~0.59.0 - version: 0.59.0(@azure-tools/typespec-azure-core@0.59.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/http@1.3.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/streams@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))))(@typespec/rest@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/http@1.3.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/streams@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))))))(@azure-tools/typespec-azure-resource-manager@0.59.2(egomue5caqif5qoyxrpo53x46e))(@azure-tools/typespec-client-generator-core@0.59.1(ethupvbxtb545dqzjqgvsin45a))(@typespec/compiler@1.3.0(@types/node@24.1.0)) + version: 0.59.0(@azure-tools/typespec-azure-core@0.59.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/http@1.3.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/streams@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))))(@typespec/rest@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/http@1.3.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/streams@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))))))(@azure-tools/typespec-azure-resource-manager@0.59.2(3e5a25bd609ef0155fa52cafe7f69948))(@azure-tools/typespec-client-generator-core@0.59.1(657dffaffa20ecfee018cc5ff341ade0))(@typespec/compiler@1.3.0(@types/node@24.1.0)) '@azure-tools/typespec-client-generator-core': specifier: ~0.59.1 - version: 0.59.1(ethupvbxtb545dqzjqgvsin45a) + version: 0.59.1(657dffaffa20ecfee018cc5ff341ade0) '@types/fs-extra': specifier: 11.0.4 version: 11.0.4 @@ -1677,8 +1677,8 @@ packages: peerDependencies: '@typespec/compiler': ^1.3.0 - '@typespec/http-client-python@https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNTMxMjQzOS9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.16.0.tgz': - resolution: {tarball: https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNTMxMjQzOS9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.16.0.tgz} + '@typespec/http-client-python@https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNTMxNjk4My9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.16.0.tgz': + resolution: {tarball: https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNTMxNjk4My9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.16.0.tgz} version: 0.16.0 engines: {node: '>=20.0.0'} peerDependencies: @@ -4866,7 +4866,7 @@ snapshots: command-exists: 1.2.9 semver: 7.6.3 - '@azure-tools/azure-http-specs@0.1.0-alpha.27(tsnbxk7z3h65bhkmgjy2jtqk7m)': + '@azure-tools/azure-http-specs@0.1.0-alpha.27(ae3581194c6178bdbee7d0596254b2da)': dependencies: '@azure-tools/typespec-azure-core': 0.59.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/http@1.3.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/streams@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))))(@typespec/rest@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/http@1.3.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/streams@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))))) '@typespec/compiler': 1.3.0(@types/node@24.1.0) @@ -4881,11 +4881,11 @@ snapshots: - '@typespec/streams' - supports-color - '@azure-tools/typespec-autorest@0.59.1(4qmm6n6o7ftevfz5poc4nn6iku)': + '@azure-tools/typespec-autorest@0.59.1(34a9c915447b8d6d0fd740e7a34715a3)': dependencies: '@azure-tools/typespec-azure-core': 0.59.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/http@1.3.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/streams@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))))(@typespec/rest@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/http@1.3.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/streams@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))))) - '@azure-tools/typespec-azure-resource-manager': 0.59.2(egomue5caqif5qoyxrpo53x46e) - '@azure-tools/typespec-client-generator-core': 0.59.1(ethupvbxtb545dqzjqgvsin45a) + '@azure-tools/typespec-azure-resource-manager': 0.59.2(3e5a25bd609ef0155fa52cafe7f69948) + '@azure-tools/typespec-client-generator-core': 0.59.1(657dffaffa20ecfee018cc5ff341ade0) '@typespec/compiler': 1.3.0(@types/node@24.1.0) '@typespec/http': 1.3.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/streams@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))) '@typespec/openapi': 1.3.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/http@1.3.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/streams@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0)))) @@ -4898,7 +4898,7 @@ snapshots: '@typespec/http': 1.3.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/streams@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))) '@typespec/rest': 0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/http@1.3.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/streams@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0)))) - '@azure-tools/typespec-azure-resource-manager@0.59.2(egomue5caqif5qoyxrpo53x46e)': + '@azure-tools/typespec-azure-resource-manager@0.59.2(3e5a25bd609ef0155fa52cafe7f69948)': dependencies: '@azure-tools/typespec-azure-core': 0.59.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/http@1.3.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/streams@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))))(@typespec/rest@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/http@1.3.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/streams@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))))) '@typespec/compiler': 1.3.0(@types/node@24.1.0) @@ -4909,14 +4909,14 @@ snapshots: change-case: 5.4.4 pluralize: 8.0.0 - '@azure-tools/typespec-azure-rulesets@0.59.0(@azure-tools/typespec-azure-core@0.59.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/http@1.3.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/streams@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))))(@typespec/rest@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/http@1.3.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/streams@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))))))(@azure-tools/typespec-azure-resource-manager@0.59.2(egomue5caqif5qoyxrpo53x46e))(@azure-tools/typespec-client-generator-core@0.59.1(ethupvbxtb545dqzjqgvsin45a))(@typespec/compiler@1.3.0(@types/node@24.1.0))': + '@azure-tools/typespec-azure-rulesets@0.59.0(@azure-tools/typespec-azure-core@0.59.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/http@1.3.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/streams@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))))(@typespec/rest@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/http@1.3.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/streams@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))))))(@azure-tools/typespec-azure-resource-manager@0.59.2(3e5a25bd609ef0155fa52cafe7f69948))(@azure-tools/typespec-client-generator-core@0.59.1(657dffaffa20ecfee018cc5ff341ade0))(@typespec/compiler@1.3.0(@types/node@24.1.0))': dependencies: '@azure-tools/typespec-azure-core': 0.59.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/http@1.3.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/streams@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))))(@typespec/rest@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/http@1.3.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/streams@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))))) - '@azure-tools/typespec-azure-resource-manager': 0.59.2(egomue5caqif5qoyxrpo53x46e) - '@azure-tools/typespec-client-generator-core': 0.59.1(ethupvbxtb545dqzjqgvsin45a) + '@azure-tools/typespec-azure-resource-manager': 0.59.2(3e5a25bd609ef0155fa52cafe7f69948) + '@azure-tools/typespec-client-generator-core': 0.59.1(657dffaffa20ecfee018cc5ff341ade0) '@typespec/compiler': 1.3.0(@types/node@24.1.0) - '@azure-tools/typespec-client-generator-core@0.59.1(ethupvbxtb545dqzjqgvsin45a)': + '@azure-tools/typespec-client-generator-core@0.59.1(657dffaffa20ecfee018cc5ff341ade0)': dependencies: '@azure-tools/typespec-azure-core': 0.59.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/http@1.3.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/streams@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))))(@typespec/rest@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/http@1.3.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/streams@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))))) '@typespec/compiler': 1.3.0(@types/node@24.1.0) @@ -6460,13 +6460,13 @@ snapshots: dependencies: '@typespec/compiler': 1.3.0(@types/node@24.1.0) - '@typespec/http-client-python@https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNTMxMjQzOS9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.16.0.tgz(u6ty2hffr3qbaepqntv4k5p2hu)': + '@typespec/http-client-python@https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNTMxNjk4My9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.16.0.tgz(92d1ad4939615a35a767fdba1b1a8a94)': dependencies: - '@azure-tools/typespec-autorest': 0.59.1(4qmm6n6o7ftevfz5poc4nn6iku) + '@azure-tools/typespec-autorest': 0.59.1(34a9c915447b8d6d0fd740e7a34715a3) '@azure-tools/typespec-azure-core': 0.59.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/http@1.3.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/streams@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))))(@typespec/rest@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/http@1.3.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/streams@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))))) - '@azure-tools/typespec-azure-resource-manager': 0.59.2(egomue5caqif5qoyxrpo53x46e) - '@azure-tools/typespec-azure-rulesets': 0.59.0(@azure-tools/typespec-azure-core@0.59.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/http@1.3.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/streams@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))))(@typespec/rest@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/http@1.3.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/streams@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))))))(@azure-tools/typespec-azure-resource-manager@0.59.2(egomue5caqif5qoyxrpo53x46e))(@azure-tools/typespec-client-generator-core@0.59.1(ethupvbxtb545dqzjqgvsin45a))(@typespec/compiler@1.3.0(@types/node@24.1.0)) - '@azure-tools/typespec-client-generator-core': 0.59.1(ethupvbxtb545dqzjqgvsin45a) + '@azure-tools/typespec-azure-resource-manager': 0.59.2(3e5a25bd609ef0155fa52cafe7f69948) + '@azure-tools/typespec-azure-rulesets': 0.59.0(@azure-tools/typespec-azure-core@0.59.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/http@1.3.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/streams@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))))(@typespec/rest@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/http@1.3.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/streams@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0))))))(@azure-tools/typespec-azure-resource-manager@0.59.2(3e5a25bd609ef0155fa52cafe7f69948))(@azure-tools/typespec-client-generator-core@0.59.1(657dffaffa20ecfee018cc5ff341ade0))(@typespec/compiler@1.3.0(@types/node@24.1.0)) + '@azure-tools/typespec-client-generator-core': 0.59.1(657dffaffa20ecfee018cc5ff341ade0) '@typespec/compiler': 1.3.0(@types/node@24.1.0) '@typespec/events': 0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0)) '@typespec/http': 1.3.0(@typespec/compiler@1.3.0(@types/node@24.1.0))(@typespec/streams@0.73.0(@typespec/compiler@1.3.0(@types/node@24.1.0)))