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…