Skip to content

Commit 5ad3274

Browse files
committed
Updated CLI output
1 parent adfe5b3 commit 5ad3274

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

articles/load-testing/tutorial-cicd-azure-pipelines.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,18 @@ Create a service principal in the Azure subscription and assign the Contributor
137137
The output is a JSON object that represents the service principal. You'll use this information to authenticate with Azure in the GitHub Actions workflow.
138138
139139
```output
140+
Creating 'contributor' role assignment under scope '/subscriptions/123abc45-6789-0abc-def1-234567890abc'
140141
{
141-
"clientId": "<GUID>",
142-
"clientSecret": "<GUID>",
143-
"subscriptionId": "<GUID>",
144-
"tenantId": "<GUID>",
145-
(...)
142+
"clientId": "00000000-0000-0000-0000-000000000000",
143+
"clientSecret": "00000000-0000-0000-0000-000000000000",
144+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
145+
"tenantId": "00000000-0000-0000-0000-000000000000",
146+
"activeDirectoryEndpointUrl": "https://login.microsoftonline.com",
147+
"resourceManagerEndpointUrl": "https://management.azure.com/",
148+
"activeDirectoryGraphResourceId": "https://graph.windows.net/",
149+
"sqlManagementEndpointUrl": "https://management.core.windows.net:8443/",
150+
"galleryEndpointUrl": "https://gallery.azure.com/",
151+
"managementEndpointUrl": "https://management.core.windows.net/"
146152
}
147153
```
148154

0 commit comments

Comments
 (0)