Bug 296415

Summary: [NEW PORT] devel/py-azure-mgmt-resource-subscriptions
Product: Ports & Packages Reporter: Brad Davis <brd>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Some People    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Brad Davis freebsd_committer freebsd_triage 2026-06-30 20:32:05 UTC
Created attachment 272309 [details]
patch

This needs to be added as a dep of sysutils/py-azure-cli
Comment 1 Brad Davis freebsd_committer freebsd_triage 2026-06-30 20:33:08 UTC
Over to sunpoet@ since he maintains all of these azure related ports.
Comment 2 Brad Davis freebsd_committer freebsd_triage 2026-06-30 20:35:30 UTC
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'
Comment 3 commit-hook freebsd_committer freebsd_triage 2026-07-08 13:47:25 UTC
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(+)
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2026-07-08 13:49:41 UTC
Committed. Thanks.