Skip to content

Conversation

@yugangw-msft
Copy link
Contributor

A scaled down version of #6423 with only vnet peering

  • The PR has modified HISTORY.rst describing any customer-facing, functional changes. Note that this does not include changes only to help content. (see Modifying change log).

  • I adhere to the Command Guidelines.

@yugangw-msft yugangw-msft requested a review from tjprescott May 31, 2018 16:23
@yugangw-msft yugangw-msft added this to the Sprint 38 milestone May 31, 2018
@codecov-io
Copy link

codecov-io commented May 31, 2018

Codecov Report

Merging #6469 into dev will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@         Coverage Diff         @@
##           dev   #6469   +/-   ##
===================================
  Coverage    0%      0%           
===================================
  Files       11      11           
  Lines      133     133           
  Branches     9       9           
===================================
  Misses     133     133

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 48fa526...fadc4e2. Read the comment docs.

identity_type, identity_id = Profile._try_parse_msi_account_name(account)

external_tenants_info = []
for s in [x for x in (aux_subscriptions or []) if x != subscription_id]:
Copy link
Contributor

Choose a reason for hiding this comment

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

it is more readable to use a longer variable name other than a single character.

external_tenants_info = []
for s in [x for x in (aux_subscriptions or []) if x != subscription_id]:
a = self.get_subscription(s)
if a[_TENANT_ID] != account[_TENANT_ID]:
Copy link
Contributor

Choose a reason for hiding this comment

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

Same.

def get_mgmt_service_client(cli_ctx, client_or_resource_type, subscription_id=None, api_version=None,
**kwargs):
aux_subscriptions=None, **kwargs):
'''
Copy link
Contributor

Choose a reason for hiding this comment

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

We use triple double quote.

Copy link
Member

@tjprescott tjprescott left a comment

Choose a reason for hiding this comment

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

LGTM.

@yugangw-msft yugangw-msft merged commit 84d1fbc into Azure:dev May 31, 2018
@yugangw-msft yugangw-msft deleted the crossTenant2 branch May 31, 2018 19:22
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