Skip to content

Commit

Permalink
[Network] Misc help fixes. (#7460)
Browse files Browse the repository at this point in the history
* Fix #7427

* Fix #7301
  • Loading branch information
tjprescott authored and troydai committed Oct 1, 2018
1 parent a537f49 commit 48f1098
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -655,7 +655,7 @@
text: |
az network application-gateway ssl-policy set -g MyResourceGroup --gateway-name MyAppGateway \\
--policy-type Custom --min-protocol-version TLSv1_2 \\
--cipher-suits TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 TLS_RSA_WITH_AES_128_GCM_SHA256
--cipher-suites TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 TLS_RSA_WITH_AES_128_GCM_SHA256
"""

helps['network application-gateway ssl-policy show'] = """
Expand Down Expand Up @@ -3238,7 +3238,7 @@
- name: Create a traffic manager profile with performance routing.
text: |
az network traffic-manager profile create -g MyResourceGroup -n MyTmProfile --routing-method Performance \\
--unique-dns-name mywebapp --ttl 30 --monitor-protocol HTTP --monitor-port 80 --monitor-path "/"
--unique-dns-name mywebapp --ttl 30 --protocol HTTP --port 80 --path "/"
"""

helps['network traffic-manager profile delete'] = """
Expand Down

0 comments on commit 48f1098

Please sign in to comment.