diff --git a/specification/providerhub/resource-manager/Microsoft.ProviderHub/preview/2021-06-01-preview/examples/ResourceTypeRegistrations_CreateOrUpdate.json b/specification/providerhub/resource-manager/Microsoft.ProviderHub/preview/2021-06-01-preview/examples/ResourceTypeRegistrations_CreateOrUpdate.json index 55f18ee0c6fe..fa433b0d8c98 100644 --- a/specification/providerhub/resource-manager/Microsoft.ProviderHub/preview/2021-06-01-preview/examples/ResourceTypeRegistrations_CreateOrUpdate.json +++ b/specification/providerhub/resource-manager/Microsoft.ProviderHub/preview/2021-06-01-preview/examples/ResourceTypeRegistrations_CreateOrUpdate.json @@ -20,7 +20,8 @@ ], "requiredFeatures": [ "" - ] + ], + "endpointType": "Production" } ], "resourceConcurrencyControlOptions": { @@ -159,6 +160,19 @@ "requiredFeatures": [ "Microsoft.Contoso/RPaaSSampleApp" ] + }, + { + "apiVersions": [ + "2021-06-01-preview" + ], + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "requiredFeatures": [ + "Microsoft.Contoso/RPaaSSampleApp" + ], + "endpointType": "Canary" } ], "swaggerSpecifications": [ diff --git a/specification/providerhub/resource-manager/Microsoft.ProviderHub/preview/2021-06-01-preview/providerhub.json b/specification/providerhub/resource-manager/Microsoft.ProviderHub/preview/2021-06-01-preview/providerhub.json index 6775256820b5..00535a63c1ae 100644 --- a/specification/providerhub/resource-manager/Microsoft.ProviderHub/preview/2021-06-01-preview/providerhub.json +++ b/specification/providerhub/resource-manager/Microsoft.ProviderHub/preview/2021-06-01-preview/providerhub.json @@ -2907,6 +2907,19 @@ "timeout": { "format": "duration", "type": "string" + }, + "endpointType": { + "enum": [ + "NotSpecified", + "Canary", + "Production", + "TestInProduction" + ], + "type": "string", + "x-ms-enum": { + "name": "EndpointType", + "modelAsString": true + } } } }, @@ -4245,6 +4258,19 @@ "timeout": { "format": "duration", "type": "string" + }, + "endpointType": { + "enum": [ + "NotSpecified", + "Canary", + "Production", + "TestInProduction" + ], + "type": "string", + "x-ms-enum": { + "name": "EndpointType", + "modelAsString": true + } } } },