Skip to content

[#106171538] Changed Tenant to TenantId in cmdletst #1155

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

Merged
merged 3 commits into from
Oct 23, 2015
Merged

[#106171538] Changed Tenant to TenantId in cmdletst #1155

merged 3 commits into from
Oct 23, 2015

Conversation

hovsepm
Copy link
Contributor

@hovsepm hovsepm commented Oct 22, 2015

Addressed issue #1124

[ValidateNotNullOrEmpty]
public string Tenant { get; set; }
public string TenantId { get; set; }
Copy link
Contributor

Choose a reason for hiding this comment

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

Why this is the only cmdlet that has parameter name as TenantId and alias as Tenant while others are vice versa?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We left Tenant for ASM with alias TenantId and did the opposite for ARM.

@ogail
Copy link
Contributor

ogail commented Oct 22, 2015

LGTM

hovsepm pushed a commit that referenced this pull request Oct 23, 2015
[#106171538] Changed Tenant to TenantId in cmdletst
@hovsepm hovsepm merged commit 7e29780 into Azure:dev Oct 23, 2015
@hovsepm hovsepm deleted the TenantId branch October 30, 2015 23:25
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.

3 participants