Skip to content

Commit 5a4c680

Browse files
author
SDKAuto
committed
CodeGen from PR 31855 in Azure/azure-rest-api-specs
Merge dad65926bcf41c836545c8f5ac3e133291732850 into 49456eb149e3bb5d0528cbca714cfa1806415484
1 parent aa617ee commit 5a4c680

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"commit": "58740206b853320974ef5e4864f7be8120b15a27",
2+
"commit": "7f145837f090f1034d14a2a529657c7d7018def2",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
44
"typespec_src": "specification/playwrighttesting/PlaywrightTesting.Management",
5-
"@azure-tools/typespec-python": "0.37.1"
5+
"@azure-tools/typespec-python": "0.37.3"
66
}

sdk/playwrighttesting/azure-mgmt-playwrighttesting/azure/mgmt/playwrighttesting/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "1.0.0"
9+
VERSION = "1.0.0b1"

sdk/playwrighttesting/azure-mgmt-playwrighttesting/azure/mgmt/playwrighttesting/models/_models.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ class AccountProperties(_model_base.Model):
194194
results, including artifacts like traces and screenshots, in the Playwright portal. This
195195
enables faster and more efficient troubleshooting. Known values are: "Enabled" and "Disabled".
196196
:vartype reporting: str or ~azure.mgmt.playwrighttesting.models.EnablementStatus
197-
:ivar local_auth: When enabled, this feature allows the workspace to use local auth(through
198-
access key) for authentication of test runs. Known values are: "Enabled" and "Disabled".
197+
:ivar local_auth: When enabled, this feature allows the workspace to use local auth (through
198+
service access token) for executing operations. Known values are: "Enabled" and "Disabled".
199199
:vartype local_auth: str or ~azure.mgmt.playwrighttesting.models.EnablementStatus
200200
:ivar provisioning_state: The status of the last operation. Known values are: "Succeeded",
201201
"Failed", "Canceled", "Creating", "Deleting", and "Accepted".
@@ -218,8 +218,8 @@ class AccountProperties(_model_base.Model):
218218
artifacts like traces and screenshots, in the Playwright portal. This enables faster and more
219219
efficient troubleshooting. Known values are: \"Enabled\" and \"Disabled\"."""
220220
local_auth: Optional[Union[str, "_models.EnablementStatus"]] = rest_field(name="localAuth")
221-
"""When enabled, this feature allows the workspace to use local auth(through access key) for
222-
authentication of test runs. Known values are: \"Enabled\" and \"Disabled\"."""
221+
"""When enabled, this feature allows the workspace to use local auth (through service access
222+
token) for executing operations. Known values are: \"Enabled\" and \"Disabled\"."""
223223
provisioning_state: Optional[Union[str, "_models.ProvisioningState"]] = rest_field(
224224
name="provisioningState", visibility=["read"]
225225
)
@@ -395,8 +395,8 @@ class AccountUpdateProperties(_model_base.Model):
395395
results, including artifacts like traces and screenshots, in the Playwright portal. This
396396
enables faster and more efficient troubleshooting. Known values are: "Enabled" and "Disabled".
397397
:vartype reporting: str or ~azure.mgmt.playwrighttesting.models.EnablementStatus
398-
:ivar local_auth: When enabled, this feature allows the workspace to use local auth(through
399-
access key) for authentication of test runs. Known values are: "Enabled" and "Disabled".
398+
:ivar local_auth: When enabled, this feature allows the workspace to use local auth (through
399+
service access token) for executing operations. Known values are: "Enabled" and "Disabled".
400400
:vartype local_auth: str or ~azure.mgmt.playwrighttesting.models.EnablementStatus
401401
"""
402402

@@ -414,8 +414,8 @@ class AccountUpdateProperties(_model_base.Model):
414414
artifacts like traces and screenshots, in the Playwright portal. This enables faster and more
415415
efficient troubleshooting. Known values are: \"Enabled\" and \"Disabled\"."""
416416
local_auth: Optional[Union[str, "_models.EnablementStatus"]] = rest_field(name="localAuth")
417-
"""When enabled, this feature allows the workspace to use local auth(through access key) for
418-
authentication of test runs. Known values are: \"Enabled\" and \"Disabled\"."""
417+
"""When enabled, this feature allows the workspace to use local auth (through service access
418+
token) for executing operations. Known values are: \"Enabled\" and \"Disabled\"."""
419419

420420
@overload
421421
def __init__(
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
directory: specification/playwrighttesting/PlaywrightTesting.Management
2-
commit: 58740206b853320974ef5e4864f7be8120b15a27
2+
commit: 7f145837f090f1034d14a2a529657c7d7018def2
33
repo: Azure/azure-rest-api-specs
44
additionalDirectories:

0 commit comments

Comments
 (0)