Skip to content

Commit ed28f40

Browse files
suyask-msftCopilot
andauthored
Update examples/basic/installation_example.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 326faaf commit ed28f40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/basic/installation_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
try:
3838
# Import the PowerPlatform Dataverse Client SDK
3939
from PowerPlatform.Dataverse import DataverseClient
40-
from azure.identity import DefaultAzureCredential, InteractiveBrowserCredential
40+
from azure.identity import DefaultAzureCredential
4141

4242
print("✅ PowerPlatform-Dataverse-Client SDK imported successfully!")
4343
print(f"📦 You can install this SDK with: pip install PowerPlatform-Dataverse-Client")

0 commit comments

Comments
 (0)