Skip to content
Open
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
changeKind: fix
packages:
- "@autorest/python"
- "@azure-tools/typespec-python"
---

Fix PermissionError when detecting package manager on WSL
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
changeKind: internal
packages:
- "@autorest/python"
- "@azure-tools/typespec-python"
---

Update internal npm feed from azure-sdk-for-js-test-autorest to azure-sdk-for-js
2 changes: 1 addition & 1 deletion packages/autorest.python/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNjAzMjIxMi9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.28.0.tgz",
"@typespec/http-client-python": "https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNjAzODg4Ny9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.28.0.tgz",
"@autorest/system-requirements": "~1.0.2",
"fs-extra": "~11.2.0",
"tsx": "^4.21.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/typespec-python/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"js-yaml": "~4.1.0",
"semver": "~7.6.2",
"tsx": "^4.21.0",
"@typespec/http-client-python": "https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNjAzMjIxMi9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.28.0.tgz",
"@typespec/http-client-python": "https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNjAzODg4Ny9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.28.0.tgz",
"fs-extra": "~11.2.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class HeaderClient(_HeaderClientOperationsMixin): # pylint: disable=client-acce

:keyword endpoint: Service host. Default value is "http://localhost:3000".
:paramtype endpoint: str
:keyword version: Known values are "2025-01-01" and None. Default value is "2025-01-01". Note
that overriding this default value may result in unsupported behavior.
:keyword version: Known values are "2025-01-01". Default value is "2025-01-01". Note that
overriding this default value may result in unsupported behavior.
:paramtype version: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ class HeaderClientConfiguration: # pylint: disable=too-many-instance-attributes

:param endpoint: Service host. Default value is "http://localhost:3000".
:type endpoint: str
:keyword version: Known values are "2025-01-01" and None. Default value is "2025-01-01". Note
that overriding this default value may result in unsupported behavior.
:keyword version: Known values are "2025-01-01". Default value is "2025-01-01". Note that
overriding this default value may result in unsupported behavior.
:paramtype version: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class HeaderClient(_HeaderClientOperationsMixin): # pylint: disable=client-acce

:keyword endpoint: Service host. Default value is "http://localhost:3000".
:paramtype endpoint: str
:keyword version: Known values are "2025-01-01" and None. Default value is "2025-01-01". Note
that overriding this default value may result in unsupported behavior.
:keyword version: Known values are "2025-01-01". Default value is "2025-01-01". Note that
overriding this default value may result in unsupported behavior.
:paramtype version: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ class HeaderClientConfiguration: # pylint: disable=too-many-instance-attributes

:param endpoint: Service host. Default value is "http://localhost:3000".
:type endpoint: str
:keyword version: Known values are "2025-01-01" and None. Default value is "2025-01-01". Note
that overriding this default value may result in unsupported behavior.
:keyword version: Known values are "2025-01-01". Default value is "2025-01-01". Note that
overriding this default value may result in unsupported behavior.
:paramtype version: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class PathClient(_PathClientOperationsMixin): # pylint: disable=client-accepts-

:keyword endpoint: Service host. Default value is "http://localhost:3000".
:paramtype endpoint: str
:keyword version: Known values are "2025-01-01" and None. Default value is "2025-01-01". Note
that overriding this default value may result in unsupported behavior.
:keyword version: Known values are "2025-01-01". Default value is "2025-01-01". Note that
overriding this default value may result in unsupported behavior.
:paramtype version: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ class PathClientConfiguration: # pylint: disable=too-many-instance-attributes

:param endpoint: Service host. Default value is "http://localhost:3000".
:type endpoint: str
:keyword version: Known values are "2025-01-01" and None. Default value is "2025-01-01". Note
that overriding this default value may result in unsupported behavior.
:keyword version: Known values are "2025-01-01". Default value is "2025-01-01". Note that
overriding this default value may result in unsupported behavior.
:paramtype version: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class PathClient(_PathClientOperationsMixin): # pylint: disable=client-accepts-

:keyword endpoint: Service host. Default value is "http://localhost:3000".
:paramtype endpoint: str
:keyword version: Known values are "2025-01-01" and None. Default value is "2025-01-01". Note
that overriding this default value may result in unsupported behavior.
:keyword version: Known values are "2025-01-01". Default value is "2025-01-01". Note that
overriding this default value may result in unsupported behavior.
:paramtype version: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ class PathClientConfiguration: # pylint: disable=too-many-instance-attributes

:param endpoint: Service host. Default value is "http://localhost:3000".
:type endpoint: str
:keyword version: Known values are "2025-01-01" and None. Default value is "2025-01-01". Note
that overriding this default value may result in unsupported behavior.
:keyword version: Known values are "2025-01-01". Default value is "2025-01-01". Note that
overriding this default value may result in unsupported behavior.
:paramtype version: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class QueryClient(_QueryClientOperationsMixin): # pylint: disable=client-accept

