Replies: 3 comments 2 replies
-
@chlowell , do you know about credentials on PowerShell? Is that under Azure SDK umbrella? |
Beta Was this translation helpful? Give feedback.
-
The .NET equivalent is the AzureDeveloperCliCredential class in Azure.Identity. (I'm assuming you want to acquire tokens from the Azure Developer CLI in a PowerShell script; please add more details if I've misunderstood.) |
Beta Was this translation helpful? Give feedback.
-
Here's a related conversation from the Teams channel: https://teams.microsoft.com/l/message/19:[email protected]/1700007689925?tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47&groupId=c99e8504-1250-4d95-a824-9778e0e626c7&parentMessageId=1700007689925&teamName=Azure%20Developer%20CLI%20(azd)%20Partners&channelName=General&createdTime=1700007689925 And related issues: #2975 You will find info about this example that uses And also info about how you can make azd to use the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In the python
azure.identity
package there is aAzureDeveloperCliCredential()
method. What is the designated equivalent of this method in PowerShell?Beta Was this translation helpful? Give feedback.
All reactions