-
Notifications
You must be signed in to change notification settings - Fork 16
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
VPC cleanup: use DestinationIpv6CidrBlock when available #345
Conversation
57a78db
to
5fd7f8e
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #345 +/- ##
==========================================
- Coverage 78.81% 78.59% -0.22%
==========================================
Files 22 22
Lines 1647 1653 +6
==========================================
+ Hits 1298 1299 +1
- Misses 349 354 +5 ☔ View full report in Codecov by Sentry. |
2596f36
to
c6eddf9
Compare
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.
Couple of suggestions. Otherwise LGTM.
azure-mgmt-resource==23.0.1 | ||
azure-storage-blob==12.17.0 | ||
azure-identity==1.14.0 | ||
azure-mgmt-resource==23.1.0b2 |
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.
Are you sure you want to include a beta version?
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.
I gave you extend answer in PM . Here I will give short answer - it is choice of MS developers
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.
Maybe at least mention that Azure issue you're dealing with here as well.
c6eddf9
to
1557ff9
Compare
PR description updated please check if it is ok now |
Fix exception
botocore.exceptions.ClientError: An error occurred (MissingParameter) when calling the DeleteRoute operation: The request must contain exactly one of: destinationCidrBlock, destinationIpv6CidrBlock, destinationPrefixListId
Related ticket : https://progress.opensuse.org/issues/154456
NOTE : this PR contains 3 commits (commits 1 and 2 was added to fix failing CI) :
1.) upgrade selenium to fix pytest.PytestUnraisableExceptionWarning
2.) Switch to pip azure-cli install because azure-cli rpm not support python3.11
3.) VPC cleanup: use DestinationIpv6CidrBlock when available