mossywell

Results 3 comments of mossywell

> @mossywell Apologies for the late reply. I was able to reproduce this issue. We will update this thread once we have more details on the fix. > > @adrianhall...

It can be done in PowerShell as follows: $context = New-AzApiManagementContext -ResourceGroupName "my-rg" -ServiceName "my-apim" $product = Get-AzApiManagementProduct -Context $context -ProductId "my-product" $product.SubscriptionRequired = $false $product | Set-AzApiManagementProduct -Context $context