File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
articles/media-services/latest Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ms.devlang: azurecli
13
13
ms.topic : sample
14
14
ms.tgt_pltfrm : multiple
15
15
ms.workload : na
16
- ms.date : 01/25 /2019
16
+ ms.date : 08/20 /2019
17
17
ms.author : juliako
18
18
---
19
19
@@ -29,8 +29,17 @@ The Azure CLI script in this article shows how to reset your account credentials
29
29
30
30
## Example script
31
31
32
- [ !code-azurecli-interactive[ main] ( ../../../cli_scripts/media-services/reset-account-credentials/Reset-Account-Credentials.sh " Reset credentials ")]
32
+ ```
33
+ # Update the following variables for your own settings:
34
+ resourceGroup=amsResourceGroup
35
+ amsAccountName=amsmediaaccountname
36
+
37
+ az ams account sp reset-credentials \
38
+ --account-name $amsAccountName \
39
+ --resource-group $resourceGroup
40
+ ```
33
41
34
42
## Next steps
35
43
36
- [ Media Services overview] ( media-services-overview.md )
44
+ * [ az ams] ( https://docs.microsoft.com/cli/azure/ams?view=azure-cli-latest )
45
+ * [ Reset credentials] ( https://docs.microsoft.com/cli/azure/ams/account/sp?view=azure-cli-latest#az-ams-account-sp-reset-credentials )
You can’t perform that action at this time.
0 commit comments