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
Copy file name to clipboardExpand all lines: sdk/compute/Azure.ResourceManager.Compute/README.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,9 @@ The default option to create an authenticated client is to use `DefaultAzureCred
34
34
To authenticate to Azure and create an `ArmClient`, do the following:
35
35
36
36
```C# Snippet:Readme_AuthClient
37
+
usingAzure.Core;
37
38
usingAzure.Identity;
38
39
usingAzure.ResourceManager;
39
-
usingAzure.Core;
40
40
41
41
// Code omitted for brevity
42
42
@@ -202,7 +202,7 @@ For more information on Azure SDK, please refer to [this website](https://azure.
202
202
203
203
## Contributing
204
204
205
-
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/resourcemanager/Azure.ResourceManager/docs/CONTRIBUTING.md).
205
+
For details on contributing to this repository, see the [contributing guide][cg].
206
206
207
207
This project welcomes contributions and suggestions. Most contributions
208
208
require you to agree to a Contributor License Agreement (CLA) declaring
@@ -215,6 +215,11 @@ whether you need to provide a CLA and decorate the PR appropriately
215
215
bot. You will only need to do this once across all repositories using
216
216
our CLA.
217
217
218
-
This project has adopted the Microsoft Open Source Code of Conduct. For
219
-
more information see the Code of Conduct FAQ or contact
218
+
This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For
219
+
more information see the [Code of Conduct FAQ][coc_faq] or contact
Copy file name to clipboardExpand all lines: sdk/monitor/Azure.ResourceManager.Monitor/README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
# Azure monitor Management client library for .NET
1
+
# Azure Monitor Management client library for .NET
2
2
3
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.
4
4
5
5
## Getting started
6
6
7
7
### Install the package
8
8
9
-
Install the Azure monitor management library for .NET with [NuGet](https://www.nuget.org/):
9
+
Install the Azure Monitor management library for .NET with [NuGet](https://www.nuget.org/):
0 commit comments