Skip to content

Commit e44c382

Browse files
authored
improve mgmt plane template (Azure#28820)
1 parent 560ba21 commit e44c382

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

eng/templates/Azure.ResourceManager.Template/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## 1.0.0-beta.1 (Unreleased)
44

5+
### General New Features
6+
7+
- Support MSAL.NET, Azure.Identity is out of box for supporting MSAL.NET
8+
- Support [OpenTelemetry](https://opentelemetry.io/) for distributed tracing
9+
- HTTP pipeline with custom policies
10+
- Better error-handling
11+
- Support uniform telemetry across all languages
12+
513
This package follows the [Azure SDK Design Guidelines for .NET](https://azure.github.io/azure-sdk/dotnet_introduction.html) which provide a number of core capabilities that are shared amongst all Azure SDKs, including the intuitive Azure Identity library, an HTTP Pipeline with custom policies, error-handling, distributed tracing, and much more.
614

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

eng/templates/Azure.ResourceManager.Template/src/autorest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ csharp: true
99
library-name: ProviderShortName
1010
namespace: Azure.ResourceManager.ProviderShortName
1111
require: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/ProviderNameLowercase/resource-manager/readme.md
12-
output-folder: Generated/
12+
output-folder: $(this-folder)/Generated
1313
clear-output-folder: true
1414
skip-csproj: true
1515
tagPrefix SwaggerVersionTag

0 commit comments

Comments
 (0)