Skip to content

Conversation

@akashkeshari
Copy link
Contributor


This checklist is used to make sure that common guidelines for a pull request are followed.

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally?

For new extensions:

About Extension Publish

There is a pipeline to automatically build, upload and publish extension wheels.
Once your PR is merged into master branch, a new PR will be created to update src/index.json automatically.
The precondition is to put your code inside this repo and upgrade the version in the PR but do not modify src/index.json.

Akash Keshari and others added 30 commits November 12, 2019 12:59
'kubernetes==11.0.0',
'pycryptodome==3.9.8'
'pycryptodome==3.9.8',
'cryptography>=2.3.1,<3.0.0'
Copy link
Member

Choose a reason for hiding this comment

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

This conflicts with azure-cli-core's dependency on cryptography (Azure/azure-cli#15687).

cryptography>=2.3.1,<3.0.0 has known security issues. It should use the one provided by azure-cli-core.

Copy link
Member

Choose a reason for hiding this comment

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

hi @akashkeshari for dependencies already in azure-cli-core, extension no need to explicitly call out the dependency again like cryptography. It will cause problem as we discussed in email thread. pls help to remove it.

Copy link
Member

@jiasli jiasli left a comment

Choose a reason for hiding this comment

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

Please add PR description.

@akashkeshari
Copy link
Contributor Author

Closing the PR based on discussion over mail

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants