Skip to content

get_raw_token should take tenant name/id as input #11780

@mit2nil

Description

@mit2nil

Current interface as shown below takes only subscription and resource as inputs. However, auth token are specific to a tenant and not a subscription. Lack of tenant input also complicates design for scenarios requiring auth token for tenants with no subscription.

def get_raw_token(self, resource=None, subscription=None):

Metadata

Metadata

Assignees

Labels

CoreCLI core infrastructure

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions