azure-sdk-for-net
azure-sdk-for-net copied to clipboard
updated for API - 2022-01-01-preview
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.
/azp run
You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list.
/azp run net - mgmt - ci
Azure Pipelines successfully started running 1 pipeline(s).
Hi @archerzz , can you please review the PR
There are breaking changes in the interfaces, and some of them cannot be worked around. So you need to bump the major version to
5.0.0
.Make sure you update the following files, according to the guide.
AzSDK.RP.Props
AssemblyInfo.cs
Done, updated the files.