Skip to content

Commit

Permalink
Remove verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcfarland committed Jun 20, 2024
1 parent b7f5f8a commit fca13de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion deployment/bin/kv_add_ip
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ if [ "${BASH_SOURCE[0]}" = "${0}" ]; then
-g ${KEY_VAULT_RESOURCE_GROUP_NAME} \
-n ${KEY_VAULT_NAME} \
--ip-address $cidr \
--subscription ${ARM_SUBSCRIPTION_ID}
--subscription ${ARM_SUBSCRIPTION_ID} \
--output none

fi
3 changes: 2 additions & 1 deletion deployment/bin/kv_rmv_ip
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ if [ "${BASH_SOURCE[0]}" = "${0}" ]; then
-g ${KEY_VAULT_RESOURCE_GROUP_NAME} \
-n ${KEY_VAULT_NAME} \
--ip-address $cidr \
--subscription ${ARM_SUBSCRIPTION_ID}
--subscription ${ARM_SUBSCRIPTION_ID} \
--output none

fi

0 comments on commit fca13de

Please sign in to comment.