Jonsey1980
Results
2
issues of
Jonsey1980
### Description using Connect-AzAccount using a service principal with code below: _$clientSecret = '{Secret}' | ConvertTo-SecureString -AsPlainText -Force $connectCreds = New-Object -TypeName System.Management.Automation.PSCredential ` -ArgumentList '{SPN ID}', $clientSecret Connect-AzAccount -ServicePrincipal...
bug
customer-reported
needs-triage
### Type of issue Code doesn't work ### Feedback on example 4 of get-azmetric documentation it uses a object to store multiple new-azmetricfilter's - doing this causes an error: example...
Azure PS Team
Investigate :mag:
Monitor - Metrics
customer-reported
Tracking