-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Servicebus: Geo DR feature #3750
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
Conversation
sphibbs
left a comment
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.
We are there 3 deleted tests. looks like this PR is additive functionality.
|
@sphibbs, Those tests were to check the removal of maximum length constrain for Subscription and Authorizationrules. Removal of Max length constrain change was only for top level entities like Queues and Topics and reverted for Subscription and Authorizationrules. So deleted those tests. |
shahabhijeet
left a comment
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.
Missing proper description for the PR.
Looking at the PR, there is no way to know what is being changed. Please be very clear as to what changes are going in. This is a public repo and contributors everywhere should know what is being checked in.
Please provide link to the swagger change PR (not the commit but the PR)
Also missing the metadata file.
Missing version bump for the SDK
| <TargetFrameworks>netcoreapp1.1</TargetFrameworks> | ||
| </PropertyGroup> | ||
|
|
||
| <ItemGroup> |
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.
Including ItemGroup for files is not necessary.
Please remove this ItemGroup as the new project system picks up all files
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.
Removed.
|
@shahabhijeet, Swagger change PR Link : Azure/azure-rest-api-specs#1714 |
|
@cormacpayne, have updated the PR description, version and metadata file, please let me know your comments. |
|
@shahabhijeet, I am not able to change the label and have addressed all the comments. |
shahabhijeet
left a comment
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 add release notes to EvenHub as well, similar to what is mentioned in this PR.
| <PackageTags>Microsoft Azure ServiceBus Management;ServiceBus;ServiceBus management</PackageTags> | ||
| <TargetFrameworks>net452;netstandard1.4</TargetFrameworks> | ||
| <VersionPrefix>1.0.1</VersionPrefix> | ||
| <VersionPrefix>1.0.2</VersionPrefix> |
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.
Add < PackageReleaseNotes > and add Release notes.
I would recommend to use < ![CDATA and then format your Release notes
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.
updated package release notes
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.
@shahabhijeet, have updated package release notes. can you please review it.
* Geo DR changes * Geo DR Tests * Latest swagger code * Removed the Length tests for subscription and authorizationrules as this is reverted. * updated PR description, version and metadata file. * updated PackageReleaseNotes
* Geo DR changes * Geo DR Tests * Latest swagger code * Removed the Length tests for subscription and authorizationrules as this is reverted. * updated PR description, version and metadata file. * updated PackageReleaseNotes
Description
Geo DR feature added
This change adds metadata Geo-Disaster recovery support to the Service Bus .NET management client. API are being added to create and manage a Disaster recovery configuration which allows users to pair two Service Bus namespaces in a primary-secondary configuration and creates an alias to represent the DR pair. Also, being added are APIs to trigger a Geo-DR failover which re-points the alias from the primary to the secondary namespace and APIs to break DR pairing which disables Geo-DR.
Swagger change PR Link : Azure/azure-rest-api-specs#1714
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
Testing Guidelines
SDK Generation Guidelines
*.csprojandAssemblyInfo.csfiles have been updated with the new version of the SDK.