-
Notifications
You must be signed in to change notification settings - Fork 4.1k
PR : Update to accomdate SDK changes with VNET reference #12117
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
Conversation
|
Can one of the admins verify this patch? |
|
Hi @aegal , Can you try pull latest changes from network-may branch, this should fix test failures |
| <ListItem> | ||
| <Label>NetworkInterfaceIpConfiguration</Label> | ||
| <Label>NetworkInterfaceIpConfigurationId</Label> | ||
| <PropertyName>NetworkInterfaceIpConfigurationText</PropertyName> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't we change this to NetworkInterfaceIpConfigurationIdText?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, that label is what is printed on the powershell console. I think it would read kind of weird to add 'text' to the output console
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as the other comment.
| <ListItem> | ||
| <Label>VirtualNetwork</Label> | ||
| <Label>VirtualNetworkId</Label> | ||
| <PropertyName>VirtualNetworkChildResourceText</PropertyName> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't this be VirtualNetworkIdText
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, that label is what is printed on the powershell console. I think it would read kind of weird to add 'text' to the output console
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ohh sorry, you referring to VirtualNetworkChildResourceText property. Yeah that property name it isn't visible but I can update that for code readability.
|
Hi @aegal , Can you please add changelog? |
|
@aegal , Although network-may is a network release branch, it will be merged into master eventually and it's impossible for us to review with so many commits altogether. Please DO NOT merge by yourself without approval from Azure-PowerShell team. |
Description
Checklist
CONTRIBUTING.mdChangeLog.mdfile(s) has been updated:ChangeLog.mdfile can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md## Upcoming Releaseheader -- no new version header should be added