:keyword endpoint: Service host. Default value is "http://localhost:3000".
:paramtype endpoint: str
:keyword version: Known values are "2025-01-01" and None. Default value is "2025-01-01". Note
that overriding this default value may result in unsupported behavior.
:keyword version: Known values are "2025-01-01". Default value is "2025-01-01". Note that
overriding this default value may result in unsupported behavior.
:paramtype version: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ class QueryClientConfiguration: # pylint: disable=too-many-instance-attributes

:param endpoint: Service host. Default value is "http://localhost:3000".
:type endpoint: str
:keyword version: Known values are "2025-01-01" and None. Default value is "2025-01-01". Note
that overriding this default value may result in unsupported behavior.
:keyword version: Known values are "2025-01-01". Default value is "2025-01-01". Note that
overriding this default value may result in unsupported behavior.
:paramtype version: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class QueryClient(_QueryClientOperationsMixin): # pylint: disable=client-accept

:keyword endpoint: Service host. Default value is "http://localhost:3000".
:paramtype endpoint: str
:keyword version: Known values are "2025-01-01" and None. Default value is "2025-01-01". Note
that overriding this default value may result in unsupported behavior.
:keyword version: Known values are "2025-01-01". Default value is "2025-01-01". Note that
overriding this default value may result in unsupported behavior.
:paramtype version: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ class QueryClientConfiguration: # pylint: disable=too-many-instance-attributes

