-
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
Changes from 1 commit
0ffe125
e211b12
56297c4
b44bafe
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2526,11 +2526,11 @@ | |
| <PropertyName>IpAddress</PropertyName> | ||
| </ListItem> | ||
| <ListItem> | ||
| <Label>NetworkInterfaceIpConfiguration</Label> | ||
| <Label>NetworkInterfaceIpConfigurationId</Label> | ||
| <PropertyName>NetworkInterfaceIpConfigurationText</PropertyName> | ||
| </ListItem> | ||
| <ListItem> | ||
| <Label>VirtualNetwork</Label> | ||
| <Label>VirtualNetworkId</Label> | ||
| <PropertyName>VirtualNetworkChildResourceText</PropertyName> | ||
|
||
| </ListItem> | ||
| </ListItems> | ||
|
|
||
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.