Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Feiyue Yu <[email protected]>
  • Loading branch information
fengzhou-msft and qwordy authored Apr 28, 2021
commit e6b366a8f5f45f947ed15cf3fd6d7f264b856ac9
2 changes: 1 addition & 1 deletion doc/managed_identity_command_guideline.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This document provides a common design of the CLI command interface for supporti
## Command interface

### Enable managed identity during resource creation
Use `--mi-system-assigned` to enable system assigned identity and `--mi-user-assigned` with space separated resource ids to add user assigned identities.
Use `--mi-system-assigned` to enable system-assigned identity and `--mi-user-assigned` with space separated resource IDs to add user-assigned identities.

```
# <resource> can be acr, webapp, vm or any other resources that support managed identity
Expand Down