Skip to content

Commit

Permalink
Nfsaas 2102 update to r3 5 (#39)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
leonardbf authored Apr 11, 2019
1 parent 1ad5bc1 commit 52d7dc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"summary": "Manage Azure Enhanced Monitoring Extensions for SAP",
"version": "0.1.1"
},
"sha256Digest": "29bccec7a82dc373b6b0615151089e6d5add4c21c6b9bb58ddfd0d64ca9e91ed"
"sha256Digest": "4ac7b8a4a89eda68d9d1a07cc5edd9b1a2b88421e2aa9a9e5b86a241f127775f"
}
],
"aks-preview": [
Expand Down Expand Up @@ -1424,6 +1424,7 @@
}
}
},
"extras": [],
"generator": "bdist_wheel (0.30.0)",
"license": "MIT",
"metadata_version": "2.0",
Expand All @@ -1438,7 +1439,7 @@
"summary": "Provides a preview for upcoming Azure NetApp Files (ANF) features.",
"version": "0.2.0"
},
"sha256Digest": "fd3d108c387061162bb422980d2524b26ab8d947781969b838a93317a9f98241"
"sha256Digest": "8f01e9c22dc81bb047177bd8fe66e7b4ddf4db7195cb4bf68667b11fe8691b45"
}
],
"privatedns": [
Expand Down
4 changes: 2 additions & 2 deletions src/netappfiles-preview/azext_netappfiles_preview/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'] = """
Expand Down

0 comments on commit 52d7dc9

Please sign in to comment.