You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package is the first stable release of the Microsoft Azure Maps management client library.
6
6
7
7
### Breaking Changes
8
8
9
-
### Bugs Fixed
9
+
Polishing since last public beta release:
10
+
- Prepended `Maps` prefix to all single / simple model names.
11
+
- Corrected the format of all `Guid` type properties / parameters.
12
+
- Corrected the format of all `ResourceIdentifier` type properties / parameters.
13
+
- Corrected the format of all `Uri` type properties / parameters.
14
+
- Corrected the suffix of `DateTimeOffset` properties / parameters.
15
+
- Corrected the return type and parameter name of some functions.
16
+
- Optimized the name of some models and functions.
10
17
11
18
### Other Changes
12
19
20
+
- Upgraded dependent Azure.ResourceManager to 1.3.2.
21
+
- Optimized the implementation of methods related to tag operations.
22
+
13
23
## 1.0.0-beta.1 (2022-08-29)
14
24
15
25
### Breaking Changes
@@ -22,12 +32,14 @@ The package name has been changed from `Microsoft.Azure.Management.Maps` to `Azu
22
32
23
33
### General New Features
24
34
25
-
- Support MSAL.NET, Azure.Identity is out of box for supporting MSAL.NET
26
-
- Support [OpenTelemetry](https://opentelemetry.io/) for distributed tracing
27
-
- HTTP pipeline with custom policies
28
-
- Better error-handling
29
-
- Support uniform telemetry across all languages
35
+
This package follows the [new Azure SDK guidelines](https://azure.github.io/azure-sdk/general_introduction.html), and provides many core capabilities:
36
+
37
+
- Support MSAL.NET, Azure.Identity is out of box for supporting MSAL.NET.
38
+
- Support [OpenTelemetry](https://opentelemetry.io/) for distributed tracing.
39
+
- HTTP pipeline with custom policies.
40
+
- Better error-handling.
41
+
- Support uniform telemetry across all languages.
30
42
31
-
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.
43
+
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).
32
44
33
-
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).
45
+
> 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).
Copy file name to clipboardExpand all lines: sdk/maps/Azure.ResourceManager.Maps/README.md
+30-24Lines changed: 30 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,54 +1,60 @@
1
-
# Azure Maps Management client library for .NET
1
+
# Microsoft Azure Maps Management client library for .NET
2
2
3
-
This package follows the [new Azure SDK guidelines](https://azure.github.io/azure-sdk/general_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.
3
+
Microsoft Azure Maps is a suite of geospatial services that help organizations easily incorporate location-based data into web and mobile solutions. Use location and map data to generate insights, inform data-driven decisions, enhance security, and improve customer experiences.
4
+
5
+
This library supports managing Microsoft Azure Maps resources.
6
+
7
+
This library follows the [new Azure SDK guidelines](https://azure.github.io/azure-sdk/general_introduction.html), and provides many core capabilities:
8
+
9
+
- Support MSAL.NET, Azure.Identity is out of box for supporting MSAL.NET.
10
+
- Support [OpenTelemetry](https://opentelemetry.io/) for distributed tracing.
11
+
- HTTP pipeline with custom policies.
12
+
- Better error-handling.
13
+
- Support uniform telemetry across all languages.
4
14
5
15
## Getting started
6
16
7
17
### Install the package
8
18
9
-
Install the Azure Maps management library for .NET with [NuGet](https://www.nuget.org/):
19
+
Install the Microsoft Azure Maps management library for .NET with [NuGet](https://www.nuget.org/):
* You must have an [Azure subscription](https://azure.microsoft.com/free/dotnet/)
27
+
* You must have an [Microsoft Azure subscription](https://azure.microsoft.com/free/dotnet/).
18
28
19
29
### Authenticate the Client
20
30
21
-
To create an authenticated client and start interacting with Azure resources, please see the [quickstart guide here](https://github.com/Azure/azure-sdk-for-net/blob/main/doc/dev/mgmt_quickstart.md)
31
+
To create an authenticated client and start interacting with Microsoft Azure resources, see the [quickstart guide here](https://github.com/Azure/azure-sdk-for-net/blob/main/doc/dev/mgmt_quickstart.md).
22
32
23
33
## Key concepts
24
34
25
-
Key concepts of the Azure .NET SDK can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html)
35
+
Key concepts of the Microsoft Azure SDK for .NET can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html)
26
36
27
37
## Documentation
28
38
29
-
Documentation is available to help you learn how to use this package
39
+
Documentation is available to help you learn how to use this package:
0 commit comments