-
Notifications
You must be signed in to change notification settings - Fork 5k
add dotnet sdk for 2024-01-01 azurestackhcivm #52209
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?
Conversation
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.
Pull Request Overview
This PR introduces a new Azure SDK for the Azure Stack HCI VM service, adding the Azure.ResourceManager.Hci.Vm
package to the repository. The PR establishes the basic project structure and configuration files needed for a new Azure Resource Manager client library.
Key changes:
- Adds complete project structure for Azure.ResourceManager.Hci.Vm package including source, samples, and test projects
- Configures AutoRest generation settings for the HCI VM service API
- Includes standard SDK documentation and changelog templates
Reviewed Changes
Copilot reviewed 9 out of 270 changed files in this pull request and generated 2 comments.
Show a summary per file
File | Description |
---|---|
sdk/azurestackhci/Azure.ResourceManager.Hci.Vm/src/Azure.ResourceManager.Hci.Vm.csproj |
Main project file defining package metadata and version |
sdk/azurestackhci/Azure.ResourceManager.Hci.Vm/samples/Azure.ResourceManager.Hci.Vm.Samples.csproj |
Sample project with dependencies on main package and testing frameworks |
sdk/azurestackhci/Azure.ResourceManager.Hci.Vm/autorest.md |
AutoRest configuration for code generation from API specs |
sdk/azurestackhci/Azure.ResourceManager.Hci.Vm/assets.json |
Asset repository configuration for the package |
sdk/azurestackhci/Azure.ResourceManager.Hci.Vm/README.md |
Package documentation with usage instructions |
sdk/azurestackhci/Azure.ResourceManager.Hci.Vm/Directory.Build.props |
MSBuild property configuration |
sdk/azurestackhci/Azure.ResourceManager.Hci.Vm/CHANGELOG.md |
Release history for the package |
sdk/azurestackhci/Azure.ResourceManager.Hci.Vm/Azure.ResourceManager.Hci.Vm.sln |
Visual Studio solution file |
.vscode/cspell.json |
Adds "SEVSNP" to spell checker dictionary |
...urestackhci/Azure.ResourceManager.Hci.Vm/samples/Azure.ResourceManager.Hci.Vm.Samples.csproj
Show resolved
Hide resolved
API Change CheckAPIView identified API level changes in this PR and created the following API reviews |
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.
Your account lacks the public memberships to the Microsoft
and Azure
GitHub organization that we require of an internal contributor. The memberships that you hold are marked private. Please review the Azure SDK onboarding documentation and use the associated Teams channel for support.
- Azure SDK onboarding (Microsoft internal)
- Azure SDK onboarding assistance (Microsoft internal)
You can verify the state of your account by running the Validate-AzsdkCodeOwner script from the Azure SDK tools repository.
Please also be sure to add yourself to CODEOWNERS for this library, if you will be maintaining it going forward.
c367a29
to
6fae500
Compare
@jsquire @ArthurMa1978 @ArcturusZhang |
Contributing to the Azure SDK
Please see our CONTRIBUTING.md if you are not familiar with contributing to this repository or have questions.
For specific information about pull request etiquette and best practices, see this section.