Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add subscription in vhdSchema to support that vhd is in another subsc… #3329

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lubaihua33
Copy link
Collaborator

@lubaihua33 lubaihua33 commented Jul 2, 2024

Add subscription in vhdSchema to support that vhd is in another subscription.

This PR doesn't contain the scenario Sig transformer. It will in another PR.

if location == vhd_location:
if (
location == vhd_location
and vhd_details["subscription"] == platform.subscription_id
Copy link
Collaborator

Choose a reason for hiding this comment

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

vhd_details may not contain subscription

vhd_path: str,
location: str,
log: Logger,
vhd_subscription: str = "",
Copy link
Member

Choose a reason for hiding this comment

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

name it subscription.

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.

None yet

3 participants