-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[keyvault-certificates] Fix begin_create_certificate validator to accept san_ip_addresses and san_uris #46380
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
Merged
kashifkhan
merged 23 commits into
main
from
fix/keyvault-certificates-san-ip-uri-validator
Apr 29, 2026
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
db3c5f8
Fix begin_create_certificate validator to accept san_ip_addresses and…
singhalrohit4u f5217b6
Update 4.11.1 release date to 2026-04-20
singhalrohit4u 0b20476
Merge branch 'main' into fix/keyvault-certificates-san-ip-uri-validator
rohitsinghal4u 20d57ee
Bump azure-keyvault-certificates version to 4.11.1
singhalrohit4u 25a65b6
Merge branch 'fix/keyvault-certificates-san-ip-uri-validator' of http…
singhalrohit4u 8ab52ed
Merge branch 'main' into fix/keyvault-certificates-san-ip-uri-validator
rohitsinghal4u 98e0dd4
Replace broad except Exception with specific exceptions in test_polic…
singhalrohit4u f670722
Merge branch 'main' into fix/keyvault-certificates-san-ip-uri-validator
rohitsinghal4u c6b1f2e
Merge branch 'main' into fix/keyvault-certificates-san-ip-uri-validator
rohitsinghal4u a58ec98
Merge branch 'main' into fix/keyvault-certificates-san-ip-uri-validator
rohitsinghal4u a952228
Merge branch 'main' into fix/keyvault-certificates-san-ip-uri-validator
rohitsinghal4u 12fd96d
Merge branch 'main' into fix/keyvault-certificates-san-ip-uri-validator
rohitsinghal4u d880fc8
Merge branch 'main' into fix/keyvault-certificates-san-ip-uri-validator
rohitsinghal4u 45c41bf
Merge branch 'main' into fix/keyvault-certificates-san-ip-uri-validator
rohitsinghal4u bce9f82
fix to handle loop for python3.14
kashifkhan c0fc08e
bump pyopenssl for pypy py313
kashifkhan 856dddf
Merge branch 'main' into fix/keyvault-certificates-san-ip-uri-validator
rohitsinghal4u 153502d
revert pyopenssl bump
kashifkhan f15b610
Merge branch 'main' into fix/keyvault-certificates-san-ip-uri-validator
laiapat f5b0a02
Merge branch 'main' into fix/keyvault-certificates-san-ip-uri-validator
rohitsinghal4u 2a5da27
Merge branch 'main' into fix/keyvault-certificates-san-ip-uri-validator
rohitsinghal4u d69bc8b
Update release date for version 4.11.1
rohitsinghal4u 3acafb4
Merge branch 'main' into fix/keyvault-certificates-san-ip-uri-validator
rohitsinghal4u File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,4 +3,4 @@ | |
| # Licensed under the MIT License. | ||
| # ------------------------------------ | ||
|
|
||
| VERSION = "4.11.0" | ||
| VERSION = "4.11.1" | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.