Skip to content

Commit

Permalink
Merge pull request #1906 from chianw/fix-appgw-5.7.8
Browse files Browse the repository at this point in the history
Fixed typo on set_resource.sh
  • Loading branch information
arnaudlh authored Jan 18, 2024
2 parents d991a8a + b7b71db commit 4991af0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,9 @@ case "${RESOURCE}" in
ignorecase=$([ -z "${IGNORE_CASE}" ] && echo "" || echo "--ignore-case ${IGNORE_CASE} ")
negate=$([ -z "${NEGATE}" ] && echo "" || echo "--negate ${NEGATE} ")
pattern=$([ -z "${PATTERN}" ] && echo "" || echo "--pattern ${PATTERN} ")
2
execute_with_backoff az network application-gateway rewrite-rule condition create -g ${RG_NAME} \
--gateway-name ${APPLICATION_GATEWAY_NAME} --variable ${VARIABLE} --rule-set-name ${RULE_SET_NAME} --rule-name ${RULE_NAME}\
${ignorecase} ${negate} ${pattern}
;;
esac
esac

0 comments on commit 4991af0

Please sign in to comment.