Skip to content

Commit

Permalink
Remove invalid config option azure.managedIdentity.tenantId (#5846)
Browse files Browse the repository at this point in the history
There was an additional config option for azure.managedIdentity which wasn't used anywhere. It probably crept in during development with the previous version of the SDK. We sshould remove it to prevent confusion.

Signed-off-by: adamrtalbot <12817534+adamrtalbot@users.noreply.github.com>
Co-authored-by: Ben Sherman <bentshermann@gmail.com>
  • Loading branch information
adamrtalbot and bentsherman authored Mar 4, 2025
1 parent 15c6f3c commit 6ce8d64
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/reference/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,9 +410,6 @@ The following settings are available:
`azure.managedIdentity.system`
: When `true`, use the system-assigned [managed identity](https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/overview) to authenticate Azure resources. See {ref}`azure-managed-identities` for more details.

`azure.managedIdentity.tenantId`
: The Azure tenant ID

`azure.registry.server`
: Specify the container registry from which to pull the Docker images (default: `docker.io`).

Expand Down

0 comments on commit 6ce8d64

Please sign in to comment.