-
Notifications
You must be signed in to change notification settings - Fork 5.1k
[AutoPR Azure.ResourceManager.Discovery]-generated-from-SDK Generation - .NET-5975280 #56854
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
447f073
8ce27e4
cdb9cf6
4430832
94daa54
83aa737
03d549e
4bd0bd3
f215a03
5af2571
62b41d5
fa1dfe7
86a80be
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -639,6 +639,13 @@ | |||||||||||||||
| "fqdns" | ||||||||||||||||
| ] | ||||||||||||||||
| }, | ||||||||||||||||
| { | ||||||||||||||||
| "filename": "**/sdk/discovery/**/*.cs", | ||||||||||||||||
| "words": [ | ||||||||||||||||
| "adms", | ||||||||||||||||
| "mobo" | ||||||||||||||||
| ] | ||||||||||||||||
| }, | ||||||||||||||||
| { | ||||||||||||||||
|
Comment on lines
+643
to
649
|
||||||||||||||||
| "filename": "**/sdk/discovery/**/*.cs", | |
| "words": [ | |
| "adms", | |
| "mobo" | |
| ] | |
| }, | |
| { |
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,48 @@ | ||||||||||||||||||||||||||||||
| Microsoft Visual Studio Solution File, Format Version 12.00 | ||||||||||||||||||||||||||||||
| # Visual Studio Version 17 | ||||||||||||||||||||||||||||||
| VisualStudioVersion = 17.0.31903.59 | ||||||||||||||||||||||||||||||
| MinimumVisualStudioVersion = 10.0.40219.1 | ||||||||||||||||||||||||||||||
| Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.ResourceManager.Discovery", "src\Azure.ResourceManager.Discovery.csproj", "{28FF4005-4467-4E36-92E7-DEA27DEB1519}" | ||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||
| Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.ResourceManager.Discovery", "src\Azure.ResourceManager.Discovery.csproj", "{28FF4005-4467-4E36-92E7-DEA27DEB1519}" | |
| Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.Discovery", "src\Azure.ResourceManager.Discovery.csproj", "{28FF4005-4467-4E36-92E7-DEA27DEB1519}" |
Copilot
AI
Mar 7, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The solution defines a single project ({28FF4005-...}) but ProjectConfigurationPlatforms contains configuration entries for multiple other project GUIDs that are not declared anywhere in the .sln. This makes the solution internally inconsistent and can lead to confusing VS behavior/noise. Remove the extraneous GUID configuration rows (keep only {28FF4005-...}) or regenerate the solution so the project list and configuration section match.
| {85677AD3-C214-42FA-AE6E-49B956CAC8DC}.Release|Any CPU.ActiveCfg = Release|Any CPU | |
| {85677AD3-C214-42FA-AE6E-49B956CAC8DC}.Release|Any CPU.Build.0 = Release|Any CPU | |
| {28FF4005-4467-4E36-92E7-DEA27DEB1519}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | |
| {28FF4005-4467-4E36-92E7-DEA27DEB1519}.Debug|Any CPU.Build.0 = Debug|Any CPU | |
| {28FF4005-4467-4E36-92E7-DEA27DEB1519}.Release|Any CPU.ActiveCfg = Release|Any CPU | |
| {28FF4005-4467-4E36-92E7-DEA27DEB1519}.Release|Any CPU.Build.0 = Release|Any CPU | |
| {1F1CD1D4-9932-4B73-99D8-C252A67D4B46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | |
| {1F1CD1D4-9932-4B73-99D8-C252A67D4B46}.Debug|Any CPU.Build.0 = Debug|Any CPU | |
| {1F1CD1D4-9932-4B73-99D8-C252A67D4B46}.Release|Any CPU.ActiveCfg = Release|Any CPU | |
| {1F1CD1D4-9932-4B73-99D8-C252A67D4B46}.Release|Any CPU.Build.0 = Release|Any CPU | |
| {28FF4005-4467-4E36-92E7-DEA27DEB1519}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | |
| {28FF4005-4467-4E36-92E7-DEA27DEB1519}.Debug|Any CPU.Build.0 = Debug|Any CPU | |
| {28FF4005-4467-4E36-92E7-DEA27DEB1519}.Release|Any CPU.ActiveCfg = Release|Any CPU | |
| {28FF4005-4467-4E36-92E7-DEA27DEB1519}.Release|Any CPU.Build.0 = Release|Any CPU |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| # Release History | ||
|
|
||
| ## 1.0.0-beta.1 (Unreleased) | ||
|
|
||
| ### Features Added | ||
|
|
||
| - Initial preview release of the Azure Discovery management client library for .NET. | ||
| - Support for managing Discovery Bookshelf, Workspace, Supercomputer, and related resources. | ||
| - API version 2026-02-01-preview. | ||
|
|
||
| ### Breaking Changes | ||
|
|
||
| ### Bugs Fixed | ||
|
|
||
| ### Other Changes |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,79 @@ | ||
| # Microsoft Azure Discovery management client library for .NET | ||
|
|
||
| Azure Discovery is a service for managing Discovery resources including Bookshelves, Workspaces, Projects, Supercomputers, and related components. | ||
|
|
||
| This library supports managing Microsoft Azure Discovery 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 provides out-of-the-box support for 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 Discovery management library for .NET with [NuGet](https://www.nuget.org/): | ||
|
|
||
| ```dotnetcli | ||
| dotnet add package Azure.ResourceManager.Discovery --prerelease | ||
| ``` | ||
|
|
||
| ### Prerequisites | ||
|
|
||
| * You must have a [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](https://github.com/Azure/azure-sdk-for-net/blob/main/CONTRIBUTING.md). | ||
|
|
||
| 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). Simply follow the instructions provided by the | ||
| bot. You will only need to do this once across all repositories using our CLA. | ||
|
|
||
| This project has adopted the | ||
| [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). | ||
| For more information, see the | ||
| [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or | ||
| contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any | ||
| additional questions or comments. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "apiVersions": { | ||
| "Microsoft.Discovery": "2026-02-01-preview" | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <Project Sdk="Microsoft.NET.Sdk"> | ||
| <PropertyGroup> | ||
| <Description>This is the Azure.ResourceManager.Discovery client library for developing .NET applications with rich experience.</Description> | ||
| <AssemblyTitle>SDK Code Generation Azure.ResourceManager.Discovery</AssemblyTitle> | ||
| <Version>1.0.0-beta.1</Version> | ||
| <PackageTags>Azure.ResourceManager.Discovery</PackageTags> | ||
| <GenerateDocumentationFile>true</GenerateDocumentationFile> | ||
| </PropertyGroup> | ||
| </Project> | ||
|
Comment on lines
+1
to
+9
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please move this to a local version rather than modifying the global.