Skip to content

{Profile} Test GH team being codeowner#33665

Closed
isra-fel wants to merge 1 commit into
devfrom
isra-fel-patch-4
Closed

{Profile} Test GH team being codeowner#33665
isra-fel wants to merge 1 commit into
devfrom
isra-fel-patch-4

Conversation

@isra-fel

@isra-fel isra-fel commented Jun 29, 2026

Copy link
Copy Markdown
Member

Expectation:

  • the identity squad team should be pulled in as reviewers.
  • PR is unblocked as long as anyone from the team approves

Related command

Description

Testing Guide

History Notes

[Component Name 1] BREAKING CHANGE: az command a: Make some customer-facing breaking change
[Component Name 2] az command b: Add some customer-facing feature


This checklist is used to make sure that common guidelines for a pull request are followed.

@azure-client-tools-bot-prd

Copy link
Copy Markdown
Validation for Azure CLI Full Test Starting...

Thanks for your contribution!

@azure-client-tools-bot-prd

Copy link
Copy Markdown

Hi @isra-fel,
Since the current milestone time is less than 7 days, this pr will be reviewed in the next milestone.

@azure-client-tools-bot-prd

azure-client-tools-bot-prd Bot commented Jun 29, 2026

Copy link
Copy Markdown
️✔️AzureCLI-BreakingChangeTest
️✔️Non Breaking Changes

@yonzhan

yonzhan commented Jun 29, 2026

Copy link
Copy Markdown
Collaborator

Thank you for your contribution! We will review the pull request and get back to you soon.

@isra-fel

Copy link
Copy Markdown
Member Author

Identity squad added as reviewer immediately -

image

@xuming-ms xuming-ms left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@isra-fel

Copy link
Copy Markdown
Member Author

Green after 1 approval

image

@isra-fel isra-fel marked this pull request as ready for review June 29, 2026 04:03
@isra-fel isra-fel requested a review from a team as a code owner June 29, 2026 04:03
Copilot AI review requested due to automatic review settings June 29, 2026 04:03

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR changes Azure CLI’s profile command module logic for resolving the resource endpoint in get_access_token, but the current edit introduces invalid Python syntax that will break module import/runtime execution.

Changes:

  • Modified the get_access_token code path that derives resource from cmd.cli_ctx.cloud.endpoints when resource_type is provided.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

if resource is None and resource_type:
endpoints_attr_name = cloud_resource_type_mappings[resource_type]
resource = getattr(cmd.cli_ctx.cloud.endpoints, endpoints_attr_name)
resource = getattr(cmd.cli_ctx.cloud.endpoints, endpoints_attr_name)xyz
@isra-fel isra-fel changed the title Test GH team being codeowner {Profile} Test GH team being codeowner Jun 29, 2026
@isra-fel isra-fel closed this Jun 29, 2026
@isra-fel isra-fel deleted the isra-fel-patch-4 branch June 29, 2026 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants