Skip to content

Commit

Permalink
Merge pull request Azure#93 from necusjz/fix-default-protocol
Browse files Browse the repository at this point in the history
Fix model for `az network nsg rule create`
  • Loading branch information
kairu-ms authored Jan 30, 2023
2 parents 54e9fe9 + ace179d commit b778604
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@
"short": "Network protocol this rule applies to."
},
"default": {
"value": "\"*\""
"value": "*"
},
"enum": {
"items": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
</arg>
<arg type="string" var="$securityRuleParameters.properties.protocol" options="protocol" group="">
<help short="Network protocol this rule applies to."/>
<default value="&quot;\&quot;*\&quot;&quot;"/>
<default value="&quot;*&quot;"/>
<enum>
<item name="*" value="&quot;*&quot;"/>
<item name="Ah" value="&quot;Ah&quot;"/>
Expand Down

0 comments on commit b778604

Please sign in to comment.