Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR azure-mgmt-playwrighttesting] Release playwrighttesting microsoft.playwright testing.auth manager 2024 12 01 #9660

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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": "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"
}
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: 9686d49b64cd32f4120d426b0e45f25e24843a20
repo: Azure/azure-rest-api-specs
additionalDirectories:
Loading