Skip to content

Commit f926694

Browse files
authored
Generating control plane sdks for playwrighttesting latest stable version (Azure#47355)
1 parent 0485e6e commit f926694

File tree

68 files changed

+5251
-1351
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+5251
-1351
lines changed

sdk/playwrighttesting/Azure.ResourceManager.PlaywrightTesting/CHANGELOG.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
# Release History
22

3-
## 1.0.0-beta.2 (Unreleased)
3+
## 1.0.0 (2024-12-18)
44

55
### Features Added
66

7+
- Upgraded api-version from '2023-10-01-preview' to '2024-12-01'. Spec detail available at https://github.com/Azure/azure-rest-api-specs/tree/c39acac0b3b7ceeee03b594a7b49c9bad6b8e9f2/specification/playwrighttesting/PlaywrightTesting.Management.
78
- Exposed `JsonModelWriteCore` for model serialization procedure.
89

9-
### Breaking Changes
10-
11-
### Bugs Fixed
12-
13-
### Other Changes
14-
1510
## 1.0.0-beta.1 (2024-01-19)
1611

1712
### General New Features

sdk/playwrighttesting/Azure.ResourceManager.PlaywrightTesting/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This library follows the [new Azure SDK guidelines](https://azure.github.io/azur
1717
Install the Microsoft Azure Playwright Testing management library for .NET with [NuGet](https://www.nuget.org/):
1818

1919
```dotnetcli
20-
dotnet add package Azure.ResourceManager.PlaywrightTesting --prerelease
20+
dotnet add package Azure.ResourceManager.PlaywrightTesting
2121
```
2222

2323
### Prerequisites

sdk/playwrighttesting/Azure.ResourceManager.PlaywrightTesting/api/Azure.ResourceManager.PlaywrightTesting.net8.0.cs

Lines changed: 258 additions & 76 deletions
Large diffs are not rendered by default.

sdk/playwrighttesting/Azure.ResourceManager.PlaywrightTesting/api/Azure.ResourceManager.PlaywrightTesting.netstandard2.0.cs

Lines changed: 258 additions & 76 deletions
Large diffs are not rendered by default.

sdk/playwrighttesting/Azure.ResourceManager.PlaywrightTesting/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "net",
44
"TagPrefix": "net/playwrighttesting/Azure.ResourceManager.PlaywrightTesting",
5-
"Tag": "net/playwrighttesting/Azure.ResourceManager.PlaywrightTesting_adce24e9e5"
5+
"Tag": "net/playwrighttesting/Azure.ResourceManager.PlaywrightTesting_72bad6017d"
66
}

sdk/playwrighttesting/Azure.ResourceManager.PlaywrightTesting/samples/Generated/Samples/Sample_PlaywrightTestingAccountCollection.cs

Lines changed: 8 additions & 143 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)