:param endpoint: Service host. Default value is "http://localhost:3000".
:type endpoint: str
:keyword version: Known values are "2025-01-01" and None. Default value is "2025-01-01". Note
that overriding this default value may result in unsupported behavior.
:keyword version: Known values are "2025-01-01". Default value is "2025-01-01". Note that
overriding this default value may result in unsupported behavior.
:paramtype version: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ class BasicClient(_BasicClientOperationsMixin):
:keyword endpoint: Service host. Default value is "http://localhost:3000".
:paramtype endpoint: str
:keyword api_version: The API version to use for this operation. Known values are
"2022-12-01-preview" and None. Default value is "2022-12-01-preview". Note that overriding this
default value may result in unsupported behavior.
"2022-12-01-preview". Default value is "2022-12-01-preview". Note that overriding this default
value may result in unsupported behavior.
:paramtype api_version: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class BasicClientConfiguration: # pylint: disable=too-many-instance-attributes
:param endpoint: Service host. Default value is "http://localhost:3000".
:type endpoint: str
:keyword api_version: The API version to use for this operation. Known values are
"2022-12-01-preview" and None. Default value is "2022-12-01-preview". Note that overriding this
default value may result in unsupported behavior.
"2022-12-01-preview". Default value is "2022-12-01-preview". Note that overriding this default
value may result in unsupported behavior.
:paramtype api_version: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ class BasicClient(_BasicClientOperationsMixin):
:keyword endpoint: Service host. Default value is "http://localhost:3000".
:paramtype endpoint: str
:keyword api_version: The API version to use for this operation. Known values are
"2022-12-01-preview" and None. Default value is "2022-12-01-preview". Note that overriding this
default value may result in unsupported behavior.
"2022-12-01-preview". Default value is "2022-12-01-preview". Note that overriding this default
value may result in unsupported behavior.
:paramtype api_version: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class BasicClientConfiguration: # pylint: disable=too-many-instance-attributes
:param endpoint: Service host. Default value is "http://localhost:3000".
:type endpoint: str
:keyword api_version: The API version to use for this operation. Known values are
"2022-12-01-preview" and None. Default value is "2022-12-01-preview". Note that overriding this
default value may result in unsupported behavior.
"2022-12-01-preview". Default value is "2022-12-01-preview". Note that overriding this default
value may result in unsupported behavior.
:paramtype api_version: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ class RpcClient(_RpcClientOperationsMixin):
:keyword endpoint: Service host. Default value is "http://localhost:3000".
:paramtype endpoint: str
:keyword api_version: The API version to use for this operation. Known values are
"2022-12-01-preview" and None. Default value is "2022-12-01-preview". Note that overriding this
default value may result in unsupported behavior.
"2022-12-01-preview". Default value is "2022-12-01-preview". Note that overriding this default
value may result in unsupported behavior.
:paramtype api_version: str
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
Retry-After header is present.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class RpcClientConfiguration: # pylint: disable=too-many-instance-attributes
:param endpoint: Service host. Default value is "http://localhost:3000".
:type endpoint: str
:keyword api_version: The API version to use for this operation. Known values are
"2022-12-01-preview" and None. Default value is "2022-12-01-preview". Note that overriding this
default value may result in unsupported behavior.
"2022-12-01-preview". Default value is "2022-12-01-preview". Note that overriding this default
value may result in unsupported behavior.
:paramtype api_version: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ class RpcClient(_RpcClientOperationsMixin):
:keyword endpoint: Service host. Default value is "http://localhost:3000".
:paramtype endpoint: str
:keyword api_version: The API version to use for this operation. Known values are
"2022-12-01-preview" and None. Default value is "2022-12-01-preview". Note that overriding this
default value may result in unsupported behavior.
"2022-12-01-preview". Default value is "2022-12-01-preview". Note that overriding this default
value may result in unsupported behavior.
:paramtype api_version: str
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
Retry-After header is present.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class RpcClientConfiguration: # pylint: disable=too-many-instance-attributes
:param endpoint: Service host. Default value is "http://localhost:3000".
:type endpoint: str
:keyword api_version: The API version to use for this operation. Known values are
"2022-12-01-preview" and None. Default value is "2022-12-01-preview". Note that overriding this
default value may result in unsupported behavior.
"2022-12-01-preview". Default value is "2022-12-01-preview". Note that overriding this default
value may result in unsupported behavior.
:paramtype api_version: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ class StandardClient(_StandardClientOperationsMixin):
:keyword endpoint: Service host. Default value is "http://localhost:3000".
:paramtype endpoint: str
:keyword api_version: The API version to use for this operation. Known values are
"2022-12-01-preview" and None. Default value is "2022-12-01-preview". Note that overriding this
default value may result in unsupported behavior.
"2022-12-01-preview". Default value is "2022-12-01-preview". Note that overriding this default
value may result in unsupported behavior.
:paramtype api_version: str
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
Retry-After header is present.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class StandardClientConfiguration: # pylint: disable=too-many-instance-attribut
:param endpoint: Service host. Default value is "http://localhost:3000".
:type endpoint: str
:keyword api_version: The API version to use for this operation. Known values are
"2022-12-01-preview" and None. Default value is "2022-12-01-preview". Note that overriding this
default value may result in unsupported behavior.
"2022-12-01-preview". Default value is "2022-12-01-preview". Note that overriding this default
value may result in unsupported behavior.
:paramtype api_version: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ class StandardClient(_StandardClientOperationsMixin):
:keyword endpoint: Service host. Default value is "http://localhost:3000".
:paramtype endpoint: str
:keyword api_version: The API version to use for this operation. Known values are
"2022-12-01-preview" and None. Default value is "2022-12-01-preview". Note that overriding this
default value may result in unsupported behavior.
"2022-12-01-preview". Default value is "2022-12-01-preview". Note that overriding this default
value may result in unsupported behavior.
:paramtype api_version: str
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
Retry-After header is present.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class StandardClientConfiguration: # pylint: disable=too-many-instance-attribut
:param endpoint: Service host. Default value is "http://localhost:3000".
:type endpoint: str
:keyword api_version: The API version to use for this operation. Known values are
"2022-12-01-preview" and None. Default value is "2022-12-01-preview". Note that overriding this
default value may result in unsupported behavior.
"2022-12-01-preview". Default value is "2022-12-01-preview". Note that overriding this default
value may result in unsupported behavior.
:paramtype api_version: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ class PageClient(_PageClientOperationsMixin):
:keyword endpoint: Service host. Default value is "http://localhost:3000".
:paramtype endpoint: str
:keyword api_version: The API version to use for this operation. Known values are
"2022-12-01-preview" and None. Default value is "2022-12-01-preview". Note that overriding this
default value may result in unsupported behavior.
"2022-12-01-preview". Default value is "2022-12-01-preview". Note that overriding this default
value may result in unsupported behavior.
:paramtype api_version: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class PageClientConfiguration: # pylint: disable=too-many-instance-attributes
:param endpoint: Service host. Default value is "http://localhost:3000".
:type endpoint: str
:keyword api_version: The API version to use for this operation. Known values are
"2022-12-01-preview" and None. Default value is "2022-12-01-preview". Note that overriding this
default value may result in unsupported behavior.
"2022-12-01-preview". Default value is "2022-12-01-preview". Note that overriding this default
value may result in unsupported behavior.
:paramtype api_version: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ class PageClient(_PageClientOperationsMixin):
:keyword endpoint: Service host. Default value is "http://localhost:3000".
:paramtype endpoint: str
:keyword api_version: The API version to use for this operation. Known values are
"2022-12-01-preview" and None. Default value is "2022-12-01-preview". Note that overriding this
default value may result in unsupported behavior.
"2022-12-01-preview". Default value is "2022-12-01-preview". Note that overriding this default
value may result in unsupported behavior.
:paramtype api_version: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class PageClientConfiguration: # pylint: disable=too-many-instance-attributes
:param endpoint: Service host. Default value is "http://localhost:3000".
:type endpoint: str
:keyword api_version: The API version to use for this operation. Known values are
"2022-12-01-preview" and None. Default value is "2022-12-01-preview". Note that overriding this
default value may result in unsupported behavior.
"2022-12-01-preview". Default value is "2022-12-01-preview". Note that overriding this default
value may result in unsupported behavior.
:paramtype api_version: str
"""

Expand Down
Loading
Loading