Skip to content

Commit fddcc34

Browse files
authored
Merge pull request #86572 from Juliako/patch-89
Update media-services-cli-create-and-configure-aad-app.md
2 parents 712ec7c + 53725ff commit fddcc34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/media-services/previous/media-services-cli-create-and-configure-aad-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.workload: media
1212
ms.tgt_pltfrm: na
1313
ms.devlang: na
1414
ms.topic: article
15-
ms.date: 03/14/2019
15+
ms.date: 08/26/2019
1616
ms.author: juliako
1717

1818
---
@@ -42,7 +42,7 @@ For more information, see [Overview of Azure Cloud Shell](../../cloud-shell/over
4242

4343
```azurecli
4444
az login
45-
az ad sp create-for-rbac --name <appName> --password <strong password>
45+
az ad sp create-for-rbac --name <appName>
4646
az role assignment create --assignee < user/app id> --role Contributor --scope <subscription/subscription id>
4747
```
4848

0 commit comments

Comments
 (0)