-
Notifications
You must be signed in to change notification settings - Fork 335
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
Add synchronizing of VNet peering when sync level is LocalNotInSync
#1025
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.
sanity errors need to be improved
return vnetpeering_to_dict(response) | ||
except Exception as exc: | ||
self.fail("Error creating Azure Virtual Network Peering: {0}.".format(exc.message)) | ||
|
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.
blank line contains whitespace
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 whitespace.
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.
small change request!
@kmj251 LGTM |
SUMMARY
Added a method to sync VNet Peering when the
peering_sync_level value
isLocalNotInSync
.Fixes #1023
ISSUE TYPE
COMPONENT NAME
azure_rm_virtualnetworkpeering
ADDITIONAL INFORMATION
1.) Add a CIDR block of address space to an existing peered VNet.
2.) The peering is now "Out of sync".
3.) The peering where the sync_level is "LocalNotInSync" needs to be re-synched.