Skip to content

Commit 1651166

Browse files
authored
Bump tcgc 0.57.2 (#3108)
* Update dependencies (2025-06-25 08:16:11) * Regenerate for typespec-python (2025-06-25 08:21:06) * update regenerate.ts * add changelog * regenerate * bump dep --------- Co-authored-by: AutoPrFromHttpClientPython <AutoPrFromHttpClientPython>
1 parent 9a4fd79 commit 1651166

50 files changed

Lines changed: 5475 additions & 36 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
changeKind: dependencies
3+
packages:
4+
- "@autorest/python"
5+
- "@azure-tools/typespec-python"
6+
---
7+
8+
Bump dependency TCGC 0.57.2

packages/autorest.python/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"homepage": "https://github.com/Azure/autorest.python/blob/main/README.md",
3131
"dependencies": {
32-
"@typespec/http-client-python": "~0.12.3",
32+
"@typespec/http-client-python": "~0.13.0-dev.1",
3333
"@autorest/system-requirements": "~1.0.2",
3434
"fs-extra": "~11.2.0",
3535
"tsx": "~4.19.1"
@@ -47,4 +47,4 @@
4747
"requirements.txt",
4848
"generator/"
4949
]
50-
}
50+
}

packages/typespec-python/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"js-yaml": "~4.1.0",
6868
"semver": "~7.6.2",
6969
"tsx": "~4.19.1",
70-
"@typespec/http-client-python": "~0.12.3",
70+
"@typespec/http-client-python": "~0.13.0-dev.1",
7171
"fs-extra": "~11.2.0"
7272
},
7373
"devDependencies": {
@@ -85,8 +85,8 @@
8585
"@azure-tools/typespec-azure-core": "~0.57.0",
8686
"@azure-tools/typespec-azure-rulesets": "~0.57.0",
8787
"@azure-tools/typespec-autorest": "~0.57.0",
88-
"@azure-tools/typespec-client-generator-core": "~0.57.1",
89-
"@azure-tools/azure-http-specs": "0.1.0-alpha.19",
88+
"@azure-tools/typespec-client-generator-core": "~0.57.2",
89+
"@azure-tools/azure-http-specs": "0.1.0-alpha.20",
9090
"@typespec/http-specs": "0.1.0-alpha.23",
9191
"@typespec/spector": "0.1.0-alpha.15",
9292
"@typespec/spec-api": "0.1.0-alpha.6",
@@ -103,4 +103,4 @@
103103
"chalk": "5.3.0",
104104
"@types/fs-extra": "11.0.4"
105105
}
106-
}
106+
}

packages/typespec-python/scripts/eng/regenerate.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ const AZURE_EMITTER_OPTIONS: Record<string, Record<string, string> | Record<stri
2929
"azure/client-generator-core/client-initialization": {
3030
namespace: "specs.azure.clientgenerator.core.clientinitialization",
3131
},
32+
"azure/client-generator-core/client-location": {
33+
namespace: "specs.azure.clientgenerator.core.clientlocation",
34+
},
3235
"azure/client-generator-core/deserialize-empty-string-as-null": {
3336
namespace: "specs.azure.clientgenerator.core.emptystring",
3437
},
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Release History
2+
3+
## 1.0.0b1 (1970-01-01)
4+
5+
- Initial version
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Copyright (c) Microsoft Corporation.
2+
3+
MIT License
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
include *.md
2+
include LICENSE
3+
include specs/azure/clientgenerator/core/clientlocation/py.typed
4+
recursive-include tests *.py
5+
recursive-include samples *.py *.md
6+
include specs/__init__.py
7+
include specs/azure/__init__.py
8+
include specs/azure/clientgenerator/__init__.py
9+
include specs/azure/clientgenerator/core/__init__.py
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Specs Azure Clientgenerator Core Clientlocation client library for Python
2+
<!-- write necessary description of service -->
3+
4+
## Getting started
5+
6+
### Install the package
7+
8+
```bash
9+
python -m pip install specs-azure-clientgenerator-core-clientlocation
10+
```
11+
12+
#### Prequisites
13+
14+
- Python 3.9 or later is required to use this package.
15+
- You need an [Azure subscription][azure_sub] to use this package.
16+
- An existing Specs Azure Clientgenerator Core Clientlocation instance.
17+
18+
19+
## Contributing
20+
21+
This project welcomes contributions and suggestions. Most contributions require
22+
you to agree to a Contributor License Agreement (CLA) declaring that you have
23+
the right to, and actually do, grant us the rights to use your contribution.
24+
For details, visit https://cla.microsoft.com.
25+
26+
When you submit a pull request, a CLA-bot will automatically determine whether
27+
you need to provide a CLA and decorate the PR appropriately (e.g., label,
28+
comment). Simply follow the instructions provided by the bot. You will only
29+
need to do this once across all repos using our CLA.
30+
31+
This project has adopted the
32+
[Microsoft Open Source Code of Conduct][code_of_conduct]. For more information,
33+
see the Code of Conduct FAQ or contact opencode@microsoft.com with any
34+
additional questions or comments.
35+
36+
<!-- LINKS -->
37+
[code_of_conduct]: https://opensource.microsoft.com/codeofconduct/
38+
[authenticate_with_token]: https://docs.microsoft.com/azure/cognitive-services/authentication?tabs=powershell#authenticate-with-an-authentication-token
39+
[azure_identity_credentials]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#credentials
40+
[azure_identity_pip]: https://pypi.org/project/azure-identity/
41+
[default_azure_credential]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#defaultazurecredential
42+
[pip]: https://pypi.org/project/pip/
43+
[azure_sub]: https://azure.microsoft.com/free/
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"CrossLanguagePackageId": "_Specs_.Azure.ClientGenerator.Core.ClientLocation",
3+
"CrossLanguageDefinitionId": {
4+
"specs.azure.clientgenerator.core.clientlocation.operations.ArchiveOperationsOperations.archive_product": "_Specs_.Azure.ClientGenerator.Core.ClientLocation.MoveToNewSubClient.ProductOperations.archiveProduct",
5+
"specs.azure.clientgenerator.core.clientlocation.aio.operations.ArchiveOperationsOperations.archive_product": "_Specs_.Azure.ClientGenerator.Core.ClientLocation.MoveToNewSubClient.ProductOperations.archiveProduct",
6+
"specs.azure.clientgenerator.core.clientlocation.ClientLocationClient.get_health_status": "_Specs_.Azure.ClientGenerator.Core.ClientLocation.MoveToRootClient.ResourceOperations.getHealthStatus",
7+
"specs.azure.clientgenerator.core.clientlocation.aio.ClientLocationClient.get_health_status": "_Specs_.Azure.ClientGenerator.Core.ClientLocation.MoveToRootClient.ResourceOperations.getHealthStatus"
8+
}
9+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-e ../../../tools/azure-sdk-tools
2+
../../core/azure-core
3+
aiohttp

0 commit comments

Comments
 (0)