diff --git a/sdk/playwrighttesting/azure-mgmt-playwrighttesting/_meta.json b/sdk/playwrighttesting/azure-mgmt-playwrighttesting/_meta.json index 9f176a81256b..d2d4835d4098 100644 --- a/sdk/playwrighttesting/azure-mgmt-playwrighttesting/_meta.json +++ b/sdk/playwrighttesting/azure-mgmt-playwrighttesting/_meta.json @@ -1,6 +1,6 @@ { - "commit": "58740206b853320974ef5e4864f7be8120b15a27", + "commit": "9686d49b64cd32f4120d426b0e45f25e24843a20", "repository_url": "https://github.com/Azure/azure-rest-api-specs", "typespec_src": "specification/playwrighttesting/PlaywrightTesting.Management", - "@azure-tools/typespec-python": "0.37.1" + "@azure-tools/typespec-python": "0.37.2" } \ No newline at end of file diff --git a/sdk/playwrighttesting/azure-mgmt-playwrighttesting/azure/mgmt/playwrighttesting/_version.py b/sdk/playwrighttesting/azure-mgmt-playwrighttesting/azure/mgmt/playwrighttesting/_version.py index 0ec13ea52bbf..be71c81bd282 100644 --- a/sdk/playwrighttesting/azure-mgmt-playwrighttesting/azure/mgmt/playwrighttesting/_version.py +++ b/sdk/playwrighttesting/azure-mgmt-playwrighttesting/azure/mgmt/playwrighttesting/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "1.0.0" +VERSION = "1.0.0b1" diff --git a/sdk/playwrighttesting/azure-mgmt-playwrighttesting/azure/mgmt/playwrighttesting/models/_models.py b/sdk/playwrighttesting/azure-mgmt-playwrighttesting/azure/mgmt/playwrighttesting/models/_models.py index 60a82c26e314..866813d48b84 100644 --- a/sdk/playwrighttesting/azure-mgmt-playwrighttesting/azure/mgmt/playwrighttesting/models/_models.py +++ b/sdk/playwrighttesting/azure-mgmt-playwrighttesting/azure/mgmt/playwrighttesting/models/_models.py @@ -194,8 +194,8 @@ class AccountProperties(_model_base.Model): results, including artifacts like traces and screenshots, in the Playwright portal. This enables faster and more efficient troubleshooting. Known values are: "Enabled" and "Disabled". :vartype reporting: str or ~azure.mgmt.playwrighttesting.models.EnablementStatus - :ivar local_auth: When enabled, this feature allows the workspace to use local auth(through - access key) for authentication of test runs. Known values are: "Enabled" and "Disabled". + :ivar local_auth: When enabled, this feature allows the workspace to use local auth (through + service access token) for executing operations. Known values are: "Enabled" and "Disabled". :vartype local_auth: str or ~azure.mgmt.playwrighttesting.models.EnablementStatus :ivar provisioning_state: The status of the last operation. Known values are: "Succeeded", "Failed", "Canceled", "Creating", "Deleting", and "Accepted". @@ -218,8 +218,8 @@ class AccountProperties(_model_base.Model): artifacts like traces and screenshots, in the Playwright portal. This enables faster and more efficient troubleshooting. Known values are: \"Enabled\" and \"Disabled\".""" local_auth: Optional[Union[str, "_models.EnablementStatus"]] = rest_field(name="localAuth") - """When enabled, this feature allows the workspace to use local auth(through access key) for - authentication of test runs. Known values are: \"Enabled\" and \"Disabled\".""" + """When enabled, this feature allows the workspace to use local auth (through service access + token) for executing operations. Known values are: \"Enabled\" and \"Disabled\".""" provisioning_state: Optional[Union[str, "_models.ProvisioningState"]] = rest_field( name="provisioningState", visibility=["read"] ) @@ -395,8 +395,8 @@ class AccountUpdateProperties(_model_base.Model): results, including artifacts like traces and screenshots, in the Playwright portal. This enables faster and more efficient troubleshooting. Known values are: "Enabled" and "Disabled". :vartype reporting: str or ~azure.mgmt.playwrighttesting.models.EnablementStatus - :ivar local_auth: When enabled, this feature allows the workspace to use local auth(through - access key) for authentication of test runs. Known values are: "Enabled" and "Disabled". + :ivar local_auth: When enabled, this feature allows the workspace to use local auth (through + service access token) for executing operations. Known values are: "Enabled" and "Disabled". :vartype local_auth: str or ~azure.mgmt.playwrighttesting.models.EnablementStatus """ @@ -414,8 +414,8 @@ class AccountUpdateProperties(_model_base.Model): artifacts like traces and screenshots, in the Playwright portal. This enables faster and more efficient troubleshooting. Known values are: \"Enabled\" and \"Disabled\".""" local_auth: Optional[Union[str, "_models.EnablementStatus"]] = rest_field(name="localAuth") - """When enabled, this feature allows the workspace to use local auth(through access key) for - authentication of test runs. Known values are: \"Enabled\" and \"Disabled\".""" + """When enabled, this feature allows the workspace to use local auth (through service access + token) for executing operations. Known values are: \"Enabled\" and \"Disabled\".""" @overload def __init__( diff --git a/sdk/playwrighttesting/azure-mgmt-playwrighttesting/tsp-location.yaml b/sdk/playwrighttesting/azure-mgmt-playwrighttesting/tsp-location.yaml index 8883f3883170..425b5b1c2b7b 100644 --- a/sdk/playwrighttesting/azure-mgmt-playwrighttesting/tsp-location.yaml +++ b/sdk/playwrighttesting/azure-mgmt-playwrighttesting/tsp-location.yaml @@ -1,4 +1,4 @@ directory: specification/playwrighttesting/PlaywrightTesting.Management -commit: 58740206b853320974ef5e4864f7be8120b15a27 +commit: 9686d49b64cd32f4120d426b0e45f25e24843a20 repo: Azure/azure-rest-api-specs additionalDirectories: