-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Setting Max CLI version for PostgreSQL and MySQL VNET extension #224
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{ | ||
"azext.minCliCoreVersion": "2.0.24" | ||
"azext.minCliCoreVersion": "2.0.24", | ||
"azext.maxCliCoreVersion": "2.0.39" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Does this extension not work on 2.0.40 and higher or is this functionality folded into the CLI in that version? If the later, then the right thing to do is annotate the CLI to supercede the extension: There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @tjprescott the extension commands have been added to the CLI module There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @rahulgouthamDOTgs made a PR to the cli repo suppressing the extensions in case a user has already installed the extension: Azure/azure-cli#6694 |
||
} |
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.
Also update the version number on line 544 below.
In addition, from the CI, it looks like your 'azext_metadata' isn't being packaged within your .whl file for some reason.