Add to changelog for Microsoft.Azure.ServiceBus SDK version 5.1.2#18994
Add to changelog for Microsoft.Azure.ServiceBus SDK version 5.1.2#18994DorothySun216 merged 9 commits intoAzure:masterfrom
Conversation
This reverts commit 7ece7b5.
| <AssemblyTitle>Azure ServiceBus SDK</AssemblyTitle> | ||
| <Description>This is the next generation Azure Service Bus .NET Standard client library that focuses on queues & topics. For more information about Service Bus, see https://azure.microsoft.com/en-us/services/service-bus/</Description> | ||
| <Version>5.2.0-beta.1</Version> | ||
| <ApiCompatVersion>5.1.1</ApiCompatVersion> |
There was a problem hiding this comment.
Are we running API Compat on T1 libraries? If so, this should stay.
//cc: @JoshLove-msft, do you know for sure?
There was a problem hiding this comment.
I'm not sure, but this would get added automatically after release to reference the new version.
There was a problem hiding this comment.
But ideally, we wouldn't touch the ApiCompatVersion as it should be handled automatically.
There was a problem hiding this comment.
Please revert the ApiCompatVersion deletion and then we should be good to merge.
There was a problem hiding this comment.
/cc @weshaggard do you know if ApiCompat is run for T1 libraries? For Service Bus T1 in particular, they use a test to detect API changes.
There was a problem hiding this comment.
Yes ApiCompat should be run on any library that is participating in our engineering system.
This reverts commit 63a25f0.
All SDK Contribution checklist:
This checklist is used to make sure that common guidelines for a pull request are followed.
Draftmode if it is:General Guidelines and Best Practices
Testing Guidelines
SDK Generation Guidelines
*.csprojandAssemblyInfo.csfiles have been updated with the new version of the SDK. Please double check nuget.org current release version.Additional management plane SDK specific contribution checklist:
Note: Only applies to
Microsoft.Azure.Management.[RP]orAzure.ResourceManager.[RP]Management plane SDK Troubleshooting
new servicelabel and/or contact assigned reviewer.Verify Code Generationstep, please ensure:generate.ps1/cmdto generate this PR instead of callingautorestdirectly.Please pay attention to the @microsoft.csharp version output after running generate.ps1. If it is lower than current released version (2.3.82), please run it again as it should pull down the latest version,
Old outstanding PR cleanup
Please note:
If PRs (including draft) has been out for more than 60 days and there are no responses from our query or followups, they will be closed to maintain a concise list for our reviewers.