summaryrefslogtreecommitdiff
path: root/sysutils/py-azure-cli/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/py-azure-cli: Update to 2.55.0Danilo G. Baio2024-01-091-8/+8
| | | | Changelog: https://github.com/Azure/azure-cli/blob/azure-cli-2.55.0/src/azure-cli/HISTORY.rst
* sysutils/py-azure-cli: Update to 2.0.81Danilo G. Baio2020-02-101-11/+11
| | | | | | | | Changelog: https://pypi.org/project/azure-cli/2.0.81/ Reported by: portscout Notes: svn path=/head/; revision=525763
* sysutils/py-azure-cli: Add experimental support for azcopyDanilo G. Baio2019-12-051-0/+20
| | | | | | | | | | | | | | | | Azcopy binary is not available officially for FreeBSD and even if you have built it manually, azure-cli won't find/run it. This patch add FreeBSD as an available platform and now users can build and install azcopy manually to work with azure-cli. More info at https://wiki.freebsd.org/Ports/sysutils/py-azure-cli PR: 242391 Submitted by: cem Notes: svn path=/head/; revision=519057
* sysutils/py-azure-cli: Update to 2.0.73Danilo G. Baio2019-09-132-45/+0
| | | | | | | | | | | - Patches removed were incorporated upstream Changelog: https://pypi.org/project/azure-cli/2.0.73/ Reported by: portscout Notes: svn path=/head/; revision=511911
* sysutils/py-azure-cli: Update to 2.0.72Danilo G. Baio2019-09-072-0/+45
- Port changes Almost all sysutils/py-azure-cli-* ports were incorporated into py-azure-cli. This update replaces all those dependencies to their devel/py-azure-mgmt-* port directly, eliminating a level in the dependency chain. sysutils/py-azure-cli --> sysutils/py-azure-cli-XYZ (GONE) --> devel/py-azure-mgmt-XYZ Now we will be able to remove ~50 sysutils/py-azure-cli-* ports from the ports tree. - Add patches to fix an issue with the Policy API >>> ImportError: cannot import name 'PolicyMode' Notes: svn path=/head/; revision=511522