Created attachment 272309 [details] patch This needs to be added as a dep of sysutils/py-azure-cli
Over to sunpoet@ since he maintains all of these azure related ports.
Without this port I cannot login with `az login --use-device code': Retrieving tenants and subscriptions for the selection... Unable to get 'ResourceType.MGMT_RESOURCE_SUBSCRIPTIONS' in profile 'latest'
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=0547cc513c7eb57480338fa29f1ef246f32243bd commit 0547cc513c7eb57480338fa29f1ef246f32243bd Author: Brad Davis <brd@FreeBSD.org> AuthorDate: 2026-07-08 12:56:09 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-07-08 13:30:17 +0000 devel/py-azure-mgmt-resource-subscriptions: Add py-azure-mgmt-resource-subscriptions 1.0.0b2 This is the Microsoft Azure Resource Subscriptions Management Client Library. This package has been tested with Python 3.10+. For a more complete view of Azure libraries, see the azure sdk python release. PR: 296415 devel/Makefile | 1 + .../Makefile (new) | 28 ++++++++++++++++++++++ .../distinfo (new) | 3 +++ .../files/patch-pyproject.toml (new) | 19 +++++++++++++++ .../pkg-descr (new) | 3 +++ 5 files changed, 54 insertions(+)
Committed. Thanks.