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

[Network - Virtual Appliance] Allowed Identity to be seen for Create and Update NVA #336

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@
<help short="Resource ID."/>
<format template="/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Network/networkVirtualAppliances/{}"/>
</arg>
<arg type="object" var="$parameters.identity" options="identity" hide="True" group="Parameters">
<help short="The service principal that has read access to cloud-init and config blob."/>
<arg type="object" var="$parameters.identity" options="identity" group="Parameters">
<help short="The Identity of the Network Virtual Appliance if Configured."/>
<arg type="string" var="$parameters.identity.type" options="type">
<help short="The type of identity used for the resource. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the virtual machine."/>
<enum>
Expand Down Expand Up @@ -498,8 +498,8 @@
<help short="Resource ID."/>
<format template="/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Network/networkVirtualAppliances/{}"/>
</arg>
<arg nullable="True" type="object" var="$parameters.identity" options="identity" hide="True" group="Parameters">
<help short="The service principal that has read access to cloud-init and config blob."/>
<arg nullable="True" type="object" var="$parameters.identity" options="identity" group="Parameters">
<help short="The Identity of the Network Virtual Appliance if configured."/>
<arg nullable="True" type="string" var="$parameters.identity.type" options="type">
<help short="The type of identity used for the resource. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the virtual machine."/>
<enum>
Expand Down