Skip to content

Commit 4f20ab2

Browse files
authored
Merge pull request #5285 from microsoft/bugfix-sp-create-desc
bugfix: update the right command to create sp
2 parents 27a687d + 701bfb5 commit 4f20ab2

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)