diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDCustomDomains_Create.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDCustomDomains_Create.json index fec9f5469a9a..0522b75dc86c 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDCustomDomains_Create.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDCustomDomains_Create.json @@ -21,10 +21,11 @@ "responses": { "200": { "body": { - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/domains/domain1", + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/customdomains/domain1", "name": "domain1", - "type": "Microsoft.Cdn/Profiles/CustomDomains", + "type": "Microsoft.Cdn/profiles/customdomains", "properties": { + "profileName": "profile1", "hostName": "www.contoso.com", "tlsSettings": { "certificateType": "ManagedCertificate", @@ -36,22 +37,26 @@ "azureDnsZone": { "id": "" }, + "preValidatedCustomDomainResourceId": { + "id": "" + }, "validationProperties": { "validationToken": "", "expirationDate": "" }, "domainValidationState": "Submitting", - "provisioningState": "Updating", + "provisioningState": "Succeeded", "deploymentStatus": "NotStarted" } } }, "201": { "body": { - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/domains/domain1", + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/customdomains/domain1", "name": "domain1", - "type": "Microsoft.Cdn/Profiles/CustomDomains", + "type": "Microsoft.Cdn/profiles/customdomains", "properties": { + "profileName": "profile1", "hostName": "www.contoso.com", "tlsSettings": { "certificateType": "ManagedCertificate", @@ -63,22 +68,26 @@ "azureDnsZone": { "id": "" }, + "preValidatedCustomDomainResourceId": { + "id": "" + }, "validationProperties": { "validationToken": "", "expirationDate": "" }, "domainValidationState": "Submitting", - "provisioningState": "Updating", + "provisioningState": "Succeeded", "deploymentStatus": "NotStarted" } } }, "202": { "body": { - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/domains/domain1", + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/customdomains/domain1", "name": "domain1", - "type": "Microsoft.Cdn/Profiles/CustomDomains", + "type": "Microsoft.Cdn/profiles/customdomains", "properties": { + "profileName": "profile1", "hostName": "www.contoso.com", "tlsSettings": { "certificateType": "ManagedCertificate", @@ -90,12 +99,15 @@ "azureDnsZone": { "id": "" }, + "preValidatedCustomDomainResourceId": { + "id": "" + }, "validationProperties": { "validationToken": "", "expirationDate": "" }, "domainValidationState": "Submitting", - "provisioningState": "Updating", + "provisioningState": "Creating", "deploymentStatus": "NotStarted" } } diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDCustomDomains_Get.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDCustomDomains_Get.json index b18098590b1a..775c870b4b4e 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDCustomDomains_Get.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDCustomDomains_Get.json @@ -9,10 +9,11 @@ "responses": { "200": { "body": { - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/domains/domain1", + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/customdomains/domain1", "name": "domain1", - "type": "Microsoft.Cdn/Profiles/CustomDomains", + "type": "Microsoft.Cdn/profiles/customdomains", "properties": { + "profileName": "profile1", "hostName": "www.contoso.com", "tlsSettings": { "certificateType": "ManagedCertificate", @@ -24,6 +25,9 @@ "azureDnsZone": { "id": "" }, + "preValidatedCustomDomainResourceId": { + "id": "" + }, "validationProperties": { "validationToken": "8c9912db-c615-4eeb-8465", "expirationDate": "2009-06-15T13:45:43.0000000Z" diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDCustomDomains_ListByProfile.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDCustomDomains_ListByProfile.json index 6a8548bd1329..59bddb72de7a 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDCustomDomains_ListByProfile.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDCustomDomains_ListByProfile.json @@ -10,10 +10,11 @@ "body": { "value": [ { - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/domains/domain1", + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/customdomains/domain1", "name": "domain1", - "type": "Microsoft.Cdn/Profiles/CustomDomains", + "type": "Microsoft.Cdn/profiles/customdomains", "properties": { + "profileName": "profile1", "hostName": "www.contoso.com", "tlsSettings": { "certificateType": "ManagedCertificate", @@ -25,6 +26,9 @@ "azureDnsZone": { "id": "" }, + "preValidatedCustomDomainResourceId": { + "id": "" + }, "validationProperties": { "validationToken": "8c9912db-c615-4eeb-8465", "expirationDate": "2009-06-15T13:45:43.0000000Z" diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDCustomDomains_Update.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDCustomDomains_Update.json index 4dcff586a72d..8af892541384 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDCustomDomains_Update.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDCustomDomains_Update.json @@ -20,10 +20,11 @@ "responses": { "200": { "body": { - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/domains/domain1", + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/customdomains/domain1", "name": "domain1", - "type": "Microsoft.Cdn/Profiles/CustomDomains", + "type": "Microsoft.Cdn/profiles/customdomains", "properties": { + "profileName": "profile1", "hostName": "www.contoso.com", "tlsSettings": { "certificateType": "ManagedCertificate", @@ -35,6 +36,9 @@ "azureDnsZone": { "id": "" }, + "preValidatedCustomDomainResourceId": { + "id": "" + }, "validationProperties": { "validationToken": "8c9912db-c615-4eeb-8465", "expirationDate": "2009-06-15T13:45:43.0000000Z" @@ -50,10 +54,11 @@ "azure-asyncoperation": "https://management.azure.com/subscriptions/subid/resourcegroups/resourceGroupName/providers/Microsoft.Cdn/operationresults/operationId?api-version=2021-06-01" }, "body": { - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/domains/domain1", + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/customdomains/domain1", "name": "domain1", - "type": "Microsoft.Cdn/Profiles/CustomDomains", + "type": "Microsoft.Cdn/profiles/customdomains", "properties": { + "profileName": "profile1", "hostName": "www.contoso.com", "tlsSettings": { "certificateType": "ManagedCertificate", @@ -65,6 +70,9 @@ "azureDnsZone": { "id": "" }, + "preValidatedCustomDomainResourceId": { + "id": "" + }, "validationProperties": { "validationToken": "8c9912db-c615-4eeb-8465", "expirationDate": "2009-06-15T13:45:43.0000000Z" diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDEndpoints_Create.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDEndpoints_Create.json index 762f8feee71f..e836fc4e7dd2 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDEndpoints_Create.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDEndpoints_Create.json @@ -7,7 +7,7 @@ "endpointName": "endpoint1", "endpoint": { "tags": {}, - "location": "CentralUs", + "location": "global", "properties": { "enabledState": "Enabled", "autoGeneratedDomainNameLabelScope": "TenantReuse" @@ -18,12 +18,12 @@ "200": { "body": { "name": "endpoint1", - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/afdEndpoints/endpoint1", - "type": "Microsoft.Cdn/profiles/afdEndpoints", + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/afdendpoints/endpoint1", + "type": "Microsoft.Cdn/profiles/afdendpoints", "tags": {}, - "location": "CentralUs", + "location": "global", "properties": { - "hostName": "endpoint1.azureedge.net", + "hostName": "endpoint1-abcdefghijklmnop.z01.azurefd.net", "enabledState": "Enabled", "provisioningState": "Succeeded", "deploymentStatus": "NotStarted", @@ -34,14 +34,14 @@ "201": { "body": { "name": "endpoint1", - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/afdEndpoints/endpoint1", - "type": "Microsoft.Cdn/profiles/afdEndpoints", + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/afdendpoints/endpoint1", + "type": "Microsoft.Cdn/profiles/afdendpoints", "tags": {}, - "location": "CentralUs", + "location": "global", "properties": { - "hostName": "endpoint1.azureedge.net", + "hostName": "endpoint1-abcdefghijklmnop.z01.azurefd.net", "enabledState": "Enabled", - "provisioningState": "Creating", + "provisioningState": "Succeeded", "deploymentStatus": "NotStarted", "autoGeneratedDomainNameLabelScope": "TenantReuse" } @@ -50,12 +50,12 @@ "202": { "body": { "name": "endpoint1", - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/afdEndpoints/endpoint1", - "type": "Microsoft.Cdn/profiles/afdEndpoints", + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/afdendpoints/endpoint1", + "type": "Microsoft.Cdn/profiles/afdendpoints", "tags": {}, - "location": "CentralUs", + "location": "global", "properties": { - "hostName": "endpoint1.azureedge.net", + "hostName": "endpoint1-abcdefghijklmnop.z01.azurefd.net", "enabledState": "Enabled", "provisioningState": "Creating", "deploymentStatus": "NotStarted", diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDEndpoints_Get.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDEndpoints_Get.json index 4baf2d289149..7f6ab38cb40c 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDEndpoints_Get.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDEndpoints_Get.json @@ -13,12 +13,12 @@ "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/afdendpoints/endpoint1", "type": "Microsoft.Cdn/profiles/afdendpoints", "tags": {}, - "location": "CentralUs", + "location": "global", "properties": { - "hostName": "endpoint1.azureedge.net", + "hostName": "endpoint1-abcdefghijklmnop.z01.azurefd.net", "enabledState": "Enabled", "provisioningState": "Succeeded", - "deploymentStatus": "Succeeded", + "deploymentStatus": "NotStarted", "autoGeneratedDomainNameLabelScope": "TenantReuse" } } diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDEndpoints_ListByProfile.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDEndpoints_ListByProfile.json index 499a8a189e5d..d09fd2b0ee0f 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDEndpoints_ListByProfile.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDEndpoints_ListByProfile.json @@ -14,12 +14,12 @@ "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/afdendpoints/endpoint1", "type": "Microsoft.Cdn/profiles/afdendpoints", "tags": {}, - "location": "CentralUs", + "location": "global", "properties": { - "hostName": "endpoint1.azureedge.net", + "hostName": "endpoint1-abcdefghijklmnop.z01.azurefd.net", "enabledState": "Enabled", "provisioningState": "Succeeded", - "deploymentStatus": "Succeeded", + "deploymentStatus": "NotStarted", "autoGeneratedDomainNameLabelScope": "TenantReuse" } } diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDEndpoints_PurgeContent.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDEndpoints_PurgeContent.json index 1228bbec6f64..a9be7239ded4 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDEndpoints_PurgeContent.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDEndpoints_PurgeContent.json @@ -10,7 +10,7 @@ "/folder1" ], "domains": [ - "endpoint1.azureedge.net" + "endpoint1-abcdefghijklmnop.z01.azurefd.net" ] } }, diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDEndpoints_Update.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDEndpoints_Update.json index b8d6964c7f90..b45c09892e35 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDEndpoints_Update.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDEndpoints_Update.json @@ -19,12 +19,13 @@ "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/afdendpoints/endpoint1", "type": "Microsoft.Cdn/profiles/afdendpoints", "tags": {}, - "location": "WestCentralUs", + "location": "global", "properties": { - "hostName": "endpoint1.azureedge.net", + "hostName": "endpoint1-ezh7ddcmguaeajfu.z01.azureedge.net", "enabledState": "Enabled", "provisioningState": "Succeeded", - "deploymentStatus": "InProgress" + "deploymentStatus": "NotStarted", + "autoGeneratedDomainNameLabelScope": "TenantReuse" } } }, @@ -37,12 +38,13 @@ "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/afdendpoints/endpoint1", "type": "Microsoft.Cdn/profiles/afdendpoints", "tags": {}, - "location": "WestCentralUs", + "location": "global", "properties": { - "hostName": "endpoint1.azureedge.net", + "hostName": "endpoint1-abcdefghijklmnop.z01.azurefd.net", "enabledState": "Enabled", "provisioningState": "Updating", - "deploymentStatus": "NotStarted" + "deploymentStatus": "NotStarted", + "autoGeneratedDomainNameLabelScope": "TenantReuse" } } } diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDOriginGroups_Create.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDOriginGroups_Create.json index e55a181b46aa..5f5e50773c70 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDOriginGroups_Create.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDOriginGroups_Create.json @@ -87,7 +87,7 @@ "probeIntervalInSeconds": 10 }, "trafficRestorationTimeToHealedOrNewEndpointsInMinutes": 5, - "provisioningState": "Succeeded", + "provisioningState": "Creating", "deploymentStatus": "NotStarted" } } diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDOriginGroups_Update.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDOriginGroups_Update.json index 0352e36052bb..b47b39839eef 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDOriginGroups_Update.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDOriginGroups_Update.json @@ -67,7 +67,7 @@ "probeIntervalInSeconds": 10 }, "trafficRestorationTimeToHealedOrNewEndpointsInMinutes": 5, - "provisioningState": "Succeeded", + "provisioningState": "Updating", "deploymentStatus": "NotStarted" } } diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDOrigins_Create.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDOrigins_Create.json index 24c031998381..5b8af8cd4c76 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDOrigins_Create.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDOrigins_Create.json @@ -31,7 +31,10 @@ "weight": null, "enabledState": "Enabled", "provisioningState": "Succeeded", - "deploymentStatus": "NotStarted" + "deploymentStatus": "NotStarted", + "originGroupName": "origingroup1", + "sharedPrivateLinkResource": null, + "enforceCertificateNameCheck": true } } }, @@ -49,7 +52,10 @@ "weight": null, "enabledState": "Enabled", "provisioningState": "Succeeded", - "deploymentStatus": "NotStarted" + "deploymentStatus": "NotStarted", + "originGroupName": "origingroup1", + "sharedPrivateLinkResource": null, + "enforceCertificateNameCheck": true } } }, @@ -66,8 +72,11 @@ "priority": null, "weight": null, "enabledState": "Enabled", - "provisioningState": "Succeeded", - "deploymentStatus": "NotStarted" + "provisioningState": "Creating", + "deploymentStatus": "NotStarted", + "originGroupName": "origingroup1", + "sharedPrivateLinkResource": null, + "enforceCertificateNameCheck": true } } } diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDOrigins_Get.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDOrigins_Get.json index e50e45bf1d3a..a1bd28d13fb2 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDOrigins_Get.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDOrigins_Get.json @@ -22,7 +22,10 @@ "weight": null, "enabledState": "Enabled", "provisioningState": "Succeeded", - "deploymentStatus": "NotStarted" + "deploymentStatus": "NotStarted", + "originGroupName": "origingroup1", + "sharedPrivateLinkResource": null, + "enforceCertificateNameCheck": true } } } diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDOrigins_ListByOriginGroup.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDOrigins_ListByOriginGroup.json index dfcd1528945d..b85910eedd93 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDOrigins_ListByOriginGroup.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDOrigins_ListByOriginGroup.json @@ -23,7 +23,10 @@ "weight": null, "enabledState": "Enabled", "provisioningState": "Succeeded", - "deploymentStatus": "NotStarted" + "deploymentStatus": "NotStarted", + "originGroupName": "origingroup1", + "sharedPrivateLinkResource": null, + "enforceCertificateNameCheck": true } } ] diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDOrigins_Update.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDOrigins_Update.json index 9047c9dd9b2c..fea8edc79def 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDOrigins_Update.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDOrigins_Update.json @@ -30,7 +30,10 @@ "weight": null, "enabledState": "Enabled", "provisioningState": "Succeeded", - "deploymentStatus": "NotStarted" + "deploymentStatus": "NotStarted", + "originGroupName": "origingroup1", + "sharedPrivateLinkResource": null, + "enforceCertificateNameCheck": true } } }, @@ -50,8 +53,11 @@ "priority": null, "weight": null, "enabledState": "Enabled", - "provisioningState": "Succeeded", - "deploymentStatus": "NotStarted" + "provisioningState": "Updating", + "deploymentStatus": "NotStarted", + "originGroupName": "origingroup1", + "sharedPrivateLinkResource": null, + "enforceCertificateNameCheck": true } } } diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDProfiles_ListResourceUsage.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDProfiles_ListResourceUsage.json index 9a4b82851f57..72a55038be57 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDProfiles_ListResourceUsage.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDProfiles_ListResourceUsage.json @@ -15,8 +15,8 @@ "limit": 25, "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/afdendpoints/endpoint1", "name": { - "value": "afdEndpoint", - "localizedValue": "afdEndpoint" + "value": "afdendpoint", + "localizedValue": "afdendpoint" } } ] diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Profiles_Create.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Profiles_Create.json index 2c8fb87eb2ff..e8b930fa4c29 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Profiles_Create.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Profiles_Create.json @@ -5,7 +5,7 @@ "resourceGroupName": "RG", "profileName": "profile1", "profile": { - "location": "WestCentralUs", + "location": "global", "sku": { "name": "Premium_AzureFrontDoor" } @@ -18,14 +18,16 @@ "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1", "type": "Microsoft.Cdn/profiles", "tags": {}, - "location": "WestCentralUs", + "location": "global", "sku": { "name": "Premium_AzureFrontDoor" }, "kind": "frontdoor", "properties": { - "provisioningState": "Creating", - "resourceState": "Creating" + "originResponseTimeoutSeconds": 30, + "frontDoorId": "3b4682da-b3e2-47a1-96ca-08ab3cb7294e", + "provisioningState": "Succeeded", + "resourceState": "Active" } } }, @@ -35,14 +37,16 @@ "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1", "type": "Microsoft.Cdn/profiles", "tags": {}, - "location": "WestCentralUs", + "location": "global", "sku": { "name": "Premium_AzureFrontDoor" }, "kind": "frontdoor", "properties": { - "provisioningState": "Creating", - "resourceState": "Creating" + "originResponseTimeoutSeconds": 30, + "frontDoorId": "3b4682da-b3e2-47a1-96ca-08ab3cb7294e", + "provisioningState": "Succeeded", + "resourceState": "Active" } } }, @@ -52,12 +56,14 @@ "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1", "type": "Microsoft.Cdn/profiles", "tags": {}, - "location": "WestCentralUs", + "location": "global", "sku": { "name": "Premium_AzureFrontDoor" }, "kind": "frontdoor", "properties": { + "originResponseTimeoutSeconds": 30, + "frontDoorId": "3b4682da-b3e2-47a1-96ca-08ab3cb7294e", "provisioningState": "Creating", "resourceState": "Creating" } diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Profiles_Get.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Profiles_Get.json index 77d398162829..7dabff3e35e0 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Profiles_Get.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Profiles_Get.json @@ -12,12 +12,14 @@ "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1", "type": "Microsoft.Cdn/profiles", "tags": {}, - "location": "WestCentralUs", + "location": "global", "sku": { "name": "Premium_AzureFrontDoor" }, "kind": "frontdoor", "properties": { + "originResponseTimeoutSeconds": 30, + "frontDoorId": "3b4682da-b3e2-47a1-96ca-08ab3cb7294e", "provisioningState": "Succeeded", "resourceState": "Active" } diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Profiles_List.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Profiles_List.json index 5a1d3bc92ad2..953637bd0fcb 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Profiles_List.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Profiles_List.json @@ -12,12 +12,14 @@ "id": "/subscriptions/subid/resourcegroups/RG1/providers/Microsoft.Cdn/profiles/profile1", "type": "Microsoft.Cdn/profiles", "tags": {}, - "location": "WestCentralUs", + "location": "global", "sku": { "name": "Premium_AzureFrontDoor" }, "kind": "frontdoor", "properties": { + "originResponseTimeoutSeconds": 30, + "frontDoorId": "3b4682da-b3e2-47a1-96ca-08ab3cb7294e", "provisioningState": "Succeeded", "resourceState": "Active" } @@ -27,12 +29,14 @@ "id": "/subscriptions/subid/resourcegroups/RG1/providers/Microsoft.Cdn/profiles/profile2", "type": "Microsoft.Cdn/profiles", "tags": {}, - "location": "WestCentralUs", + "location": "global", "sku": { "name": "Premium_AzureFrontDoor" }, "kind": "frontdoor", "properties": { + "originResponseTimeoutSeconds": 30, + "frontDoorId": "3b4682da-b3e2-47a1-96ca-08ab3cb7294e", "provisioningState": "Succeeded", "resourceState": "Active" } diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Profiles_ListByResourceGroup.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Profiles_ListByResourceGroup.json index 552f315b7ba3..e8128f4df9c7 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Profiles_ListByResourceGroup.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Profiles_ListByResourceGroup.json @@ -13,12 +13,14 @@ "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1", "type": "Microsoft.Cdn/profiles", "tags": {}, - "location": "WestCentralUs", + "location": "global", "sku": { "name": "Premium_AzureFrontDoor" }, "kind": "frontdoor", "properties": { + "originResponseTimeoutSeconds": 30, + "frontDoorId": "3b4682da-b3e2-47a1-96ca-08ab3cb7294e", "provisioningState": "Succeeded", "resourceState": "Active" } @@ -28,12 +30,14 @@ "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile2", "type": "Microsoft.Cdn/profiles", "tags": {}, - "location": "WestCentralUs", + "location": "global", "sku": { "name": "Premium_AzureFrontDoor" }, "kind": "frontdoor", "properties": { + "originResponseTimeoutSeconds": 30, + "frontDoorId": "3b4682da-b3e2-47a1-96ca-08ab3cb7294e", "provisioningState": "Succeeded", "resourceState": "Active" } diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Profiles_Update.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Profiles_Update.json index d7b7f662d0f2..959a4adaa1c2 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Profiles_Update.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Profiles_Update.json @@ -19,12 +19,14 @@ "tags": { "additionalProperties": "Tag1" }, - "location": "WestCentralUs", + "location": "global", "sku": { "name": "Premium_AzureFrontDoor" }, "kind": "frontdoor", "properties": { + "originResponseTimeoutSeconds": 30, + "frontDoorId": "3b4682da-b3e2-47a1-96ca-08ab3cb7294e", "provisioningState": "Succeeded", "resourceState": "Active" } @@ -41,13 +43,15 @@ "tags": { "additionalProperties": "Tag1" }, - "location": "WestCentralUs", + "location": "global", "sku": { "name": "Premium_AzureFrontDoor" }, "kind": "frontdoor", "properties": { - "provisioningState": "Succeeded", + "originResponseTimeoutSeconds": 30, + "frontDoorId": "3b4682da-b3e2-47a1-96ca-08ab3cb7294e", + "provisioningState": "Updating", "resourceState": "Active" } } diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Routes_Get.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Routes_Get.json index ccf8db190729..10b7a8125593 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Routes_Get.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Routes_Get.json @@ -51,7 +51,7 @@ "httpsRedirect": "Enabled", "enabledState": "Enabled", "provisioningState": "Succeeded", - "deploymentStatus": "Succeeded" + "deploymentStatus": "NotStarted" } } } diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Routes_ListByEndpoint.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Routes_ListByEndpoint.json index f2497dfb5726..d7ea41a26c26 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Routes_ListByEndpoint.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Routes_ListByEndpoint.json @@ -52,7 +52,7 @@ "httpsRedirect": "Enabled", "enabledState": "Enabled", "provisioningState": "Succeeded", - "deploymentStatus": "Succeeded" + "deploymentStatus": "NotStarted" } } ] diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/RuleSets_ListResourceUsage.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/RuleSets_ListResourceUsage.json index 523e9a568fcb..79cc6dae8261 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/RuleSets_ListResourceUsage.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/RuleSets_ListResourceUsage.json @@ -14,7 +14,7 @@ "unit": "Count", "currentValue": 0, "limit": 25, - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/ruleSets/ruleSet1/rules/rule1", + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/rulesets/ruleSet1/rules/rule1", "name": { "value": "rule", "localizedValue": "rule" diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Rules_Create.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Rules_Create.json index 531d9452fc8a..a3a26a98802a 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Rules_Create.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Rules_Create.json @@ -40,8 +40,8 @@ "200": { "body": { "name": "rule1", - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/ruleSets/ruleSet1/rules/rule1", - "type": "Microsoft.Cdn/profiles/ruleSets/rules", + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/rulesets/ruleSet1/rules/rule1", + "type": "Microsoft.Cdn/profiles/rulesets/rules", "properties": { "order": 1, "conditions": [ @@ -68,15 +68,18 @@ "value": "MSFT" } } - ] + ], + "matchProcessingBehavior": "Continue", + "provisioningState": "Succeeded", + "deploymentStatus": "NotStarted" } } }, "201": { "body": { "name": "rule1", - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/ruleSets/ruleSet1/rules/rule1", - "type": "Microsoft.Cdn/profiles/ruleSets/rules", + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/rulesets/ruleSet1/rules/rule1", + "type": "Microsoft.Cdn/profiles/rulesets/rules", "properties": { "order": 1, "conditions": [ @@ -103,15 +106,18 @@ "value": "MSFT" } } - ] + ], + "matchProcessingBehavior": "Continue", + "provisioningState": "Succeeded", + "deploymentStatus": "NotStarted" } } }, "202": { "body": { "name": "rule1", - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/ruleSets/ruleSet1/rules/rule1", - "type": "Microsoft.Cdn/profiles/ruleSets/rules", + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/rulesets/ruleSet1/rules/rule1", + "type": "Microsoft.Cdn/profiles/rulesets/rules", "properties": { "order": 1, "conditions": [ @@ -138,7 +144,10 @@ "value": "MSFT" } } - ] + ], + "matchProcessingBehavior": "Continue", + "provisioningState": "Creating", + "deploymentStatus": "NotStarted" } } } diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Rules_Get.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Rules_Get.json index 84cc44a48e16..d4dad01eead7 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Rules_Get.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Rules_Get.json @@ -11,8 +11,8 @@ "200": { "body": { "name": "rule1", - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/ruleSets/ruleSet1/rules/rule1", - "type": "Microsoft.Cdn/profiles/ruleSets/rules", + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/rulesets/ruleSet1/rules/rule1", + "type": "Microsoft.Cdn/profiles/rulesets/rules", "properties": { "order": 1, "conditions": [ @@ -39,7 +39,10 @@ "value": "MSFT" } } - ] + ], + "matchProcessingBehavior": "Continue", + "provisioningState": "Succeeded", + "deploymentStatus": "NotStarted" } } } diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Rules_ListByRuleSet.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Rules_ListByRuleSet.json index 1e8fe226038b..615b6cc07d59 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Rules_ListByRuleSet.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Rules_ListByRuleSet.json @@ -12,8 +12,8 @@ "value": [ { "name": "rule1", - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/ruleSets/ruleSet1/rules/rule1", - "type": "Microsoft.Cdn/profiles/ruleSets/rules", + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/rulesets/ruleSet1/rules/rule1", + "type": "Microsoft.Cdn/profiles/rulesets/rules", "properties": { "order": 1, "conditions": [ @@ -40,7 +40,10 @@ "value": "MSFT" } } - ] + ], + "matchProcessingBehavior": "Continue", + "provisioningState": "Succeeded", + "deploymentStatus": "NotStarted" } } ] diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Rules_Update.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Rules_Update.json index bbd527cb03c9..c44369e1f8e4 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Rules_Update.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Rules_Update.json @@ -27,8 +27,8 @@ "200": { "body": { "name": "rule1", - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/ruleSets/ruleSet1/rules/rule1", - "type": "Microsoft.Cdn/profiles/ruleSets/rules", + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/rulesets/ruleSet1/rules/rule1", + "type": "Microsoft.Cdn/profiles/rulesets/rules", "properties": { "order": 1, "conditions": [ @@ -55,7 +55,10 @@ "value": "MSFT" } } - ] + ], + "matchProcessingBehavior": "Continue", + "provisioningState": "Succeeded", + "deploymentStatus": "NotStarted" } } }, @@ -65,8 +68,8 @@ }, "body": { "name": "rule1", - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/ruleSets/ruleSet1/rules/rule1", - "type": "Microsoft.Cdn/profiles/ruleSets/rules", + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/rulesets/ruleSet1/rules/rule1", + "type": "Microsoft.Cdn/profiles/rulesets/rules", "properties": { "order": 1, "conditions": [ @@ -93,7 +96,10 @@ "value": "MSFT" } } - ] + ], + "matchProcessingBehavior": "Continue", + "provisioningState": "Updating", + "deploymentStatus": "NotStarted" } } } diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Secrets_ListByProfile.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Secrets_ListByProfile.json index 9cf856a0f160..9ee257aae07e 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Secrets_ListByProfile.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/Secrets_ListByProfile.json @@ -45,7 +45,7 @@ "expirationDate": "2025-01-01T00:00:00-00:00" }, "provisioningState": "Succeeded", - "deploymentStatus": "InProgress" + "deploymentStatus": "NotStarted" } } ] diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/SecurityPolicies_Create.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/SecurityPolicies_Create.json index 37239c181c3f..0079f5ca1cc7 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/SecurityPolicies_Create.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/SecurityPolicies_Create.json @@ -16,10 +16,10 @@ { "domains": [ { - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/afddomains/testdomain1" + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/customdomains/testdomain1" }, { - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/afddomains/testdomain2" + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/customdomains/testdomain2" } ], "patternsToMatch": [ @@ -35,8 +35,8 @@ "200": { "body": { "name": "securityPolicy1", - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/securityPolicies/securityPolicy1", - "type": "Microsoft.Cdn/profiles/securityPolicies", + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/securitypolicies/securityPolicy1", + "type": "Microsoft.Cdn/profiles/securitypolicies", "properties": { "parameters": { "type": "WebApplicationFirewall", @@ -47,10 +47,10 @@ { "domains": [ { - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/afddomains/testdomain1" + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/customdomains/testdomain1" }, { - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/afddomains/testdomain2" + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/customdomains/testdomain2" } ], "patternsToMatch": [ @@ -59,7 +59,7 @@ } ] }, - "deploymentStatus": "Succeeded", + "deploymentStatus": "NotStarted", "provisioningState": "Succeeded" } } @@ -67,8 +67,8 @@ "201": { "body": { "name": "securityPolicy1", - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/securityPolicies/securityPolicy1", - "type": "Microsoft.Cdn/profiles/securityPolicies", + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/securitypolicies/securityPolicy1", + "type": "Microsoft.Cdn/profiles/securitypolicies", "properties": { "parameters": { "type": "WebApplicationFirewall", @@ -79,10 +79,10 @@ { "domains": [ { - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/afddomains/testdomain1" + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/customdomains/testdomain1" }, { - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/afddomains/testdomain2" + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/customdomains/testdomain2" } ], "patternsToMatch": [ @@ -92,15 +92,15 @@ ] }, "deploymentStatus": "NotStarted", - "provisioningState": "Creating" + "provisioningState": "Succeeded" } } }, "202": { "body": { "name": "securityPolicy1", - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/securityPolicies/securityPolicy1", - "type": "Microsoft.Cdn/profiles/securityPolicies", + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/securitypolicies/securityPolicy1", + "type": "Microsoft.Cdn/profiles/securitypolicies", "properties": { "parameters": { "type": "WebApplicationFirewall", @@ -111,10 +111,10 @@ { "domains": [ { - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/afddomains/testdomain1" + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/customdomains/testdomain1" }, { - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/afddomains/testdomain2" + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/customdomains/testdomain2" } ], "patternsToMatch": [ diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/SecurityPolicies_Get.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/SecurityPolicies_Get.json index a170fd150955..de72446ed70b 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/SecurityPolicies_Get.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/SecurityPolicies_Get.json @@ -10,8 +10,8 @@ "200": { "body": { "name": "securityPolicy1", - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/securityPolicies/securityPolicy1", - "type": "Microsoft.Cdn/profiles/securityPolicies", + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/securitypolicies/securityPolicy1", + "type": "Microsoft.Cdn/profiles/securitypolicies", "properties": { "parameters": { "type": "WebApplicationFirewall", @@ -22,10 +22,10 @@ { "domains": [ { - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/afddomains/testdomain1" + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/customdomains/testdomain1" }, { - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/afddomains/testdomain2" + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/customdomains/testdomain2" } ], "patternsToMatch": [ @@ -34,7 +34,7 @@ } ] }, - "deploymentStatus": "Succeeded", + "deploymentStatus": "NotStarted", "provisioningState": "Succeeded" } } diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/SecurityPolicies_ListByProfile.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/SecurityPolicies_ListByProfile.json index 048f562d1227..65798b72362a 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/SecurityPolicies_ListByProfile.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/SecurityPolicies_ListByProfile.json @@ -11,8 +11,8 @@ "value": [ { "name": "securityPolicy1", - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/securityPolicies/securityPolicy1", - "type": "Microsoft.Cdn/profiles/securityPolicies", + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/securitypolicies/securityPolicy1", + "type": "Microsoft.Cdn/profiles/securitypolicies", "properties": { "parameters": { "type": "WebApplicationFirewall", @@ -23,10 +23,10 @@ { "domains": [ { - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/afddomains/testdomain1" + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/customdomains/testdomain1" }, { - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/afddomains/testdomain2" + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/customdomains/testdomain2" } ], "patternsToMatch": [ @@ -35,7 +35,7 @@ } ] }, - "deploymentStatus": "Succeeded", + "deploymentStatus": "NotStarted", "provisioningState": "Succeeded" } } diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/SecurityPolicies_Patch.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/SecurityPolicies_Patch.json index 12697bfa1cd2..6f0892287c21 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/SecurityPolicies_Patch.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/SecurityPolicies_Patch.json @@ -16,10 +16,10 @@ { "domains": [ { - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/afddomains/testdomain1" + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/customdomains/testdomain1" }, { - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/afddomains/testdomain2" + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/customdomains/testdomain2" } ], "patternsToMatch": [ @@ -35,8 +35,8 @@ "200": { "body": { "name": "securityPolicy1", - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/securityPolicies/securityPolicy1", - "type": "Microsoft.Cdn/profiles/securityPolicies", + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/securitypolicies/securityPolicy1", + "type": "Microsoft.Cdn/profiles/securitypolicies", "properties": { "parameters": { "type": "WebApplicationFirewall", @@ -47,10 +47,10 @@ { "domains": [ { - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/afddomains/testdomain1" + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/customdomains/testdomain1" }, { - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/afddomains/testdomain2" + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/customdomains/testdomain2" } ], "patternsToMatch": [ @@ -59,7 +59,7 @@ } ] }, - "deploymentStatus": "Succeeded", + "deploymentStatus": "NotStarted", "provisioningState": "Succeeded" } } @@ -70,8 +70,8 @@ }, "body": { "name": "securityPolicy1", - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/securityPolicies/securityPolicy1", - "type": "Microsoft.Cdn/profiles/securityPolicies", + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/securitypolicies/securityPolicy1", + "type": "Microsoft.Cdn/profiles/securitypolicies", "properties": { "parameters": { "type": "WebApplicationFirewall", @@ -82,10 +82,10 @@ { "domains": [ { - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/afddomains/testdomain1" + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/customdomains/testdomain1" }, { - "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/afddomains/testdomain2" + "id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/customdomains/testdomain2" } ], "patternsToMatch": [