Update Azure Notification Hubs SDK to 2.3.4-preview#26337
Update Azure Notification Hubs SDK to 2.3.4-preview#26337archerzz merged 4 commits intoAzure:mainfrom
Conversation
|
As noted, this is to release a new version since 2.3.3 was delisted as it contained a regression. This PR in the Azure Specs repo fixed the issue and now need to regenerate the SDK: Azure/azure-rest-api-specs#16221 |
|
Ping @archerzz, @ArcturusZhang, @ArthurMa1978, @fengzhou-msft, @m-nash and @Yao725 for a review since this is already two weeks old and nobody has looked at it yet |
There was a problem hiding this comment.
@mpodwysocki The following files need to be updated.
- metadata file, e.g. https://github.com/Azure/azure-sdk-for-net/blob/main/eng/mgmt/mgmtmetadata/notificationhubs_resource-manager.txt
AssemblyInfo.cs
See the guidelines on top:
The *.csproj and AssemblyInfo.cs files have been updated with the new version of the SDK. Please double check nuget.org current release version.
Include updated management metadata.
@archerzz Not sure if the AssemblyInfo.cs needs to be updated given that this is a minor patch to bump from 2.3.3 was delisted and we're bumping to 2.3.4 |
|
@mpodwysocki I think we need to update it. And it's current value seems not correct: Normally the value of those two properties should be the same as the package version, see MSDoc for details. Here is an example: |
|
@archerzz What do you propose changing it to since our version is 2.3.4 as per this PR, however, the |
|
@mpodwysocki Let's bump the Next time when the version exceeds |
|
@archerzz Done! |
|
/check-enforcer evaluate |
@mpodwysocki Thanks! Merging~~~ |
mgmt, recoveryservicesdatareplication, java config (Azure#26337)
mgmt, recoveryservicesdatareplication, java config (Azure#26337)
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
If this is very first SDK for a services and you are adding new service folders directly under /SDK, please add
new servicelabel and/or contact assigned reviewer.If the check fails at the
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.Note: We have recently updated the PSH module called by
generate.ps1to emit additional data. This would help reduce/eliminate the Code Verification check error. Please run following command: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.