| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Changelog: https://github.com/Azure/azure-cli/blob/azure-cli-2.55.0/src/azure-cli/HISTORY.rst
|
| |
|
|
|
|
|
|
| |
Changelog: https://pypi.org/project/azure-cli/2.0.81/
Reported by: portscout
Notes:
svn path=/head/; revision=525763
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
| |
- Patches removed were incorporated upstream
Changelog: https://pypi.org/project/azure-cli/2.0.73/
Reported by: portscout
Notes:
svn path=/head/; revision=511911
|
|
|
- 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
|