Skip to content
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

Make Azure KeyVault Secrets Py3 only #22192

Merged
merged 3 commits into from
Dec 16, 2021
Merged

Make Azure KeyVault Secrets Py3 only #22192

merged 3 commits into from
Dec 16, 2021

Conversation

lmazuel
Copy link
Member

@lmazuel lmazuel commented Dec 16, 2021

No description provided.

@scbedd
Copy link
Member

scbedd commented Dec 16, 2021

@lmazuel there is a single adjustment that I added. Making our common python version be 3.9 instead of 3.6. I have this same change in another PR I'm working on for catching an un-updated setup.cfg. If you want to merge this one I don't think it will cause any issues! (at least as far as I'm concerned)

@lmazuel lmazuel merged commit 882f538 into main Dec 16, 2021
@lmazuel lmazuel deleted the keyvault_secrets_py3 branch December 16, 2021 18:59
@@ -20,21 +20,6 @@
# a-b-c => a.b.c
NAMESPACE_NAME = PACKAGE_NAME.replace("-", ".")

# azure v0.x is not compatible with this package
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@scbedd should these changes also be made in azure-template?

@msyyc msyyc mentioned this pull request Jan 4, 2022
hildurhodd pushed a commit to hildurhodd/azure-sdk-for-python that referenced this pull request Jan 4, 2022
* Make Azure KeyVault Secrets Py3 only

* swap build/analyze to python 3.9

* Update README.md

Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
rakshith91 pushed a commit to rakshith91/azure-sdk-for-python that referenced this pull request Apr 10, 2022
* Make Azure KeyVault Secrets Py3 only

* swap build/analyze to python 3.9

* Update README.md

Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants