Skip to content

Commit

Permalink
CodeGen from PR 31855 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge c28011532d39265e56754d50b375b0ac9cab15ce into c335551e028d88eccf20a474944392438136bebc
  • Loading branch information
SDKAuto committed Dec 19, 2024
1 parent 57de74a commit a71707e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
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:

0 comments on commit a71707e

Please sign in to comment.