Skip to content

Commit 7939f2c

Browse files
committed
Add CLI known issue
1 parent 591f4da commit 7939f2c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

articles/digital-twins/troubleshoot-known-issues.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: baanders
66
ms.author: baanders
77
ms.topic: troubleshooting
88
ms.service: azure-digital-twins
9-
ms.date: 04/19/2024
9+
ms.date: 03/17/2025
1010
---
1111

1212
# Azure Digital Twins known issues
@@ -21,6 +21,14 @@ This article provides information about known issues associated with Azure Digit
2121
| --- | --- | --- |
2222
| If you're using Azure Digital Twins with a private endpoint/Private Link, this issue will affect you when trying to view your instance in Azure Digital Twins Explorer. | Azure Digital Twins Explorer does not offer support for private endpoints. | You can deploy your own version of the Azure Digital Twins Explorer codebase privately in the cloud. For instructions on how to do this, see [Azure Digital Twins Explorer: Running in the cloud](https://github.com/Azure-Samples/digital-twins-explorer#running-in-the-cloud). Alternatively, you can manage your Azure Digital Twins instance using the [APIs and SDKs](./concepts-apis-sdks.md) instead. |
2323

24+
## az dt commands fail in Azure CLI version 2.70
25+
26+
**Issue description:** CLI commands from the `az dt` command set fail in version 2.70 of the Azure CLI. The error message ends in *AttributeError: 'CredentialAdaptor' object has no attribute 'signed_session'*.
27+
28+
| Does this affect me? | Cause | Resolution |
29+
| --- | --- | --- |
30+
| If you're using version 2.70 of the Azure CLI, this affects all `az dt` CLI commands. | This is a [known issue](https://github.com/Azure/azure-cli/issues/31042) with version 2.70 of the Azure CLI. | To bypass this issue, use the local Azure CLI (not Cloud Shell) and downgrade your CLI to version 2.69. On Windows, you can set the CLI version by running the command `winget install --exact --id Microsoft.AzureCLI --version 2.69.0`. For more information about installing the Azure CLI, see [How to install the Azure CLI](/cli/azure/install-azure-cli). |
31+
2432
## "400 Client Error: Bad Request" in Cloud Shell
2533

2634
**Issue description:** Commands in Cloud Shell running at *https://shell.azure.com* may intermittently fail with the error "400 Client Error: Bad Request for url: `http://localhost:50342/oauth2/token`", followed by full stack trace.

0 commit comments

Comments
 (0)