Skip to content

Commit df18350

Browse files
AutoPrFromHttpClientPythonAutoPrFromHttpClientPython
authored andcommitted
Regenerate for typespec-python (2025-10-07 19:56:54)
1 parent f6960b7 commit df18350

File tree

169 files changed

+317
-109
lines changed

Some content is hidden

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

169 files changed

+317
-109
lines changed

packages/typespec-python/test/azure/generated/authentication-api-key/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ readme = {file = ["README.md", "CHANGELOG.md"], content-type = "text/markdown"}
4949
[tool.setuptools.packages.find]
5050
exclude = [
5151
"tests*",
52+
"generated_tests*",
5253
"samples*",
54+
"generated_samples*",
5355
"doc*",
5456
"authentication",
5557
]

packages/typespec-python/test/azure/generated/authentication-http-custom/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ readme = {file = ["README.md", "CHANGELOG.md"], content-type = "text/markdown"}
4949
[tool.setuptools.packages.find]
5050
exclude = [
5151
"tests*",
52+
"generated_tests*",
5253
"samples*",
54+
"generated_samples*",
5355
"doc*",
5456
"authentication",
5557
"authentication.http",

packages/typespec-python/test/azure/generated/authentication-oauth2/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ readme = {file = ["README.md", "CHANGELOG.md"], content-type = "text/markdown"}
4949
[tool.setuptools.packages.find]
5050
exclude = [
5151
"tests*",
52+
"generated_tests*",
5253
"samples*",
54+
"generated_samples*",
5355
"doc*",
5456
"authentication",
5557
]

packages/typespec-python/test/azure/generated/authentication-union/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ readme = {file = ["README.md", "CHANGELOG.md"], content-type = "text/markdown"}
4949
[tool.setuptools.packages.find]
5050
exclude = [
5151
"tests*",
52+
"generated_tests*",
5253
"samples*",
54+
"generated_samples*",
5355
"doc*",
5456
"authentication",
5557
]

packages/typespec-python/test/azure/generated/azure-client-generator-core-access/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ readme = {file = ["README.md", "CHANGELOG.md"], content-type = "text/markdown"}
4949
[tool.setuptools.packages.find]
5050
exclude = [
5151
"tests*",
52+
"generated_tests*",
5253
"samples*",
54+
"generated_samples*",
5355
"doc*",
5456
"specs",
5557
"specs.azure",

packages/typespec-python/test/azure/generated/azure-client-generator-core-access/specs/azure/clientgenerator/core/access/aio/operations/_operations.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -547,9 +547,7 @@ def __init__(self, *args, **kwargs) -> None:
547547
async def _operation(self, *, name: str, **kwargs: Any) -> _models._models.OuterModel:
548548
"""Expected query parameter: name="Madge"
549549
Expected response body:
550-
551550
.. code-block:: json
552-
553551
{
554552
"name": "Madge",
555553
"inner":
@@ -617,9 +615,7 @@ async def _operation(self, *, name: str, **kwargs: Any) -> _models._models.Outer
617615
async def _discriminator(self, *, kind: str, **kwargs: Any) -> _models._models.AbstractModel:
618616
"""Expected query parameter: kind="real"
619617
Expected response body:
620-
621618
.. code-block:: json
622-
623619
{
624620
"name": "Madge",
625621
"kind": "real"

packages/typespec-python/test/azure/generated/azure-client-generator-core-access/specs/azure/clientgenerator/core/access/operations/_operations.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -716,9 +716,7 @@ def __init__(self, *args, **kwargs) -> None:
716716
def _operation(self, *, name: str, **kwargs: Any) -> _models._models.OuterModel:
717717
"""Expected query parameter: name="Madge"
718718
Expected response body:
719-
720719
.. code-block:: json
721-
722720
{
723721
"name": "Madge",
724722
"inner":
@@ -786,9 +784,7 @@ def _operation(self, *, name: str, **kwargs: Any) -> _models._models.OuterModel:
786784
def _discriminator(self, *, kind: str, **kwargs: Any) -> _models._models.AbstractModel:
787785
"""Expected query parameter: kind="real"
788786
Expected response body:
789-
790787
.. code-block:: json
791-
792788
{
793789
"name": "Madge",
794790
"kind": "real"

packages/typespec-python/test/azure/generated/azure-client-generator-core-api-version-header/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ readme = {file = ["README.md", "CHANGELOG.md"], content-type = "text/markdown"}
4949
[tool.setuptools.packages.find]
5050
exclude = [
5151
"tests*",
52+
"generated_tests*",
5253
"samples*",
54+
"generated_samples*",
5355
"doc*",
5456
"client",
5557
"client.alternateapiversion",

packages/typespec-python/test/azure/generated/azure-client-generator-core-api-version-path/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ readme = {file = ["README.md", "CHANGELOG.md"], content-type = "text/markdown"}
4949
[tool.setuptools.packages.find]
5050
exclude = [
5151
"tests*",
52+
"generated_tests*",
5253
"samples*",
54+
"generated_samples*",
5355
"doc*",
5456
"client",
5557
"client.alternateapiversion",

packages/typespec-python/test/azure/generated/azure-client-generator-core-api-version-query/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ readme = {file = ["README.md", "CHANGELOG.md"], content-type = "text/markdown"}
4949
[tool.setuptools.packages.find]
5050
exclude = [
5151
"tests*",
52+
"generated_tests*",
5253
"samples*",
54+
"generated_samples*",
5355
"doc*",
5456
"client",
5557
"client.alternateapiversion",

0 commit comments

Comments
 (0)