Skip to content

Commit 036f62d

Browse files
Merge pull request #467 from dem108/patch-1
remove preview for aad_token
2 parents 36eb40d + fb563c8 commit 036f62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/reference-yaml-endpoint-online.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The source JSON schema can be found at https://azuremlschemas.azureedge.net/late
3333
| `name` | string | **Required.** Name of the endpoint. Needs to be unique at the Azure region level. <br><br> Naming rules are defined under [endpoint limits](how-to-manage-quotas.md#azure-machine-learning-online-endpoints-and-batch-endpoints).| | |
3434
| `description` | string | Description of the endpoint. | | |
3535
| `tags` | object | Dictionary of tags for the endpoint. | | |
36-
| `auth_mode` | string | The authentication method for invoking the endpoint (data plane operation). Use `key` for key-based authentication. Use `aml_token` for Azure Machine Learning token-based authentication. Use `aad_token` for Microsoft Entra token-based authentication (preview). | `key`, `aml_token`, `aad_token` | `key` |
36+
| `auth_mode` | string | The authentication method for invoking the endpoint (data plane operation). Use `key` for key-based authentication. Use `aml_token` for Azure Machine Learning token-based authentication. Use `aad_token` for Microsoft Entra token-based authentication. | `key`, `aml_token`, `aad_token` | `key` |
3737
| `compute` | string | Name of the compute target to run the endpoint deployments on. This field is only applicable for endpoint deployments to Azure Arc-enabled Kubernetes clusters (the compute target specified in this field must have `type: kubernetes`). Don't specify this field if you're doing managed online inference. | | |
3838
| `identity` | object | The managed identity configuration for accessing Azure resources for endpoint provisioning and inference. | | |
3939
| `identity.type` | string | The type of managed identity. If the type is `user_assigned`, the `identity.user_assigned_identities` property must also be specified. | `system_assigned`, `user_assigned` | |

0 commit comments

Comments
 (0)