Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jing-song committed Aug 8, 2023
1 parent 5a66474 commit 562d775
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -286,15 +286,15 @@
<arg type="string" var="$parameters.properties.basePolicy.id" options="base-policy" group="">
<help short="The name or ID of parent firewall policy from which rules are inherited."/>
</arg>
<arg type="string" var="$parameters.properties.sku.tier" options="sku" group="">
<arg type="string" var="$parameters.properties.sku.tier" options="sku" stage="Preview" group="">
<help short="SKU of Firewall policy."/>
<enum>
<item name="Basic" value="&quot;Basic&quot;"/>
<item name="Premium" value="&quot;Premium&quot;"/>
<item name="Standard" value="&quot;Standard&quot;"/>
</enum>
</arg>
<arg type="boolean" var="$parameters.properties.sql.allowSqlRedirect" options="sql" group="">
<arg type="boolean" var="$parameters.properties.sql.allowSqlRedirect" options="sql" stage="Preview" group="">
<help short="A flag to indicate if SQL Redirect traffic filtering is enabled."/>
</arg>
<arg type="string" var="$parameters.properties.threatIntelMode" options="threat-intel-mode" group="">
Expand Down Expand Up @@ -411,7 +411,7 @@
</arg>
</argGroup>
<argGroup name="Intrustion Detection">
<arg type="string" var="$parameters.properties.intrusionDetection.mode" options="idps-mode" group="Intrustion Detection">
<arg type="string" var="$parameters.properties.intrusionDetection.mode" options="idps-mode" stage="Preview" group="Intrustion Detection">
<help short="IDPS mode."/>
<enum>
<item name="Alert" value="&quot;Alert&quot;"/>
Expand Down Expand Up @@ -495,10 +495,10 @@
</arg>
</argGroup>
<argGroup name="TLS Inspection">
<arg type="string" var="$parameters.properties.transportSecurity.certificateAuthority.keyVaultSecretId" options="key-vault-secret-id" group="TLS Inspection">
<arg type="string" var="$parameters.properties.transportSecurity.certificateAuthority.keyVaultSecretId" options="key-vault-secret-id" stage="Preview" group="TLS Inspection">
<help short="Secret Id of (base-64 encoded unencrypted pfx) Secret or Certificate object stored in KeyVault."/>
</arg>
<arg type="string" var="$parameters.properties.transportSecurity.certificateAuthority.name" options="cert-name" group="TLS Inspection">
<arg type="string" var="$parameters.properties.transportSecurity.certificateAuthority.name" options="cert-name" stage="Preview" group="TLS Inspection">
<help short="Name of the CA certificate."/>
</arg>
</argGroup>
Expand Down Expand Up @@ -925,7 +925,7 @@
<item name="Standard" value="&quot;Standard&quot;"/>
</enum>
</arg>
<arg nullable="True" type="boolean" var="$parameters.properties.sql.allowSqlRedirect" options="sql" group="">
<arg nullable="True" type="boolean" var="$parameters.properties.sql.allowSqlRedirect" options="sql" stage="Preview" group="">
<help short="A flag to indicate if SQL Redirect traffic filtering is enabled."/>
</arg>
<arg nullable="True" type="string" var="$parameters.properties.threatIntelMode" options="threat-intel-mode" group="">
Expand Down Expand Up @@ -1042,7 +1042,7 @@
</arg>
</argGroup>
<argGroup name="Intrustion Detection">
<arg nullable="True" type="string" var="$parameters.properties.intrusionDetection.mode" options="idps-mode" group="Intrustion Detection">
<arg nullable="True" type="string" var="$parameters.properties.intrusionDetection.mode" options="idps-mode" stage="Preview" group="Intrustion Detection">
<help short="IDPS mode."/>
<enum>
<item name="Alert" value="&quot;Alert&quot;"/>
Expand Down Expand Up @@ -1126,10 +1126,10 @@
</arg>
</argGroup>
<argGroup name="TLS Inspection">
<arg nullable="True" type="string" var="$parameters.properties.transportSecurity.certificateAuthority.keyVaultSecretId" options="key-vault-secret-id" group="TLS Inspection">
<arg nullable="True" type="string" var="$parameters.properties.transportSecurity.certificateAuthority.keyVaultSecretId" options="key-vault-secret-id" stage="Preview" group="TLS Inspection">
<help short="Secret Id of (base-64 encoded unencrypted pfx) Secret or Certificate object stored in KeyVault."/>
</arg>
<arg nullable="True" type="string" var="$parameters.properties.transportSecurity.certificateAuthority.name" options="cert-name" group="TLS Inspection">
<arg nullable="True" type="string" var="$parameters.properties.transportSecurity.certificateAuthority.name" options="cert-name" stage="Preview" group="TLS Inspection">
<help short="Name of the CA certificate."/>
</arg>
</argGroup>
Expand Down

0 comments on commit 562d775

Please sign in to comment.