@@ -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__ (
0 commit comments