Skip to content

Commit

Permalink
Merge pull request Azure#126 from necusjz/fix-nic-ip-configs
Browse files Browse the repository at this point in the history
Fix model for `az network nic ip-config update`
  • Loading branch information
kairu-ms authored Feb 28, 2023
2 parents 941a40f + e494d89 commit ffa128d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -14183,7 +14183,6 @@
</arg>
<arg nullable="True" type="boolean" var="$parameters.properties.ipConfigurations[].properties.primary" options="make-primary" group="IP Configuration">
<help short="Set to make this configuration the primary one for the NIC."/>
<default value="false"/>
</arg>
<arg nullable="True" type="string" var="$parameters.properties.ipConfigurations[].properties.privateIPAddress" options="private-ip-address" group="IP Configuration">
<help short="Static IP address to use or &quot;&quot;('&quot;&quot;' in PowerShell) to use a dynamic address."/>
Expand Down

0 comments on commit ffa128d

Please sign in to comment.