Bug 296415 - [NEW PORT] devel/py-azure-mgmt-resource-subscriptions
Summary: [NEW PORT] devel/py-azure-mgmt-resource-subscriptions
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-06-30 20:32 UTC by Brad Davis
Modified: 2026-07-08 13:49 UTC (History)
0 users

See Also:


Attachments
patch (3.18 KB, patch)
2026-06-30 20:32 UTC, Brad Davis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.