Skip to content

Commit 701bfb5

Browse files
authored
update the right command to create sp
1 parent 27a687d commit 701bfb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PluginsAndFeatures/azure-toolkit-for-intellij/src/com/microsoft/intellij/ui/ServicePrincipalLoginDialog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ private void syncComponentStatusWhenRadioButtonChanges() {
179179

180180
private void createUIComponents() {
181181
this.jsonDataEditor = this.buildCodeViewer();
182-
this.comment = new AzureCommentLabel("You can copy the JSON output of 'az sp create ...' and paste it here");
182+
this.comment = new AzureCommentLabel("You can copy the JSON output of 'az ad sp create-for-rbac ...' and paste it here");
183183
}
184184

185185
private EditorTextField buildCodeViewer() {

0 commit comments

Comments
 (0)