skip to Main Content

New-AzApiManagementSubscription in Powershell to create a Subscription in Azure APIM

I try to create a subscription in Azure APIM with: New-AzApiManagementSubscription -Context $Context -Name "test-01" -Scope "/products/test-ericf" -Verbose but always receive error message: New-AzApiManagementSubscription: Error Code: ValidationError Error Message: One or more fields contain incorrect values: Request Id: 7fc113c3-83af-4c6d-9e50-6825aefb3817 Error…

VIEW QUESTION

Azure – Read 'Attribute & Claims' from SAML Entra application configuration using PowerShell

I want to read 'Attribute & Claims' from SAML enterprise application configuration using PowerShell. I have found the Graph command Get-MgBetaServicePrincipalClaimMappingPolicy: https://learn.microsoft.com/en-us/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-beta&tabs=powershell but it always return empty value, even if I can see that attributes are configured in Azure Portal.…

VIEW QUESTION
Back To Top
Search