Skip to content

Commit

Permalink
Initial Azure.ResourceManager.ResourceHealth for first beta (#34369)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurMa1978 authored Feb 21, 2023
1 parent ac9432c commit 6e4344f
Show file tree
Hide file tree
Showing 135 changed files with 13,190 additions and 11 deletions.
6 changes: 6 additions & 0 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,12 @@
"Puid"
]
},
{
"filename": "**/sdk/resourcehealth/**/*.cs",
"words": [
"occured"
]
},
{
"filename": "**/sdk/servicefabricmanagedclusters/**/*.cs",
"words": [
Expand Down
11 changes: 4 additions & 7 deletions sdk/purview/Azure.ResourceManager.Purview/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
# Release History

## 1.1.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 1.0.1 (2023-02-21)

### Other Changes

- Upgraded dependent `Azure.Core` to `1.28.0`.
- Upgraded dependent `Azure.ResourceManager` to `1.4.0`.

## 1.0.0 (2022-09-26)

This release is the first stable release of the Purview Management library.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.1.0-beta.1</Version>
<Version>1.0.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.0.0</ApiCompatVersion>
<PackageId>Azure.ResourceManager.Purview</PackageId>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33403.182
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.ResourceHealth", "src\Azure.ResourceManager.ResourceHealth.csproj", "{9E8D08A6-9D1D-430E-8FCB-D532CDDBAF5A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.ResourceHealth.Tests", "tests\Azure.ResourceManager.ResourceHealth.Tests.csproj", "{BB0F4B07-B84D-4332-BC51-37A41483C23A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.ResourceHealth.Samples", "samples\Azure.ResourceManager.ResourceHealth.Samples.csproj", "{9B9FABBB-5223-4B55-81C1-2444FB662E9C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9E8D08A6-9D1D-430E-8FCB-D532CDDBAF5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E8D08A6-9D1D-430E-8FCB-D532CDDBAF5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E8D08A6-9D1D-430E-8FCB-D532CDDBAF5A}.Debug|x64.ActiveCfg = Debug|Any CPU
{9E8D08A6-9D1D-430E-8FCB-D532CDDBAF5A}.Debug|x64.Build.0 = Debug|Any CPU
{9E8D08A6-9D1D-430E-8FCB-D532CDDBAF5A}.Debug|x86.ActiveCfg = Debug|Any CPU
{9E8D08A6-9D1D-430E-8FCB-D532CDDBAF5A}.Debug|x86.Build.0 = Debug|Any CPU
{9E8D08A6-9D1D-430E-8FCB-D532CDDBAF5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E8D08A6-9D1D-430E-8FCB-D532CDDBAF5A}.Release|Any CPU.Build.0 = Release|Any CPU
{9E8D08A6-9D1D-430E-8FCB-D532CDDBAF5A}.Release|x64.ActiveCfg = Release|Any CPU
{9E8D08A6-9D1D-430E-8FCB-D532CDDBAF5A}.Release|x64.Build.0 = Release|Any CPU
{9E8D08A6-9D1D-430E-8FCB-D532CDDBAF5A}.Release|x86.ActiveCfg = Release|Any CPU
{9E8D08A6-9D1D-430E-8FCB-D532CDDBAF5A}.Release|x86.Build.0 = Release|Any CPU
{BB0F4B07-B84D-4332-BC51-37A41483C23A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB0F4B07-B84D-4332-BC51-37A41483C23A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB0F4B07-B84D-4332-BC51-37A41483C23A}.Debug|x64.ActiveCfg = Debug|Any CPU
{BB0F4B07-B84D-4332-BC51-37A41483C23A}.Debug|x64.Build.0 = Debug|Any CPU
{BB0F4B07-B84D-4332-BC51-37A41483C23A}.Debug|x86.ActiveCfg = Debug|Any CPU
{BB0F4B07-B84D-4332-BC51-37A41483C23A}.Debug|x86.Build.0 = Debug|Any CPU
{BB0F4B07-B84D-4332-BC51-37A41483C23A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB0F4B07-B84D-4332-BC51-37A41483C23A}.Release|Any CPU.Build.0 = Release|Any CPU
{BB0F4B07-B84D-4332-BC51-37A41483C23A}.Release|x64.ActiveCfg = Release|Any CPU
{BB0F4B07-B84D-4332-BC51-37A41483C23A}.Release|x64.Build.0 = Release|Any CPU
{BB0F4B07-B84D-4332-BC51-37A41483C23A}.Release|x86.ActiveCfg = Release|Any CPU
{BB0F4B07-B84D-4332-BC51-37A41483C23A}.Release|x86.Build.0 = Release|Any CPU
{9B9FABBB-5223-4B55-81C1-2444FB662E9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B9FABBB-5223-4B55-81C1-2444FB662E9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B9FABBB-5223-4B55-81C1-2444FB662E9C}.Debug|x64.ActiveCfg = Debug|Any CPU
{9B9FABBB-5223-4B55-81C1-2444FB662E9C}.Debug|x64.Build.0 = Debug|Any CPU
{9B9FABBB-5223-4B55-81C1-2444FB662E9C}.Debug|x86.ActiveCfg = Debug|Any CPU
{9B9FABBB-5223-4B55-81C1-2444FB662E9C}.Debug|x86.Build.0 = Debug|Any CPU
{9B9FABBB-5223-4B55-81C1-2444FB662E9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B9FABBB-5223-4B55-81C1-2444FB662E9C}.Release|Any CPU.Build.0 = Release|Any CPU
{9B9FABBB-5223-4B55-81C1-2444FB662E9C}.Release|x64.ActiveCfg = Release|Any CPU
{9B9FABBB-5223-4B55-81C1-2444FB662E9C}.Release|x64.Build.0 = Release|Any CPU
{9B9FABBB-5223-4B55-81C1-2444FB662E9C}.Release|x86.ActiveCfg = Release|Any CPU
{9B9FABBB-5223-4B55-81C1-2444FB662E9C}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {63E57332-52F3-4BDB-B29F-28FACCA5F337}
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Release History

## 1.0.0-beta.1 (2023-02-21)

### General New Features

This package follows the [new Azure SDK guidelines](https://azure.github.io/azure-sdk/general_introduction.html), and provides many core capabilities:

- Support MSAL.NET, Azure.Identity is out of box for supporting MSAL.NET.
- Support [OpenTelemetry](https://opentelemetry.io/) for distributed tracing.
- HTTP pipeline with custom policies.
- Better error-handling.
- Support uniform telemetry across all languages.

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).

> 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).
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--
Add any shared properties you want for the projects under this package directory that need to be set before the auto imported Directory.Build.props
-->
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., Directory.Build.props))\Directory.Build.props" />
</Project>
80 changes: 80 additions & 0 deletions sdk/resourcehealth/Azure.ResourceManager.ResourceHealth/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
# Microsoft Azure Resource Health management client library for .NET

Microsoft Azure Resource Health helps you diagnose and get support for service problems that affect your Azure resources. It reports on the current and past health of your resources.

This library follows the [new Azure SDK guidelines](https://azure.github.io/azure-sdk/general_introduction.html), and provides many core capabilities:

- Support MSAL.NET, Azure.Identity is out of box for supporting MSAL.NET.
- Support [OpenTelemetry](https://opentelemetry.io/) for distributed tracing.
- HTTP pipeline with custom policies.
- Better error-handling.
- Support uniform telemetry across all languages.

## Getting started

### Install the package

Install the Microsoft Azure Resource Health management library for .NET with [NuGet](https://www.nuget.org/):

```dotnetcli
dotnet add package Azure.ResourceManager.ResourceHealth --prerelease
```

### Prerequisites

* You must have an [Microsoft Azure subscription](https://azure.microsoft.com/free/dotnet/).

### Authenticate the Client

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).

## Key concepts

Key concepts of the Microsoft Azure SDK for .NET can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html)

## Documentation

Documentation is available to help you learn how to use this package:

- [Quickstart](https://github.com/Azure/azure-sdk-for-net/blob/main/doc/dev/mgmt_quickstart.md).
- [API References](https://docs.microsoft.com/dotnet/api/?view=azure-dotnet).
- [Authentication](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/identity/Azure.Identity/README.md).

## Examples

Code samples for using the management library for .NET can be found in the following locations
- [.NET Management Library Code Samples](https://aka.ms/azuresdk-net-mgmt-samples)

## Troubleshooting

- File an issue via [GitHub Issues](https://github.com/Azure/azure-sdk-for-net/issues).
- Check [previous questions](https://stackoverflow.com/questions/tagged/azure+.net) or ask new ones on Stack Overflow using Azure and .NET tags.

## Next steps

For more information about Microsoft Azure SDK, see [this website](https://azure.github.io/azure-sdk/).

## Contributing

For details on contributing to this repository, see the [contributing
guide][cg].

This project welcomes contributions and suggestions. Most contributions
require you to agree to a Contributor License Agreement (CLA) declaring
that you have the right to, and actually do, grant us the rights to use
your contribution. For details, visit <https://cla.microsoft.com>.

When you submit a pull request, a CLA-bot will automatically determine
whether you need to provide a CLA and decorate the PR appropriately
(for example, label, comment). Follow the instructions provided by the
bot. You'll only need to do this action once across all repositories
using our CLA.

This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For
more information, see the [Code of Conduct FAQ][coc_faq] or contact
<[email protected]> with any other questions or comments.

<!-- LINKS -->
[cg]: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/resourcemanager/Azure.ResourceManager/docs/CONTRIBUTING.md
[coc]: https://opensource.microsoft.com/codeofconduct/
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
Loading

0 comments on commit 6e4344f

Please sign in to comment.