Skip to content

Commit 1e968c3

Browse files
author
Larry Franks
committed
formatting
1 parent b059ba3 commit 1e968c3

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

articles/machine-learning/reference-yaml-job-command.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,11 @@ The source JSON schema can be found at https://azuremlschemas.azureedge.net/late
9797
| --- | ---- | ----------- | -------------- |
9898
| `type` | const | **Required.** Identity type. | `user_identity` |
9999

100-
#### ManagedIdentityConfiguration| Key | Type | Description | Allowed values | | --- | ---- | ----------- | -------------- | | `type` | const | **Required.** Identity type. | `managed` or `managed_identity` |
100+
#### ManagedIdentityConfiguration
101+
102+
| Key | Type | Description | Allowed values |
103+
| --- | ---- | ----------- | -------------- |
104+
| `type` | const | **Required.** Identity type. | `managed` or `managed_identity` |
101105

102106
## Remarks
103107

articles/machine-learning/reference-yaml-job-pipeline.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,11 @@ The source JSON schema can be found at https://azuremlschemas.azureedge.net/late
7575
| --- | ---- | ----------- | -------------- |
7676
| `type` | const | **Required.** Identity type. | `user_identity` |
7777

78-
#### ManagedIdentityConfiguration| Key | Type | Description | Allowed values | | --- | ---- | ----------- | -------------- | | `type` | const | **Required.** Identity type. | `managed` or `managed_identity` |
78+
#### ManagedIdentityConfiguration
79+
80+
| Key | Type | Description | Allowed values |
81+
| --- | ---- | ----------- | -------------- |
82+
| `type` | const | **Required.** Identity type. | `managed` or `managed_identity` |
7983

8084
## Remarks
8185

articles/machine-learning/reference-yaml-job-sweep.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,11 @@ The source JSON schema can be found at https://azuremlschemas.azureedge.net/late
225225
| --- | ---- | ----------- | -------------- |
226226
| `type` | const | **Required.** Identity type. | `user_identity` |
227227

228-
#### ManagedIdentityConfiguration| Key | Type | Description | Allowed values | | --- | ---- | ----------- | -------------- | | `type` | const | **Required.** Identity type. | `managed` or `managed_identity` |
228+
#### ManagedIdentityConfiguration
229+
230+
| Key | Type | Description | Allowed values |
231+
| --- | ---- | ----------- | -------------- |
232+
| `type` | const | **Required.** Identity type. | `managed` or `managed_identity` |
229233

230234
## Remarks
231235

0 commit comments

Comments
 (0)