Skip to content
Closed
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
4 changes: 2 additions & 2 deletions sdk/playwrighttesting/azure-mgmt-playwrighttesting/_meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"commit": "58740206b853320974ef5e4864f7be8120b15a27",
"commit": "7f145837f090f1034d14a2a529657c7d7018def2",
"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.3"
}
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Original file line number Diff line number Diff line change
Expand Up @@ -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".
Expand All @@ -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"]
)
Expand Down Expand Up @@ -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
"""

Expand All @@ -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__(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
directory: specification/playwrighttesting/PlaywrightTesting.Management
commit: 58740206b853320974ef5e4864f7be8120b15a27
commit: 7f145837f090f1034d14a2a529657c7d7018def2
repo: Azure/azure-rest-api-specs
additionalDirectories:
Loading