Change version to be compatible with Azure DevOps#379
Change version to be compatible with Azure DevOps#379samontgo wants to merge 1 commit intoAzure:masterfrom
Conversation
Azure DevOps will no longer allow me to install this extension when I use the `Azure CLI` task on a hosted agent. The installed version on the hosted agent is `azure-cli (2.0.46)`. Can this file be edited to allow that to work?
|
If this PR is for a new extension or change to an existing extension, use the following to try out the changes in this PR: |
|
@kalyanaj can you comment on why the min cli version was upgraded? @samontgo one solution in the meantime would be to update your version of the CLI. |
|
The latest EventGrid extension has a dependency on a bugfix in Knack 0.4.4 and hence we had to update the min CLI core version to 2.0.49. |
|
Here's the additional context on why this needs a dependency on 2.0.49 as the min CLI version: #331. Changing it to an older version will introduce bugs in the EventGrid extension. |
|
closing this as lowering the version constraint is the wrong thing to do. |
Update logic aaz model
Azure DevOps will no longer allow me to install this extension when I use the
Azure CLItask on a hosted agent. The installed version on the hosted agent isazure-cli (2.0.46). Can this file be edited to allow that to work?This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
./scripts/ci/test_static.shlocally? (pip install pylint flake8required)python scripts/ci/test_index.py -qlocally?