Skip to content

Commit

Permalink
Merge pull request #284 from necusjz/fix-ip-tags
Browse files Browse the repository at this point in the history
Update model for `az network public-ip update`
  • Loading branch information
necusjz authored Aug 23, 2023
2 parents 550c28c + b63d8a3 commit da3c32b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3227,8 +3227,8 @@
<arg nullable="True" type="integer32" var="$parameters.properties.idleTimeoutInMinutes" options="idle-timeout" group="">
<help short="Idle timeout in minutes."/>
</arg>
<arg nullable="True" type="array<object>" var="$parameters.properties.ipTags" options="ip-tags" group="">
<help short="Space-separated list of IP tags in 'TYPE=VAL' format."/>
<arg nullable="True" type="array<object>" var="$parameters.properties.ipTags" options="ip-tags-list" group="">
<help short="The list of tags associated with the public IP address."/>
<item nullable="True" type="object">
<arg nullable="True" type="string" var="$parameters.properties.ipTags[].ipTagType" options="ip-tag-type">
<help short="The IP tag type. Example: FirstPartyUsage."/>
Expand Down

0 comments on commit da3c32b

Please sign in to comment.