This is a extension for Custom Providers features.
Install this extension using the below CLI command
az extension add --name custom-providers
az custom-providers resource-provider create -n MyRP -g MyRG --action name=ping endpoint=https://test.azurewebsites.net/api routing_type=Proxy --resource-type name=users endpoint=https://test.azurewebsites.net/api routing_type="Proxy, Cache" --validation validation_type=swagger specification=https://raw.githubusercontent.com/test.json
az custom-providers resource-provider update -g MyRG -n MyRP --tags a=b
az custom-providers resource-provider show -g MyRG -n MyRP
az custom-providers resource-provider list
az custom-providers resource-provider list -g MyRG
az custom-providers resource-provider delete -g MyRG -n MyRP
If you have issues, please give feedback by opening an issue at https://github.com/Azure/azure-cli-extensions/issues.