Skip to content

Commit d8c9fd8

Browse files
authored
DesktopVirtualization 2024-04 Release (Azure#45737)
1 parent abde824 commit d8c9fd8

File tree

201 files changed

+16746
-829
lines changed

Some content is hidden

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

201 files changed

+16746
-829
lines changed

sdk/desktopvirtualization/Azure.ResourceManager.DesktopVirtualization/CHANGELOG.md

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

3-
## 1.3.0-beta.1 (Unreleased)
3+
## 1.3.0 (2024-09-10)
44

55
### Features Added
66

7-
- Enable the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.
8-
9-
### Breaking Changes
10-
11-
### Bugs Fixed
7+
- Upgraded api-version tag from 'package-2023-09' to 'package-2024-04'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/ec07fc78c6c25b68107f8ff419d137ffecced005/specification/desktopvirtualization/resource-manager/readme.md.
8+
- App Attach Package Support
9+
- Enabled the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.
10+
- Added `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation.
11+
- Added experimental Bicep serialization.
1212

1313
### Other Changes
1414

15+
- Upgraded Azure.Core from 1.36.0 to 1.42.0
16+
- Upgraded Azure.ResourceManager from 1.9.0 to 1.13.0
17+
1518
## 1.2.1 (2023-11-27)
1619

1720
### Features Added
1821

19-
- Enable mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details.
22+
- Enabled mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details.
2023

2124
### Other Changes
2225

@@ -41,7 +44,7 @@
4144

4245
### Features Added
4346

44-
- Enable the model factory feature for model mocking, more information can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html#dotnet-mocking-factory-builder).
47+
- Enabled the model factory feature for model mocking, more information can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html#dotnet-mocking-factory-builder).
4548

4649
### Other Changes
4750

@@ -90,5 +93,4 @@ This package follows the [new Azure SDK guidelines](https://azure.github.io/azur
9093

9194
This package is a Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. To provide feedback, submit an issue in our [Azure SDK for .NET GitHub repo](https://github.com/Azure/azure-sdk-for-net/issues).
9295

93-
> NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://docs.microsoft.com//dotnet/api/overview/azure/identity-readme?view=azure-dotnet).
94-
96+
> NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://docs.microsoft.com//dotnet/api/overview/azure/identity-readme?view=azure-dotnet).

sdk/desktopvirtualization/Azure.ResourceManager.DesktopVirtualization/api/Azure.ResourceManager.DesktopVirtualization.netstandard2.0.cs

Lines changed: 243 additions & 14 deletions
Large diffs are not rendered by default.

sdk/desktopvirtualization/Azure.ResourceManager.DesktopVirtualization/samples/Generated/Samples/Sample_AppAttachPackageCollection.cs

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

0 commit comments

Comments
 (0)