From 52d7dc9057136202cbb284784b2d0676e12c06c1 Mon Sep 17 00:00:00 2001 From: Leonard Francis Date: Thu, 11 Apr 2019 10:03:31 +0100 Subject: [PATCH] Nfsaas 2102 update to r3 5 (#39) * NFSAAS-2102 update to R3.5 * NFSAAS-2102 update to RP R3.5 standard * NFSAAS-2102 update to R3.5 RP standard * NFSAAS-2102 update to R3.5 RP standard * NFSAAS-2102 update to R3.5 RP standard * NFSAAS-2102 update to R3.5 RP standard * NFSAAS-2102 update to R3.5 RP standard * NFSAAS-2102 update to R3.5 RP standard * NFSAAS-2102 update to R3.5 RP standard * NFSAAS-2102 update to R3.5 RP standard * NFSAAS-2102 update to R3.5 RP standard --- src/index.json | 5 +++-- src/netappfiles-preview/azext_netappfiles_preview/_help.py | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/index.json b/src/index.json index 88b84a68a87..438b40a4e96 100644 --- a/src/index.json +++ b/src/index.json @@ -43,7 +43,7 @@ "summary": "Manage Azure Enhanced Monitoring Extensions for SAP", "version": "0.1.1" }, - "sha256Digest": "29bccec7a82dc373b6b0615151089e6d5add4c21c6b9bb58ddfd0d64ca9e91ed" + "sha256Digest": "4ac7b8a4a89eda68d9d1a07cc5edd9b1a2b88421e2aa9a9e5b86a241f127775f" } ], "aks-preview": [ @@ -1424,6 +1424,7 @@ } } }, + "extras": [], "generator": "bdist_wheel (0.30.0)", "license": "MIT", "metadata_version": "2.0", @@ -1438,7 +1439,7 @@ "summary": "Provides a preview for upcoming Azure NetApp Files (ANF) features.", "version": "0.2.0" }, - "sha256Digest": "fd3d108c387061162bb422980d2524b26ab8d947781969b838a93317a9f98241" + "sha256Digest": "8f01e9c22dc81bb047177bd8fe66e7b4ddf4db7195cb4bf68667b11fe8691b45" } ], "privatedns": [ diff --git a/src/netappfiles-preview/azext_netappfiles_preview/_help.py b/src/netappfiles-preview/azext_netappfiles_preview/_help.py index f1276458ba2..de3b274e8f7 100644 --- a/src/netappfiles-preview/azext_netappfiles_preview/_help.py +++ b/src/netappfiles-preview/azext_netappfiles_preview/_help.py @@ -53,7 +53,7 @@ examples: - name: Update the tags and active directory of an ANF account text: > - az netappfiles account update -g group --account-name name --tags 'key[=value] key[=value]' --active-directories '[{"username": "aduser", "password": "aduser", "smbservername": "SMBSERVER", "dns": "1.2.3.4", "domain": "westcentralus"}]' -l westus2 + az netappfiles account set -g group --account-name name --tags 'key[=value] key[=value]' --active-directories '[{"username": "aduser", "password": "aduser", "smbservername": "SMBSERVER", "dns": "1.2.3.4", "domain": "westcentralus"}]' -l westus2 - name: Remove the active directory from the ANF account text: > az netappfiles account set -g group --account-name name --active-directories '[]' -l westus2 @@ -75,7 +75,7 @@ examples: - name: Update the tags and active directory of an ANF account text: > - az netappfiles account update -g group --account-name name --tags 'key[=value] key[=value]' --active-directories '[{"username": "aduser", "password": "aduser", "smbservername": "SMBSERVER", "dns": "1.2.3.4", "domain": "westcentralus"}]' + az netappfiles account update -g group --account-name name --tags 'key[=value] key[=value]' --active-directories '[{"username": "aduser", "password": "aduser", "smbservername": "SMBSERVER", "dns": "1.2.3.4", "domain": "westcentralus"}]' -l westus2 """ helps['netappfiles account delete'] = """