Skip to content

Commit 255a798

Browse files
Abel Milashclaude
andcommitted
Remove inline auth comment from async import examples
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0d71bd3 commit 255a798

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • .claude/skills/dataverse-sdk-use
  • src/PowerPlatform/Dataverse/claude_skill/dataverse-sdk-use

.claude/skills/dataverse-sdk-use/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ The SDK ships a full async client, `AsyncDataverseClient`, under `PowerPlatform.
594594

595595
### Import
596596
```python
597-
from azure.identity.aio import DefaultAzureCredential # InteractiveBrowserCredential is sync-only; use DefaultAzureCredential or azure.identity.aio equivalents
597+
from azure.identity.aio import DefaultAzureCredential
598598
from PowerPlatform.Dataverse.aio.async_client import AsyncDataverseClient
599599
```
600600

src/PowerPlatform/Dataverse/claude_skill/dataverse-sdk-use/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ The SDK ships a full async client, `AsyncDataverseClient`, under `PowerPlatform.
594594

595595
### Import
596596
```python
597-
from azure.identity.aio import DefaultAzureCredential # InteractiveBrowserCredential is sync-only; use DefaultAzureCredential or azure.identity.aio equivalents
597+
from azure.identity.aio import DefaultAzureCredential
598598
from PowerPlatform.Dataverse.aio.async_client import AsyncDataverseClient
599599
```
600600

0 commit comments

Comments
 (0)