From 75e37116be363937e96f649e5667ed540f12c4bb Mon Sep 17 00:00:00 2001 From: Zim Kalinowski Date: Tue, 8 Oct 2019 13:39:33 +0800 Subject: [PATCH 01/11] updated frontdoor readme --- .../frontdoor/resource-manager/readme.md | 22 ++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/specification/frontdoor/resource-manager/readme.md b/specification/frontdoor/resource-manager/readme.md index a6cdc85def37..ad76bb7c6fd7 100644 --- a/specification/frontdoor/resource-manager/readme.md +++ b/specification/frontdoor/resource-manager/readme.md @@ -28,17 +28,18 @@ These are the global settings for the FrontDoor API. title: FrontDoorManagementClient description: FrontDoor Client openapi-type: arm -tag: package-2019-10 +tag: package-2019-11 ``` -### Tag: package-2019-10 +### Tag: package-2019-11 -These settings apply only when `--tag=package-2019-10` is specified on the command line. +These settings apply only when `--tag=package-2019-11` is specified on the command line. -``` yaml $(tag) == 'package-2019-10' +``` yaml $(tag) == 'package-2019-11' input-file: +- Microsoft.Network/stable/2019-11-01/network.json +- Microsoft.Network/stable/2019-11-01/networkexperiment.json - Microsoft.Network/stable/2019-05-01/frontdoor.json -- Microsoft.Network/stable/2019-05-01/network.json - Microsoft.Network/stable/2019-10-01/webapplicationfirewall.json directive: - where: @@ -47,14 +48,15 @@ directive: - OperationsAPIImplementation ``` -### Tag: package-2019-11 +### Tag: package-2019-10 -These settings apply only when `--tag=package-2019-11` is specified on the command line. +These settings apply only when `--tag=package-2019-10` is specified on the command line. -``` yaml $(tag) == 'package-2019-11' +``` yaml $(tag) == 'package-2019-10' input-file: -- Microsoft.Network/stable/2019-11-01/network.json -- Microsoft.Network/stable/2019-11-01/networkexperiment.json +- Microsoft.Network/stable/2019-05-01/frontdoor.json +- Microsoft.Network/stable/2019-05-01/network.json +- Microsoft.Network/stable/2019-10-01/webapplicationfirewall.json directive: - where: - $.paths From a933aa32a1c167b1dd88adeabcde3a0639d2cd21 Mon Sep 17 00:00:00 2001 From: Zim Kalinowski Date: Tue, 8 Oct 2019 22:01:01 +0800 Subject: [PATCH 02/11] fixed invalid values --- .../stable/2019-11-01/networkexperiment.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/networkexperiment.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/networkexperiment.json index 1ffe8b6a7be7..5707272c513f 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/networkexperiment.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/networkexperiment.json @@ -1114,12 +1114,12 @@ "description": "Defines the server side resource status", "readOnly": true, "enum": [ - "creating", - "enabling", - "enabled", - "disabling", - "disabled", - "deleting" + "Creating", + "Enabling", + "Enabled", + "Disabling", + "Disabled", + "Deleting" ], "type": "string", "x-ms-enum": { From 790a72efad82d2086ee4dd322d8c442fa141f5f4 Mon Sep 17 00:00:00 2001 From: Zim Kalinowski Date: Tue, 8 Oct 2019 22:12:18 +0800 Subject: [PATCH 03/11] fixing examples etc --- .../NetworkExperimentCreateExperiment.json | 14 +++++++------- .../examples/NetworkExperimentCreateProfile.json | 14 +++++++------- .../examples/NetworkExperimentGetExperiment.json | 4 ++-- .../examples/NetworkExperimentGetProfile.json | 4 ++-- .../examples/NetworkExperimentListExperiments.json | 4 ++-- .../examples/NetworkExperimentListProfiles.json | 4 ++-- .../NetworkExperimentUpdateExperiment.json | 8 ++++---- .../examples/NetworkExperimentUpdateProfile.json | 4 ++-- .../stable/2019-11-01/networkexperiment.json | 4 ++-- 9 files changed, 30 insertions(+), 30 deletions(-) diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentCreateExperiment.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentCreateExperiment.json index 5bdf9ca27119..bdb98be3186c 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentCreateExperiment.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentCreateExperiment.json @@ -16,7 +16,7 @@ "name": "endpoint B", "endpoint": "endpointB.net" }, - "enabledState": "enabled" + "enabledState": "Enabled" } } }, @@ -40,8 +40,8 @@ "name": "endpoint B", "endpoint": "endpointB.net" }, - "enabledState": "enabled", - "resourceState": "creating", + "enabledState": "Enabled", + "resourceState": "Creating", "status": "ongoing", "scriptFileUri": "www.myScript.com" } @@ -66,8 +66,8 @@ "name": "endpoint B", "endpoint": "endpointB.net" }, - "enabledState": "enabled", - "resourceState": "creating", + "enabledState": "Enabled", + "resourceState": "Creating", "status": "ongoing", "scriptFileUri": "www.myScript.com" } @@ -92,8 +92,8 @@ "name": "endpoint B", "endpoint": "endpointB.net" }, - "enabledState": "enabled", - "resourceState": "creating", + "enabledState": "Enabled", + "resourceState": "Creating", "status": "ongoing", "scriptFileUri": "www.myScript.com" } diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentCreateProfile.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentCreateProfile.json index 33a7513f54a7..5495654d2196 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentCreateProfile.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentCreateProfile.json @@ -6,7 +6,7 @@ "profileName": "Profile1", "parameters": { "properties": { - "enabledState": "enabled" + "enabledState": "Enabled" } } }, @@ -22,8 +22,8 @@ }, "location": "WestUs", "properties": { - "enabledState": "enabled", - "resourceState": "creating" + "enabledState": "Enabled", + "resourceState": "Creating" } } }, @@ -38,8 +38,8 @@ }, "location": "WestUs", "properties": { - "enabledState": "enabled", - "resourceState": "creating" + "enabledState": "Enabled", + "resourceState": "Creating" } } }, @@ -54,8 +54,8 @@ }, "location": "WestUs", "properties": { - "enabledState": "enabled", - "resourceState": "creating" + "enabledState": "Enabled", + "resourceState": "Creating" } } } diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentGetExperiment.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentGetExperiment.json index 18680e0d6a75..f51a235267ab 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentGetExperiment.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentGetExperiment.json @@ -26,8 +26,8 @@ "name": "endpoint B", "endpoint": "endpointB.net" }, - "enabledState": "enabled", - "resourceState": "creating", + "enabledState": "Enabled", + "resourceState": "Creating", "status": "ongoing", "scriptFileUri": "www.myScript.com" } diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentGetProfile.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentGetProfile.json index 3dff781c4cfc..d5801a4ad600 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentGetProfile.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentGetProfile.json @@ -16,8 +16,8 @@ }, "location": "WestUs", "properties": { - "enabledState": "enabled", - "resourceState": "creating" + "enabledState": "Enabled", + "resourceState": "Creating" } } } diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentListExperiments.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentListExperiments.json index f04d80d452de..b4dacf586a42 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentListExperiments.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentListExperiments.json @@ -22,8 +22,8 @@ "name": "endpoint B", "endpoint": "endpointB.net" }, - "enabledState": "enabled", - "resourceState": "creating", + "enabledState": "Enabled", + "resourceState": "Creating", "status": "ongoing", "scriptFileUri": "www.myScript.com" } diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentListProfiles.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentListProfiles.json index ba3ce9731e20..f2768497fed4 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentListProfiles.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentListProfiles.json @@ -18,8 +18,8 @@ }, "location": "WestUs", "properties": { - "enabledState": "enabled", - "resourceState": "creating" + "enabledState": "Enabled", + "resourceState": "Creating" } } ] diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentUpdateExperiment.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentUpdateExperiment.json index 607d1a3bb8f7..5b7ee79ed6d9 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentUpdateExperiment.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentUpdateExperiment.json @@ -33,8 +33,8 @@ "name": "endpoint B", "endpoint": "endpointB.net" }, - "enabledState": "enabled", - "resourceState": "creating", + "enabledState": "Enabled", + "resourceState": "Creating", "status": "ongoing", "scriptFileUri": "www.myScript.com" } @@ -60,8 +60,8 @@ "name": "endpoint B", "endpoint": "endpointB.net" }, - "enabledState": "enabled", - "resourceState": "creating", + "enabledState": "Enabled", + "resourceState": "Creating", "status": "ongoing", "scriptFileUri": "www.myScript.com" } diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentUpdateProfile.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentUpdateProfile.json index 5f767633f343..10c258112108 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentUpdateProfile.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentUpdateProfile.json @@ -27,7 +27,7 @@ "location": "WestUs", "properties": { "enabledState": "enabled", - "resourceState": "creating" + "resourceState": "Creating" } } }, @@ -43,7 +43,7 @@ "location": "WestUs", "properties": { "enabledState": "enabled", - "resourceState": "creating" + "resourceState": "Creating" } } } diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/networkexperiment.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/networkexperiment.json index 5707272c513f..1e3d3a470084 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/networkexperiment.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/networkexperiment.json @@ -874,8 +874,8 @@ "type": "string", "description": "The state of the Experiment", "enum": [ - "enabled", - "disabled" + "Enabled", + "Disabled" ], "x-ms-enum": { "name": "state", From d150a7b358440fc7ddd5f77dee94e3fb6797ab12 Mon Sep 17 00:00:00 2001 From: Zim Kalinowski Date: Tue, 8 Oct 2019 22:18:57 +0800 Subject: [PATCH 04/11] further updates --- .../examples/FrontdoorCreate.json | 34 +++++++-------- .../examples/FrontdoorGet.json | 10 ++--- .../examples/FrontdoorList.json | 10 ++--- .../examples/FrontdoorListAll.json | 10 ++--- .../examples/WafListPolicies.json | 2 +- .../examples/WafPolicyCreateOrUpdate.json | 4 +- .../examples/WafPolicyGet.json | 2 +- .../examples/WafListPolicies.json | 8 ++-- .../examples/WafPolicyCreateOrUpdate.json | 26 ++++++------ .../examples/WafPolicyGet.json | 8 ++-- .../2019-03-01/examples/WafListPolicies.json | 8 ++-- .../examples/WafPolicyCreateOrUpdate.json | 26 ++++++------ .../2019-03-01/examples/WafPolicyGet.json | 8 ++-- .../2019-04-01/examples/FrontdoorCreate.json | 34 +++++++-------- .../2019-04-01/examples/FrontdoorGet.json | 10 ++--- .../2019-04-01/examples/FrontdoorList.json | 10 ++--- .../2019-04-01/examples/FrontdoorListAll.json | 10 ++--- .../2019-04-01/examples/WafListPolicies.json | 2 +- .../examples/WafPolicyCreateOrUpdate.json | 4 +- .../2019-04-01/examples/WafPolicyGet.json | 2 +- .../2019-05-01/examples/FrontdoorCreate.json | 42 +++++++++---------- .../2019-05-01/examples/FrontdoorGet.json | 12 +++--- .../2019-05-01/examples/FrontdoorList.json | 12 +++--- .../2019-05-01/examples/FrontdoorListAll.json | 12 +++--- .../2019-10-01/examples/WafListPolicies.json | 8 ++-- .../examples/WafPolicyCreateOrUpdate.json | 26 ++++++------ .../2019-10-01/examples/WafPolicyGet.json | 8 ++-- .../NetworkExperimentCreateExperiment.json | 8 ++-- .../NetworkExperimentCreateProfile.json | 8 ++-- .../NetworkExperimentGetExperiment.json | 2 +- .../examples/NetworkExperimentGetProfile.json | 2 +- .../NetworkExperimentListExperiments.json | 2 +- .../NetworkExperimentListProfiles.json | 2 +- .../NetworkExperimentUpdateExperiment.json | 4 +- .../stable/2019-11-01/networkexperiment.json | 4 +- .../peering/resource-manager/readme.cli.md | 24 +++++++++++ 36 files changed, 214 insertions(+), 190 deletions(-) create mode 100644 specification/peering/resource-manager/readme.cli.md diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/FrontdoorCreate.json b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/FrontdoorCreate.json index cff43d0781c4..25695b64a622 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/FrontdoorCreate.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/FrontdoorCreate.json @@ -32,7 +32,7 @@ "backendPool": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" }, - "enabledState": "Enabled" + "enabledState": "enabled" } } ], @@ -110,7 +110,7 @@ } } ], - "enabledState": "Enabled" + "enabledState": "enabled" } } }, @@ -150,7 +150,7 @@ "backendPool": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" }, - "enabledState": "Enabled" + "enabledState": "enabled" } } ], @@ -183,7 +183,7 @@ "address": "w3.contoso.com", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 1, "priority": 2 }, @@ -191,7 +191,7 @@ "address": "contoso.com.website-us-west-2.othercloud.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 2, "priority": 1 }, @@ -199,7 +199,7 @@ "address": "contoso1.azurewebsites.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 1, "priority": 1 } @@ -234,7 +234,7 @@ } } ], - "enabledState": "Enabled", + "enabledState": "enabled", "resourceState": "Creating", "provisioningState": "Succeeded", "cname": "frontDoor1.azurefd.net" @@ -276,7 +276,7 @@ "backendPool": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" }, - "enabledState": "Enabled" + "enabledState": "enabled" } } ], @@ -309,7 +309,7 @@ "address": "w3.contoso.com", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 1, "priority": 2 }, @@ -317,7 +317,7 @@ "address": "contoso.com.website-us-west-2.othercloud.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 2, "priority": 1 }, @@ -325,7 +325,7 @@ "address": "contoso1.azurewebsites.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 1, "priority": 1 } @@ -360,7 +360,7 @@ } } ], - "enabledState": "Enabled", + "enabledState": "enabled", "resourceState": "Creating", "provisioningState": "Provisioning", "cname": "frontDoor1.azurefd.net" @@ -402,7 +402,7 @@ "backendPool": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" }, - "enabledState": "Enabled" + "enabledState": "enabled" } } ], @@ -435,7 +435,7 @@ "address": "w3.contoso.com", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 1, "priority": 2 }, @@ -443,7 +443,7 @@ "address": "contoso.com.website-us-west-2.othercloud.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 2, "priority": 1 }, @@ -451,7 +451,7 @@ "address": "contoso1.azurewebsites.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 1, "priority": 1 } @@ -486,7 +486,7 @@ } } ], - "enabledState": "Enabled", + "enabledState": "enabled", "resourceState": "Creating", "provisioningState": "Provisioning", "cname": "frontDoor1.azurefd.net" diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/FrontdoorGet.json b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/FrontdoorGet.json index 47b3b863f081..6a4ec5d4ae51 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/FrontdoorGet.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/FrontdoorGet.json @@ -41,7 +41,7 @@ "backendPool": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" }, - "enabledState": "Enabled" + "enabledState": "enabled" } } ], @@ -74,7 +74,7 @@ "address": "w3.contoso.com", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 1, "priority": 2 }, @@ -82,7 +82,7 @@ "address": "contoso.com.website-us-west-2.othercloud.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 2, "priority": 1 }, @@ -90,7 +90,7 @@ "address": "contoso1.azurewebsites.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 1, "priority": 1 } @@ -125,7 +125,7 @@ } } ], - "enabledState": "Enabled", + "enabledState": "enabled", "resourceState": "Enabled", "provisioningState": "Succeeded", "cname": "frontDoor1.azurefd.net" diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/FrontdoorList.json b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/FrontdoorList.json index 900a70a4b48b..261dabc25f65 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/FrontdoorList.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/FrontdoorList.json @@ -42,7 +42,7 @@ "backendPool": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" }, - "enabledState": "Enabled" + "enabledState": "enabled" } } ], @@ -75,7 +75,7 @@ "address": "w3.contoso.com", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 1, "priority": 2 }, @@ -83,7 +83,7 @@ "address": "contoso.com.website-us-west-2.othercloud.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 2, "priority": 1 }, @@ -91,7 +91,7 @@ "address": "contoso1.azurewebsites.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 1, "priority": 1 } @@ -126,7 +126,7 @@ } } ], - "enabledState": "Enabled", + "enabledState": "enabled", "resourceState": "Enabled", "provisioningState": "Succeeded", "cname": "frontDoor1.azurefd.net" diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/FrontdoorListAll.json b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/FrontdoorListAll.json index 7c8eb5d191a8..76922215c684 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/FrontdoorListAll.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/FrontdoorListAll.json @@ -41,7 +41,7 @@ "backendPool": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" }, - "enabledState": "Enabled" + "enabledState": "enabled" } } ], @@ -74,7 +74,7 @@ "address": "w3.contoso.com", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 1, "priority": 2 }, @@ -82,7 +82,7 @@ "address": "contoso.com.website-us-west-2.othercloud.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 2, "priority": 1 }, @@ -90,7 +90,7 @@ "address": "contoso1.azurewebsites.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 1, "priority": 1 } @@ -125,7 +125,7 @@ } } ], - "enabledState": "Enabled", + "enabledState": "enabled", "resourceState": "Enabled", "provisioningState": "Succeeded", "cname": "frontDoor1.azurefd.net" diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/WafListPolicies.json b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/WafListPolicies.json index ed53f3c05d68..48f649cfe341 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/WafListPolicies.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/WafListPolicies.json @@ -21,7 +21,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "Enabled", + "enabledState": "enabled", "mode": "Prevention" }, "customRules": { diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/WafPolicyCreateOrUpdate.json b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/WafPolicyCreateOrUpdate.json index 69435ee20d6b..3780e43a16e2 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/WafPolicyCreateOrUpdate.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/WafPolicyCreateOrUpdate.json @@ -86,7 +86,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "Enabled", + "enabledState": "enabled", "mode": "Prevention" }, "customRules": { @@ -179,7 +179,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "Enabled", + "enabledState": "enabled", "mode": "Prevention" }, "customRules": { diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/WafPolicyGet.json b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/WafPolicyGet.json index 8f493516de15..d4dfe12e7dd6 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/WafPolicyGet.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/WafPolicyGet.json @@ -20,7 +20,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "Enabled", + "enabledState": "enabled", "mode": "Prevention" }, "customRules": { diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2019-03-01-preview/examples/WafListPolicies.json b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2019-03-01-preview/examples/WafListPolicies.json index 0e2877efbe51..6589a002c387 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2019-03-01-preview/examples/WafListPolicies.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2019-03-01-preview/examples/WafListPolicies.json @@ -21,7 +21,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "Enabled", + "enabledState": "enabled", "mode": "Prevention", "redirectUrl": "http://www.bing.com", "customBlockResponseStatusCode": 499, @@ -32,7 +32,7 @@ { "name": "Rule1", "priority": 1, - "enabledState": "Enabled", + "enabledState": "enabled", "ruleType": "RateLimitRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 1000, @@ -54,7 +54,7 @@ { "name": "Rule2", "priority": 2, - "enabledState": "Enabled", + "enabledState": "enabled", "ruleType": "MatchRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 0, @@ -96,7 +96,7 @@ "rules": [ { "ruleId": "GROUP1-0001", - "enabledState": "Enabled", + "enabledState": "enabled", "action": "Redirect" }, { diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2019-03-01-preview/examples/WafPolicyCreateOrUpdate.json b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2019-03-01-preview/examples/WafPolicyCreateOrUpdate.json index 96078fd78ba7..f4324dcd8620 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2019-03-01-preview/examples/WafPolicyCreateOrUpdate.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2019-03-01-preview/examples/WafPolicyCreateOrUpdate.json @@ -69,7 +69,7 @@ "rules": [ { "ruleId": "GROUP1-0001", - "enabledState": "Enabled", + "enabledState": "enabled", "action": "Redirect" }, { @@ -99,7 +99,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "Enabled", + "enabledState": "enabled", "mode": "Prevention", "redirectUrl": "http://www.bing.com", "customBlockResponseStatusCode": 499, @@ -110,7 +110,7 @@ { "name": "Rule1", "priority": 1, - "enabledState": "Enabled", + "enabledState": "enabled", "ruleType": "RateLimitRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 1000, @@ -132,7 +132,7 @@ { "name": "Rule2", "priority": 2, - "enabledState": "Enabled", + "enabledState": "enabled", "ruleType": "MatchRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 0, @@ -174,7 +174,7 @@ "rules": [ { "ruleId": "GROUP1-0001", - "enabledState": "Enabled", + "enabledState": "enabled", "action": "Redirect" }, { @@ -205,7 +205,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "Enabled", + "enabledState": "enabled", "mode": "Prevention", "redirectUrl": "http://www.bing.com", "customBlockResponseStatusCode": 499, @@ -216,7 +216,7 @@ { "name": "Rule1", "priority": 1, - "enabledState": "Enabled", + "enabledState": "enabled", "ruleType": "RateLimitRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 1000, @@ -238,7 +238,7 @@ { "name": "Rule2", "priority": 2, - "enabledState": "Enabled", + "enabledState": "enabled", "ruleType": "MatchRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 0, @@ -280,7 +280,7 @@ "rules": [ { "ruleId": "GROUP1-0001", - "enabledState": "Enabled", + "enabledState": "enabled", "action": "Redirect" }, { @@ -311,7 +311,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "Enabled", + "enabledState": "enabled", "mode": "Prevention", "redirectUrl": "http://www.bing.com", "customBlockResponseStatusCode": 499, @@ -322,7 +322,7 @@ { "name": "Rule1", "priority": 1, - "enabledState": "Enabled", + "enabledState": "enabled", "ruleType": "RateLimitRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 1000, @@ -344,7 +344,7 @@ { "name": "Rule2", "priority": 2, - "enabledState": "Enabled", + "enabledState": "enabled", "ruleType": "MatchRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 0, @@ -386,7 +386,7 @@ "rules": [ { "ruleId": "GROUP1-0001", - "enabledState": "Enabled", + "enabledState": "enabled", "action": "Redirect" }, { diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2019-03-01-preview/examples/WafPolicyGet.json b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2019-03-01-preview/examples/WafPolicyGet.json index 24b935cab0f3..61f19b15bc31 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2019-03-01-preview/examples/WafPolicyGet.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2019-03-01-preview/examples/WafPolicyGet.json @@ -20,7 +20,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "Enabled", + "enabledState": "enabled", "mode": "Prevention", "redirectUrl": "http://www.bing.com", "customBlockResponseStatusCode": 499, @@ -31,7 +31,7 @@ { "name": "Rule1", "priority": 1, - "enabledState": "Enabled", + "enabledState": "enabled", "ruleType": "RateLimitRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 1000, @@ -53,7 +53,7 @@ { "name": "Rule2", "priority": 2, - "enabledState": "Enabled", + "enabledState": "enabled", "ruleType": "MatchRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 0, @@ -95,7 +95,7 @@ "rules": [ { "ruleId": "GROUP1-0001", - "enabledState": "Enabled", + "enabledState": "enabled", "action": "Redirect" }, { diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-03-01/examples/WafListPolicies.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-03-01/examples/WafListPolicies.json index 0e2877efbe51..6589a002c387 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-03-01/examples/WafListPolicies.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-03-01/examples/WafListPolicies.json @@ -21,7 +21,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "Enabled", + "enabledState": "enabled", "mode": "Prevention", "redirectUrl": "http://www.bing.com", "customBlockResponseStatusCode": 499, @@ -32,7 +32,7 @@ { "name": "Rule1", "priority": 1, - "enabledState": "Enabled", + "enabledState": "enabled", "ruleType": "RateLimitRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 1000, @@ -54,7 +54,7 @@ { "name": "Rule2", "priority": 2, - "enabledState": "Enabled", + "enabledState": "enabled", "ruleType": "MatchRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 0, @@ -96,7 +96,7 @@ "rules": [ { "ruleId": "GROUP1-0001", - "enabledState": "Enabled", + "enabledState": "enabled", "action": "Redirect" }, { diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-03-01/examples/WafPolicyCreateOrUpdate.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-03-01/examples/WafPolicyCreateOrUpdate.json index 96078fd78ba7..f4324dcd8620 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-03-01/examples/WafPolicyCreateOrUpdate.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-03-01/examples/WafPolicyCreateOrUpdate.json @@ -69,7 +69,7 @@ "rules": [ { "ruleId": "GROUP1-0001", - "enabledState": "Enabled", + "enabledState": "enabled", "action": "Redirect" }, { @@ -99,7 +99,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "Enabled", + "enabledState": "enabled", "mode": "Prevention", "redirectUrl": "http://www.bing.com", "customBlockResponseStatusCode": 499, @@ -110,7 +110,7 @@ { "name": "Rule1", "priority": 1, - "enabledState": "Enabled", + "enabledState": "enabled", "ruleType": "RateLimitRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 1000, @@ -132,7 +132,7 @@ { "name": "Rule2", "priority": 2, - "enabledState": "Enabled", + "enabledState": "enabled", "ruleType": "MatchRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 0, @@ -174,7 +174,7 @@ "rules": [ { "ruleId": "GROUP1-0001", - "enabledState": "Enabled", + "enabledState": "enabled", "action": "Redirect" }, { @@ -205,7 +205,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "Enabled", + "enabledState": "enabled", "mode": "Prevention", "redirectUrl": "http://www.bing.com", "customBlockResponseStatusCode": 499, @@ -216,7 +216,7 @@ { "name": "Rule1", "priority": 1, - "enabledState": "Enabled", + "enabledState": "enabled", "ruleType": "RateLimitRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 1000, @@ -238,7 +238,7 @@ { "name": "Rule2", "priority": 2, - "enabledState": "Enabled", + "enabledState": "enabled", "ruleType": "MatchRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 0, @@ -280,7 +280,7 @@ "rules": [ { "ruleId": "GROUP1-0001", - "enabledState": "Enabled", + "enabledState": "enabled", "action": "Redirect" }, { @@ -311,7 +311,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "Enabled", + "enabledState": "enabled", "mode": "Prevention", "redirectUrl": "http://www.bing.com", "customBlockResponseStatusCode": 499, @@ -322,7 +322,7 @@ { "name": "Rule1", "priority": 1, - "enabledState": "Enabled", + "enabledState": "enabled", "ruleType": "RateLimitRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 1000, @@ -344,7 +344,7 @@ { "name": "Rule2", "priority": 2, - "enabledState": "Enabled", + "enabledState": "enabled", "ruleType": "MatchRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 0, @@ -386,7 +386,7 @@ "rules": [ { "ruleId": "GROUP1-0001", - "enabledState": "Enabled", + "enabledState": "enabled", "action": "Redirect" }, { diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-03-01/examples/WafPolicyGet.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-03-01/examples/WafPolicyGet.json index 24b935cab0f3..61f19b15bc31 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-03-01/examples/WafPolicyGet.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-03-01/examples/WafPolicyGet.json @@ -20,7 +20,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "Enabled", + "enabledState": "enabled", "mode": "Prevention", "redirectUrl": "http://www.bing.com", "customBlockResponseStatusCode": 499, @@ -31,7 +31,7 @@ { "name": "Rule1", "priority": 1, - "enabledState": "Enabled", + "enabledState": "enabled", "ruleType": "RateLimitRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 1000, @@ -53,7 +53,7 @@ { "name": "Rule2", "priority": 2, - "enabledState": "Enabled", + "enabledState": "enabled", "ruleType": "MatchRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 0, @@ -95,7 +95,7 @@ "rules": [ { "ruleId": "GROUP1-0001", - "enabledState": "Enabled", + "enabledState": "enabled", "action": "Redirect" }, { diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/FrontdoorCreate.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/FrontdoorCreate.json index 34e1732ff291..65a2eacff3fa 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/FrontdoorCreate.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/FrontdoorCreate.json @@ -35,7 +35,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" } }, - "enabledState": "Enabled" + "enabledState": "enabled" } } ], @@ -116,7 +116,7 @@ "backendPoolsSettings": { "enforceCertificateNameCheck": "Enabled" }, - "enabledState": "Enabled" + "enabledState": "enabled" } } }, @@ -159,7 +159,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" } }, - "enabledState": "Enabled" + "enabledState": "enabled" } } ], @@ -192,7 +192,7 @@ "address": "w3.contoso.com", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 1, "priority": 2 }, @@ -200,7 +200,7 @@ "address": "contoso.com.website-us-west-2.othercloud.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 2, "priority": 1 }, @@ -208,7 +208,7 @@ "address": "contoso1.azurewebsites.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 1, "priority": 1 } @@ -246,7 +246,7 @@ "backendPoolsSettings": { "enforceCertificateNameCheck": "Enabled" }, - "enabledState": "Enabled", + "enabledState": "enabled", "resourceState": "Creating", "provisioningState": "Succeeded", "cname": "frontDoor1.azurefd.net" @@ -291,7 +291,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" } }, - "enabledState": "Enabled" + "enabledState": "enabled" } } ], @@ -324,7 +324,7 @@ "address": "w3.contoso.com", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 1, "priority": 2 }, @@ -332,7 +332,7 @@ "address": "contoso.com.website-us-west-2.othercloud.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 2, "priority": 1 }, @@ -340,7 +340,7 @@ "address": "contoso1.azurewebsites.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 1, "priority": 1 } @@ -378,7 +378,7 @@ "backendPoolsSettings": { "enforceCertificateNameCheck": "Enabled" }, - "enabledState": "Enabled", + "enabledState": "enabled", "resourceState": "Creating", "provisioningState": "Provisioning", "cname": "frontDoor1.azurefd.net" @@ -423,7 +423,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" } }, - "enabledState": "Enabled" + "enabledState": "enabled" } } ], @@ -456,7 +456,7 @@ "address": "w3.contoso.com", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 1, "priority": 2 }, @@ -464,7 +464,7 @@ "address": "contoso.com.website-us-west-2.othercloud.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 2, "priority": 1 }, @@ -472,7 +472,7 @@ "address": "contoso1.azurewebsites.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 1, "priority": 1 } @@ -510,7 +510,7 @@ "backendPoolsSettings": { "enforceCertificateNameCheck": "Enabled" }, - "enabledState": "Enabled", + "enabledState": "enabled", "resourceState": "Creating", "provisioningState": "Provisioning", "cname": "frontDoor1.azurefd.net" diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/FrontdoorGet.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/FrontdoorGet.json index 535538c548b1..37889e4f049b 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/FrontdoorGet.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/FrontdoorGet.json @@ -44,7 +44,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" } }, - "enabledState": "Enabled" + "enabledState": "enabled" } } ], @@ -77,7 +77,7 @@ "address": "w3.contoso.com", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 1, "priority": 2 }, @@ -85,7 +85,7 @@ "address": "contoso.com.website-us-west-2.othercloud.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 2, "priority": 1 }, @@ -93,7 +93,7 @@ "address": "contoso1.azurewebsites.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 1, "priority": 1 } @@ -131,7 +131,7 @@ "backendPoolsSettings": { "enforceCertificateNameCheck": "Enabled" }, - "enabledState": "Enabled", + "enabledState": "enabled", "resourceState": "Enabled", "provisioningState": "Succeeded", "cname": "frontDoor1.azurefd.net" diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/FrontdoorList.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/FrontdoorList.json index d6b9e3662d62..82d8841cb183 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/FrontdoorList.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/FrontdoorList.json @@ -45,7 +45,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" } }, - "enabledState": "Enabled" + "enabledState": "enabled" } } ], @@ -78,7 +78,7 @@ "address": "w3.contoso.com", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 1, "priority": 2 }, @@ -86,7 +86,7 @@ "address": "contoso.com.website-us-west-2.othercloud.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 2, "priority": 1 }, @@ -94,7 +94,7 @@ "address": "contoso1.azurewebsites.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 1, "priority": 1 } @@ -132,7 +132,7 @@ "backendPoolsSettings": { "enforceCertificateNameCheck": "Enabled" }, - "enabledState": "Enabled", + "enabledState": "enabled", "resourceState": "Enabled", "provisioningState": "Succeeded", "cname": "frontDoor1.azurefd.net" diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/FrontdoorListAll.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/FrontdoorListAll.json index 92ea4c7becdb..b492c075bd69 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/FrontdoorListAll.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/FrontdoorListAll.json @@ -44,7 +44,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" } }, - "enabledState": "Enabled" + "enabledState": "enabled" } } ], @@ -77,7 +77,7 @@ "address": "w3.contoso.com", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 1, "priority": 2 }, @@ -85,7 +85,7 @@ "address": "contoso.com.website-us-west-2.othercloud.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 2, "priority": 1 }, @@ -93,7 +93,7 @@ "address": "contoso1.azurewebsites.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 1, "priority": 1 } @@ -131,7 +131,7 @@ "backendPoolsSettings": { "enforceCertificateNameCheck": "Enabled" }, - "enabledState": "Enabled", + "enabledState": "enabled", "resourceState": "Enabled", "provisioningState": "Succeeded", "cname": "frontDoor1.azurefd.net" diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/WafListPolicies.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/WafListPolicies.json index ed53f3c05d68..48f649cfe341 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/WafListPolicies.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/WafListPolicies.json @@ -21,7 +21,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "Enabled", + "enabledState": "enabled", "mode": "Prevention" }, "customRules": { diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/WafPolicyCreateOrUpdate.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/WafPolicyCreateOrUpdate.json index 69435ee20d6b..3780e43a16e2 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/WafPolicyCreateOrUpdate.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/WafPolicyCreateOrUpdate.json @@ -86,7 +86,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "Enabled", + "enabledState": "enabled", "mode": "Prevention" }, "customRules": { @@ -179,7 +179,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "Enabled", + "enabledState": "enabled", "mode": "Prevention" }, "customRules": { diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/WafPolicyGet.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/WafPolicyGet.json index 8f493516de15..d4dfe12e7dd6 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/WafPolicyGet.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/WafPolicyGet.json @@ -20,7 +20,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "Enabled", + "enabledState": "enabled", "mode": "Prevention" }, "customRules": { diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-05-01/examples/FrontdoorCreate.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-05-01/examples/FrontdoorCreate.json index 2620327488ce..4f95fd770a2a 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-05-01/examples/FrontdoorCreate.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-05-01/examples/FrontdoorCreate.json @@ -35,7 +35,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" } }, - "enabledState": "Enabled" + "enabledState": "enabled" } } ], @@ -46,7 +46,7 @@ "path": "/", "protocol": "Http", "intervalInSeconds": 120, - "enabledState": "Enabled", + "enabledState": "enabled", "healthProbeMethod": "HEAD" } } @@ -119,7 +119,7 @@ "enforceCertificateNameCheck": "Enabled", "sendRecvTimeoutSeconds": 60 }, - "enabledState": "Enabled" + "enabledState": "enabled" } } }, @@ -162,7 +162,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" } }, - "enabledState": "Enabled" + "enabledState": "enabled" } } ], @@ -173,7 +173,7 @@ "path": "/", "protocol": "Http", "intervalInSeconds": 120, - "enabledState": "Enabled", + "enabledState": "enabled", "healthProbeMethod": "HEAD" } } @@ -197,7 +197,7 @@ "address": "w3.contoso.com", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 1, "priority": 2 }, @@ -205,7 +205,7 @@ "address": "contoso.com.website-us-west-2.othercloud.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 2, "priority": 1 }, @@ -213,7 +213,7 @@ "address": "contoso1.azurewebsites.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 1, "priority": 1 } @@ -252,7 +252,7 @@ "enforceCertificateNameCheck": "Enabled", "sendRecvTimeoutSeconds": 60 }, - "enabledState": "Enabled", + "enabledState": "enabled", "resourceState": "Creating", "provisioningState": "Succeeded", "cname": "frontDoor1.azurefd.net" @@ -297,7 +297,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" } }, - "enabledState": "Enabled" + "enabledState": "enabled" } } ], @@ -308,7 +308,7 @@ "path": "/", "protocol": "Http", "intervalInSeconds": 120, - "enabledState": "Enabled", + "enabledState": "enabled", "healthProbeMethod": "HEAD" } } @@ -332,7 +332,7 @@ "address": "w3.contoso.com", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 1, "priority": 2 }, @@ -340,7 +340,7 @@ "address": "contoso.com.website-us-west-2.othercloud.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 2, "priority": 1 }, @@ -348,7 +348,7 @@ "address": "contoso1.azurewebsites.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 1, "priority": 1 } @@ -387,7 +387,7 @@ "enforceCertificateNameCheck": "Enabled", "sendRecvTimeoutSeconds": 60 }, - "enabledState": "Enabled", + "enabledState": "enabled", "resourceState": "Creating", "provisioningState": "Provisioning", "cname": "frontDoor1.azurefd.net" @@ -432,7 +432,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" } }, - "enabledState": "Enabled" + "enabledState": "enabled" } } ], @@ -443,7 +443,7 @@ "path": "/", "protocol": "Http", "intervalInSeconds": 120, - "enabledState": "Enabled", + "enabledState": "enabled", "healthProbeMethod": "HEAD" } } @@ -467,7 +467,7 @@ "address": "w3.contoso.com", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 1, "priority": 2 }, @@ -475,7 +475,7 @@ "address": "contoso.com.website-us-west-2.othercloud.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 2, "priority": 1 }, @@ -483,7 +483,7 @@ "address": "contoso1.azurewebsites.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 1, "priority": 1 } @@ -522,7 +522,7 @@ "enforceCertificateNameCheck": "Enabled", "sendRecvTimeoutSeconds": 60 }, - "enabledState": "Enabled", + "enabledState": "enabled", "resourceState": "Creating", "provisioningState": "Provisioning", "cname": "frontDoor1.azurefd.net" diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-05-01/examples/FrontdoorGet.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-05-01/examples/FrontdoorGet.json index 9f7ee4677cb6..a5e23b7b6035 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-05-01/examples/FrontdoorGet.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-05-01/examples/FrontdoorGet.json @@ -44,7 +44,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" } }, - "enabledState": "Enabled" + "enabledState": "enabled" } } ], @@ -55,7 +55,7 @@ "path": "/", "protocol": "Http", "intervalInSeconds": 120, - "enabledState": "Enabled", + "enabledState": "enabled", "healthProbeMethod": "HEAD" } } @@ -79,7 +79,7 @@ "address": "w3.contoso.com", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 1, "priority": 2 }, @@ -87,7 +87,7 @@ "address": "contoso.com.website-us-west-2.othercloud.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 2, "priority": 1 }, @@ -95,7 +95,7 @@ "address": "contoso1.azurewebsites.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 1, "priority": 1 } @@ -134,7 +134,7 @@ "enforceCertificateNameCheck": "Enabled", "sendRecvTimeoutSeconds": 60 }, - "enabledState": "Enabled", + "enabledState": "enabled", "resourceState": "Enabled", "provisioningState": "Succeeded", "cname": "frontDoor1.azurefd.net" diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-05-01/examples/FrontdoorList.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-05-01/examples/FrontdoorList.json index b38a3201d8d8..a2b4780568fd 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-05-01/examples/FrontdoorList.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-05-01/examples/FrontdoorList.json @@ -45,7 +45,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" } }, - "enabledState": "Enabled" + "enabledState": "enabled" } } ], @@ -56,7 +56,7 @@ "path": "/", "protocol": "Http", "intervalInSeconds": 120, - "enabledState": "Enabled", + "enabledState": "enabled", "healthProbeMethod": "HEAD" } } @@ -80,7 +80,7 @@ "address": "w3.contoso.com", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 1, "priority": 2 }, @@ -88,7 +88,7 @@ "address": "contoso.com.website-us-west-2.othercloud.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 2, "priority": 1 }, @@ -96,7 +96,7 @@ "address": "contoso1.azurewebsites.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 1, "priority": 1 } @@ -135,7 +135,7 @@ "enforceCertificateNameCheck": "Enabled", "sendRecvTimeoutSeconds": 60 }, - "enabledState": "Enabled", + "enabledState": "enabled", "resourceState": "Enabled", "provisioningState": "Succeeded", "cname": "frontDoor1.azurefd.net" diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-05-01/examples/FrontdoorListAll.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-05-01/examples/FrontdoorListAll.json index 4bf212cd88dd..5e34323a69cd 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-05-01/examples/FrontdoorListAll.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-05-01/examples/FrontdoorListAll.json @@ -44,7 +44,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" } }, - "enabledState": "Enabled" + "enabledState": "enabled" } } ], @@ -55,7 +55,7 @@ "path": "/", "protocol": "Http", "intervalInSeconds": 120, - "enabledState": "Enabled", + "enabledState": "enabled", "healthProbeMethod": "HEAD" } } @@ -79,7 +79,7 @@ "address": "w3.contoso.com", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 1, "priority": 2 }, @@ -87,7 +87,7 @@ "address": "contoso.com.website-us-west-2.othercloud.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 2, "priority": 1 }, @@ -95,7 +95,7 @@ "address": "contoso1.azurewebsites.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "Enabled", + "enabledState": "enabled", "weight": 1, "priority": 1 } @@ -133,7 +133,7 @@ "backendPoolsSettings": { "enforceCertificateNameCheck": "Enabled" }, - "enabledState": "Enabled", + "enabledState": "enabled", "resourceState": "Enabled", "provisioningState": "Succeeded", "cname": "frontDoor1.azurefd.net" diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-10-01/examples/WafListPolicies.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-10-01/examples/WafListPolicies.json index 48d6e962ddb1..35df48fd1368 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-10-01/examples/WafListPolicies.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-10-01/examples/WafListPolicies.json @@ -21,7 +21,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "Enabled", + "enabledState": "enabled", "mode": "Prevention", "redirectUrl": "http://www.bing.com", "customBlockResponseStatusCode": 499, @@ -32,7 +32,7 @@ { "name": "Rule1", "priority": 1, - "enabledState": "Enabled", + "enabledState": "enabled", "ruleType": "RateLimitRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 1000, @@ -54,7 +54,7 @@ { "name": "Rule2", "priority": 2, - "enabledState": "Enabled", + "enabledState": "enabled", "ruleType": "MatchRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 0, @@ -103,7 +103,7 @@ "rules": [ { "ruleId": "942100", - "enabledState": "Enabled", + "enabledState": "enabled", "action": "Redirect" }, { diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-10-01/examples/WafPolicyCreateOrUpdate.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-10-01/examples/WafPolicyCreateOrUpdate.json index d1b536c178ce..ac44fe1dff6e 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-10-01/examples/WafPolicyCreateOrUpdate.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-10-01/examples/WafPolicyCreateOrUpdate.json @@ -83,7 +83,7 @@ "rules": [ { "ruleId": "942100", - "enabledState": "Enabled", + "enabledState": "enabled", "action": "Redirect", "exclusions": [ { @@ -121,7 +121,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "Enabled", + "enabledState": "enabled", "mode": "Prevention", "redirectUrl": "http://www.bing.com", "customBlockResponseStatusCode": 499, @@ -132,7 +132,7 @@ { "name": "Rule1", "priority": 1, - "enabledState": "Enabled", + "enabledState": "enabled", "ruleType": "RateLimitRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 1000, @@ -154,7 +154,7 @@ { "name": "Rule2", "priority": 2, - "enabledState": "Enabled", + "enabledState": "enabled", "ruleType": "MatchRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 0, @@ -210,7 +210,7 @@ "rules": [ { "ruleId": "942100", - "enabledState": "Enabled", + "enabledState": "enabled", "action": "Redirect", "exclusions": [ { @@ -248,7 +248,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "Enabled", + "enabledState": "enabled", "mode": "Prevention", "redirectUrl": "http://www.bing.com", "customBlockResponseStatusCode": 499, @@ -259,7 +259,7 @@ { "name": "Rule1", "priority": 1, - "enabledState": "Enabled", + "enabledState": "enabled", "ruleType": "RateLimitRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 1000, @@ -281,7 +281,7 @@ { "name": "Rule2", "priority": 2, - "enabledState": "Enabled", + "enabledState": "enabled", "ruleType": "MatchRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 0, @@ -337,7 +337,7 @@ "rules": [ { "ruleId": "942100", - "enabledState": "Enabled", + "enabledState": "enabled", "action": "Redirect", "exclusions": [ { @@ -375,7 +375,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "Enabled", + "enabledState": "enabled", "mode": "Prevention", "redirectUrl": "http://www.bing.com", "customBlockResponseStatusCode": 499, @@ -386,7 +386,7 @@ { "name": "Rule1", "priority": 1, - "enabledState": "Enabled", + "enabledState": "enabled", "ruleType": "RateLimitRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 1000, @@ -408,7 +408,7 @@ { "name": "Rule2", "priority": 2, - "enabledState": "Enabled", + "enabledState": "enabled", "ruleType": "MatchRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 0, @@ -464,7 +464,7 @@ "rules": [ { "ruleId": "942100", - "enabledState": "Enabled", + "enabledState": "enabled", "action": "Redirect", "exclusions": [ { diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-10-01/examples/WafPolicyGet.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-10-01/examples/WafPolicyGet.json index f403b95bbb85..1b034c3c19f0 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-10-01/examples/WafPolicyGet.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-10-01/examples/WafPolicyGet.json @@ -20,7 +20,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "Enabled", + "enabledState": "enabled", "mode": "Prevention", "redirectUrl": "http://www.bing.com", "customBlockResponseStatusCode": 499, @@ -31,7 +31,7 @@ { "name": "Rule1", "priority": 1, - "enabledState": "Enabled", + "enabledState": "enabled", "ruleType": "RateLimitRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 1000, @@ -53,7 +53,7 @@ { "name": "Rule2", "priority": 2, - "enabledState": "Enabled", + "enabledState": "enabled", "ruleType": "MatchRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 0, @@ -102,7 +102,7 @@ "rules": [ { "ruleId": "942100", - "enabledState": "Enabled", + "enabledState": "enabled", "action": "Redirect" }, { diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentCreateExperiment.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentCreateExperiment.json index bdb98be3186c..d7bfd947db60 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentCreateExperiment.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentCreateExperiment.json @@ -16,7 +16,7 @@ "name": "endpoint B", "endpoint": "endpointB.net" }, - "enabledState": "Enabled" + "enabledState": "enabled" } } }, @@ -40,7 +40,7 @@ "name": "endpoint B", "endpoint": "endpointB.net" }, - "enabledState": "Enabled", + "enabledState": "enabled", "resourceState": "Creating", "status": "ongoing", "scriptFileUri": "www.myScript.com" @@ -66,7 +66,7 @@ "name": "endpoint B", "endpoint": "endpointB.net" }, - "enabledState": "Enabled", + "enabledState": "enabled", "resourceState": "Creating", "status": "ongoing", "scriptFileUri": "www.myScript.com" @@ -92,7 +92,7 @@ "name": "endpoint B", "endpoint": "endpointB.net" }, - "enabledState": "Enabled", + "enabledState": "enabled", "resourceState": "Creating", "status": "ongoing", "scriptFileUri": "www.myScript.com" diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentCreateProfile.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentCreateProfile.json index 5495654d2196..07d132dccac7 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentCreateProfile.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentCreateProfile.json @@ -6,7 +6,7 @@ "profileName": "Profile1", "parameters": { "properties": { - "enabledState": "Enabled" + "enabledState": "enabled" } } }, @@ -22,7 +22,7 @@ }, "location": "WestUs", "properties": { - "enabledState": "Enabled", + "enabledState": "enabled", "resourceState": "Creating" } } @@ -38,7 +38,7 @@ }, "location": "WestUs", "properties": { - "enabledState": "Enabled", + "enabledState": "enabled", "resourceState": "Creating" } } @@ -54,7 +54,7 @@ }, "location": "WestUs", "properties": { - "enabledState": "Enabled", + "enabledState": "enabled", "resourceState": "Creating" } } diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentGetExperiment.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentGetExperiment.json index f51a235267ab..f1379ac7dcdf 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentGetExperiment.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentGetExperiment.json @@ -26,7 +26,7 @@ "name": "endpoint B", "endpoint": "endpointB.net" }, - "enabledState": "Enabled", + "enabledState": "enabled", "resourceState": "Creating", "status": "ongoing", "scriptFileUri": "www.myScript.com" diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentGetProfile.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentGetProfile.json index d5801a4ad600..92f336d7168d 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentGetProfile.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentGetProfile.json @@ -16,7 +16,7 @@ }, "location": "WestUs", "properties": { - "enabledState": "Enabled", + "enabledState": "enabled", "resourceState": "Creating" } } diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentListExperiments.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentListExperiments.json index b4dacf586a42..3586a7eeb60a 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentListExperiments.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentListExperiments.json @@ -22,7 +22,7 @@ "name": "endpoint B", "endpoint": "endpointB.net" }, - "enabledState": "Enabled", + "enabledState": "enabled", "resourceState": "Creating", "status": "ongoing", "scriptFileUri": "www.myScript.com" diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentListProfiles.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentListProfiles.json index f2768497fed4..1c0c610edc41 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentListProfiles.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentListProfiles.json @@ -18,7 +18,7 @@ }, "location": "WestUs", "properties": { - "enabledState": "Enabled", + "enabledState": "enabled", "resourceState": "Creating" } } diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentUpdateExperiment.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentUpdateExperiment.json index 5b7ee79ed6d9..66ddd4f153a2 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentUpdateExperiment.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentUpdateExperiment.json @@ -33,7 +33,7 @@ "name": "endpoint B", "endpoint": "endpointB.net" }, - "enabledState": "Enabled", + "enabledState": "enabled", "resourceState": "Creating", "status": "ongoing", "scriptFileUri": "www.myScript.com" @@ -60,7 +60,7 @@ "name": "endpoint B", "endpoint": "endpointB.net" }, - "enabledState": "Enabled", + "enabledState": "enabled", "resourceState": "Creating", "status": "ongoing", "scriptFileUri": "www.myScript.com" diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/networkexperiment.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/networkexperiment.json index 1e3d3a470084..5707272c513f 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/networkexperiment.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/networkexperiment.json @@ -874,8 +874,8 @@ "type": "string", "description": "The state of the Experiment", "enum": [ - "Enabled", - "Disabled" + "enabled", + "disabled" ], "x-ms-enum": { "name": "state", diff --git a/specification/peering/resource-manager/readme.cli.md b/specification/peering/resource-manager/readme.cli.md new file mode 100644 index 000000000000..196c16d0ee92 --- /dev/null +++ b/specification/peering/resource-manager/readme.cli.md @@ -0,0 +1,24 @@ +## CLI + +These settings apply only when `--cli` is specified on the command line. + +``` yaml $(cli) +cli: + cli-name: peering + cmd-override: + "^.*[/]peerasns[/].*$": "peering asn" + "^.*[/]peerings[/].*$": "peering" + "^.*[/]peeringservices([/][^/]*)?$": "peering service" + "^.*[/]peeringservices[/].*prefixes.*$": "peering service prefix" + namespace: azure.mgmt.peering + package-name: azure-mgmt-peering + debug: true + adjustments: + "/sku": "Sku*/" + "/properties/exchange": "Exchange*/" + "/properties/direct": "Direct*/" + "/properties/peercontactinfo/": "*/" + + test-setup: + - name: Create or Update a service with all parameters +``` From 7e50ace551f247cb6c97c50880de7809a80e3718 Mon Sep 17 00:00:00 2001 From: Zim Kalinowski Date: Tue, 8 Oct 2019 22:21:58 +0800 Subject: [PATCH 05/11] fixed Enabled / Disabled --- .../examples/FrontdoorCreate.json | 34 +++++++-------- .../examples/FrontdoorGet.json | 10 ++--- .../examples/FrontdoorList.json | 10 ++--- .../examples/FrontdoorListAll.json | 10 ++--- .../examples/WafListPolicies.json | 2 +- .../examples/WafPolicyCreateOrUpdate.json | 4 +- .../examples/WafPolicyGet.json | 2 +- .../examples/WafListPolicies.json | 8 ++-- .../examples/WafPolicyCreateOrUpdate.json | 26 ++++++------ .../examples/WafPolicyGet.json | 8 ++-- .../2019-03-01/examples/WafListPolicies.json | 8 ++-- .../examples/WafPolicyCreateOrUpdate.json | 26 ++++++------ .../2019-03-01/examples/WafPolicyGet.json | 8 ++-- .../2019-04-01/examples/FrontdoorCreate.json | 34 +++++++-------- .../2019-04-01/examples/FrontdoorGet.json | 10 ++--- .../2019-04-01/examples/FrontdoorList.json | 10 ++--- .../2019-04-01/examples/FrontdoorListAll.json | 10 ++--- .../2019-04-01/examples/WafListPolicies.json | 2 +- .../examples/WafPolicyCreateOrUpdate.json | 4 +- .../2019-04-01/examples/WafPolicyGet.json | 2 +- .../2019-05-01/examples/FrontdoorCreate.json | 42 +++++++++---------- .../2019-05-01/examples/FrontdoorGet.json | 12 +++--- .../2019-05-01/examples/FrontdoorList.json | 12 +++--- .../2019-05-01/examples/FrontdoorListAll.json | 12 +++--- .../2019-10-01/examples/WafListPolicies.json | 8 ++-- .../examples/WafPolicyCreateOrUpdate.json | 26 ++++++------ .../2019-10-01/examples/WafPolicyGet.json | 8 ++-- .../NetworkExperimentCreateExperiment.json | 8 ++-- .../NetworkExperimentCreateProfile.json | 8 ++-- .../NetworkExperimentGetExperiment.json | 2 +- .../examples/NetworkExperimentGetProfile.json | 2 +- .../NetworkExperimentListExperiments.json | 2 +- .../NetworkExperimentListProfiles.json | 2 +- .../NetworkExperimentUpdateExperiment.json | 6 +-- .../NetworkExperimentUpdateProfile.json | 6 +-- .../stable/2019-11-01/networkexperiment.json | 16 +++---- 36 files changed, 200 insertions(+), 200 deletions(-) diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/FrontdoorCreate.json b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/FrontdoorCreate.json index 25695b64a622..cff43d0781c4 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/FrontdoorCreate.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/FrontdoorCreate.json @@ -32,7 +32,7 @@ "backendPool": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" }, - "enabledState": "enabled" + "enabledState": "Enabled" } } ], @@ -110,7 +110,7 @@ } } ], - "enabledState": "enabled" + "enabledState": "Enabled" } } }, @@ -150,7 +150,7 @@ "backendPool": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" }, - "enabledState": "enabled" + "enabledState": "Enabled" } } ], @@ -183,7 +183,7 @@ "address": "w3.contoso.com", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 1, "priority": 2 }, @@ -191,7 +191,7 @@ "address": "contoso.com.website-us-west-2.othercloud.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 2, "priority": 1 }, @@ -199,7 +199,7 @@ "address": "contoso1.azurewebsites.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 1, "priority": 1 } @@ -234,7 +234,7 @@ } } ], - "enabledState": "enabled", + "enabledState": "Enabled", "resourceState": "Creating", "provisioningState": "Succeeded", "cname": "frontDoor1.azurefd.net" @@ -276,7 +276,7 @@ "backendPool": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" }, - "enabledState": "enabled" + "enabledState": "Enabled" } } ], @@ -309,7 +309,7 @@ "address": "w3.contoso.com", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 1, "priority": 2 }, @@ -317,7 +317,7 @@ "address": "contoso.com.website-us-west-2.othercloud.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 2, "priority": 1 }, @@ -325,7 +325,7 @@ "address": "contoso1.azurewebsites.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 1, "priority": 1 } @@ -360,7 +360,7 @@ } } ], - "enabledState": "enabled", + "enabledState": "Enabled", "resourceState": "Creating", "provisioningState": "Provisioning", "cname": "frontDoor1.azurefd.net" @@ -402,7 +402,7 @@ "backendPool": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" }, - "enabledState": "enabled" + "enabledState": "Enabled" } } ], @@ -435,7 +435,7 @@ "address": "w3.contoso.com", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 1, "priority": 2 }, @@ -443,7 +443,7 @@ "address": "contoso.com.website-us-west-2.othercloud.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 2, "priority": 1 }, @@ -451,7 +451,7 @@ "address": "contoso1.azurewebsites.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 1, "priority": 1 } @@ -486,7 +486,7 @@ } } ], - "enabledState": "enabled", + "enabledState": "Enabled", "resourceState": "Creating", "provisioningState": "Provisioning", "cname": "frontDoor1.azurefd.net" diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/FrontdoorGet.json b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/FrontdoorGet.json index 6a4ec5d4ae51..47b3b863f081 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/FrontdoorGet.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/FrontdoorGet.json @@ -41,7 +41,7 @@ "backendPool": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" }, - "enabledState": "enabled" + "enabledState": "Enabled" } } ], @@ -74,7 +74,7 @@ "address": "w3.contoso.com", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 1, "priority": 2 }, @@ -82,7 +82,7 @@ "address": "contoso.com.website-us-west-2.othercloud.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 2, "priority": 1 }, @@ -90,7 +90,7 @@ "address": "contoso1.azurewebsites.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 1, "priority": 1 } @@ -125,7 +125,7 @@ } } ], - "enabledState": "enabled", + "enabledState": "Enabled", "resourceState": "Enabled", "provisioningState": "Succeeded", "cname": "frontDoor1.azurefd.net" diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/FrontdoorList.json b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/FrontdoorList.json index 261dabc25f65..900a70a4b48b 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/FrontdoorList.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/FrontdoorList.json @@ -42,7 +42,7 @@ "backendPool": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" }, - "enabledState": "enabled" + "enabledState": "Enabled" } } ], @@ -75,7 +75,7 @@ "address": "w3.contoso.com", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 1, "priority": 2 }, @@ -83,7 +83,7 @@ "address": "contoso.com.website-us-west-2.othercloud.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 2, "priority": 1 }, @@ -91,7 +91,7 @@ "address": "contoso1.azurewebsites.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 1, "priority": 1 } @@ -126,7 +126,7 @@ } } ], - "enabledState": "enabled", + "enabledState": "Enabled", "resourceState": "Enabled", "provisioningState": "Succeeded", "cname": "frontDoor1.azurefd.net" diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/FrontdoorListAll.json b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/FrontdoorListAll.json index 76922215c684..7c8eb5d191a8 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/FrontdoorListAll.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/FrontdoorListAll.json @@ -41,7 +41,7 @@ "backendPool": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" }, - "enabledState": "enabled" + "enabledState": "Enabled" } } ], @@ -74,7 +74,7 @@ "address": "w3.contoso.com", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 1, "priority": 2 }, @@ -82,7 +82,7 @@ "address": "contoso.com.website-us-west-2.othercloud.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 2, "priority": 1 }, @@ -90,7 +90,7 @@ "address": "contoso1.azurewebsites.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 1, "priority": 1 } @@ -125,7 +125,7 @@ } } ], - "enabledState": "enabled", + "enabledState": "Enabled", "resourceState": "Enabled", "provisioningState": "Succeeded", "cname": "frontDoor1.azurefd.net" diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/WafListPolicies.json b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/WafListPolicies.json index 48f649cfe341..ed53f3c05d68 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/WafListPolicies.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/WafListPolicies.json @@ -21,7 +21,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "enabled", + "enabledState": "Enabled", "mode": "Prevention" }, "customRules": { diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/WafPolicyCreateOrUpdate.json b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/WafPolicyCreateOrUpdate.json index 3780e43a16e2..69435ee20d6b 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/WafPolicyCreateOrUpdate.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/WafPolicyCreateOrUpdate.json @@ -86,7 +86,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "enabled", + "enabledState": "Enabled", "mode": "Prevention" }, "customRules": { @@ -179,7 +179,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "enabled", + "enabledState": "Enabled", "mode": "Prevention" }, "customRules": { diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/WafPolicyGet.json b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/WafPolicyGet.json index d4dfe12e7dd6..8f493516de15 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/WafPolicyGet.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/examples/WafPolicyGet.json @@ -20,7 +20,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "enabled", + "enabledState": "Enabled", "mode": "Prevention" }, "customRules": { diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2019-03-01-preview/examples/WafListPolicies.json b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2019-03-01-preview/examples/WafListPolicies.json index 6589a002c387..0e2877efbe51 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2019-03-01-preview/examples/WafListPolicies.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2019-03-01-preview/examples/WafListPolicies.json @@ -21,7 +21,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "enabled", + "enabledState": "Enabled", "mode": "Prevention", "redirectUrl": "http://www.bing.com", "customBlockResponseStatusCode": 499, @@ -32,7 +32,7 @@ { "name": "Rule1", "priority": 1, - "enabledState": "enabled", + "enabledState": "Enabled", "ruleType": "RateLimitRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 1000, @@ -54,7 +54,7 @@ { "name": "Rule2", "priority": 2, - "enabledState": "enabled", + "enabledState": "Enabled", "ruleType": "MatchRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 0, @@ -96,7 +96,7 @@ "rules": [ { "ruleId": "GROUP1-0001", - "enabledState": "enabled", + "enabledState": "Enabled", "action": "Redirect" }, { diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2019-03-01-preview/examples/WafPolicyCreateOrUpdate.json b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2019-03-01-preview/examples/WafPolicyCreateOrUpdate.json index f4324dcd8620..96078fd78ba7 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2019-03-01-preview/examples/WafPolicyCreateOrUpdate.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2019-03-01-preview/examples/WafPolicyCreateOrUpdate.json @@ -69,7 +69,7 @@ "rules": [ { "ruleId": "GROUP1-0001", - "enabledState": "enabled", + "enabledState": "Enabled", "action": "Redirect" }, { @@ -99,7 +99,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "enabled", + "enabledState": "Enabled", "mode": "Prevention", "redirectUrl": "http://www.bing.com", "customBlockResponseStatusCode": 499, @@ -110,7 +110,7 @@ { "name": "Rule1", "priority": 1, - "enabledState": "enabled", + "enabledState": "Enabled", "ruleType": "RateLimitRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 1000, @@ -132,7 +132,7 @@ { "name": "Rule2", "priority": 2, - "enabledState": "enabled", + "enabledState": "Enabled", "ruleType": "MatchRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 0, @@ -174,7 +174,7 @@ "rules": [ { "ruleId": "GROUP1-0001", - "enabledState": "enabled", + "enabledState": "Enabled", "action": "Redirect" }, { @@ -205,7 +205,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "enabled", + "enabledState": "Enabled", "mode": "Prevention", "redirectUrl": "http://www.bing.com", "customBlockResponseStatusCode": 499, @@ -216,7 +216,7 @@ { "name": "Rule1", "priority": 1, - "enabledState": "enabled", + "enabledState": "Enabled", "ruleType": "RateLimitRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 1000, @@ -238,7 +238,7 @@ { "name": "Rule2", "priority": 2, - "enabledState": "enabled", + "enabledState": "Enabled", "ruleType": "MatchRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 0, @@ -280,7 +280,7 @@ "rules": [ { "ruleId": "GROUP1-0001", - "enabledState": "enabled", + "enabledState": "Enabled", "action": "Redirect" }, { @@ -311,7 +311,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "enabled", + "enabledState": "Enabled", "mode": "Prevention", "redirectUrl": "http://www.bing.com", "customBlockResponseStatusCode": 499, @@ -322,7 +322,7 @@ { "name": "Rule1", "priority": 1, - "enabledState": "enabled", + "enabledState": "Enabled", "ruleType": "RateLimitRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 1000, @@ -344,7 +344,7 @@ { "name": "Rule2", "priority": 2, - "enabledState": "enabled", + "enabledState": "Enabled", "ruleType": "MatchRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 0, @@ -386,7 +386,7 @@ "rules": [ { "ruleId": "GROUP1-0001", - "enabledState": "enabled", + "enabledState": "Enabled", "action": "Redirect" }, { diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2019-03-01-preview/examples/WafPolicyGet.json b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2019-03-01-preview/examples/WafPolicyGet.json index 61f19b15bc31..24b935cab0f3 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/preview/2019-03-01-preview/examples/WafPolicyGet.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/preview/2019-03-01-preview/examples/WafPolicyGet.json @@ -20,7 +20,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "enabled", + "enabledState": "Enabled", "mode": "Prevention", "redirectUrl": "http://www.bing.com", "customBlockResponseStatusCode": 499, @@ -31,7 +31,7 @@ { "name": "Rule1", "priority": 1, - "enabledState": "enabled", + "enabledState": "Enabled", "ruleType": "RateLimitRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 1000, @@ -53,7 +53,7 @@ { "name": "Rule2", "priority": 2, - "enabledState": "enabled", + "enabledState": "Enabled", "ruleType": "MatchRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 0, @@ -95,7 +95,7 @@ "rules": [ { "ruleId": "GROUP1-0001", - "enabledState": "enabled", + "enabledState": "Enabled", "action": "Redirect" }, { diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-03-01/examples/WafListPolicies.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-03-01/examples/WafListPolicies.json index 6589a002c387..0e2877efbe51 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-03-01/examples/WafListPolicies.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-03-01/examples/WafListPolicies.json @@ -21,7 +21,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "enabled", + "enabledState": "Enabled", "mode": "Prevention", "redirectUrl": "http://www.bing.com", "customBlockResponseStatusCode": 499, @@ -32,7 +32,7 @@ { "name": "Rule1", "priority": 1, - "enabledState": "enabled", + "enabledState": "Enabled", "ruleType": "RateLimitRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 1000, @@ -54,7 +54,7 @@ { "name": "Rule2", "priority": 2, - "enabledState": "enabled", + "enabledState": "Enabled", "ruleType": "MatchRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 0, @@ -96,7 +96,7 @@ "rules": [ { "ruleId": "GROUP1-0001", - "enabledState": "enabled", + "enabledState": "Enabled", "action": "Redirect" }, { diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-03-01/examples/WafPolicyCreateOrUpdate.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-03-01/examples/WafPolicyCreateOrUpdate.json index f4324dcd8620..96078fd78ba7 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-03-01/examples/WafPolicyCreateOrUpdate.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-03-01/examples/WafPolicyCreateOrUpdate.json @@ -69,7 +69,7 @@ "rules": [ { "ruleId": "GROUP1-0001", - "enabledState": "enabled", + "enabledState": "Enabled", "action": "Redirect" }, { @@ -99,7 +99,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "enabled", + "enabledState": "Enabled", "mode": "Prevention", "redirectUrl": "http://www.bing.com", "customBlockResponseStatusCode": 499, @@ -110,7 +110,7 @@ { "name": "Rule1", "priority": 1, - "enabledState": "enabled", + "enabledState": "Enabled", "ruleType": "RateLimitRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 1000, @@ -132,7 +132,7 @@ { "name": "Rule2", "priority": 2, - "enabledState": "enabled", + "enabledState": "Enabled", "ruleType": "MatchRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 0, @@ -174,7 +174,7 @@ "rules": [ { "ruleId": "GROUP1-0001", - "enabledState": "enabled", + "enabledState": "Enabled", "action": "Redirect" }, { @@ -205,7 +205,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "enabled", + "enabledState": "Enabled", "mode": "Prevention", "redirectUrl": "http://www.bing.com", "customBlockResponseStatusCode": 499, @@ -216,7 +216,7 @@ { "name": "Rule1", "priority": 1, - "enabledState": "enabled", + "enabledState": "Enabled", "ruleType": "RateLimitRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 1000, @@ -238,7 +238,7 @@ { "name": "Rule2", "priority": 2, - "enabledState": "enabled", + "enabledState": "Enabled", "ruleType": "MatchRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 0, @@ -280,7 +280,7 @@ "rules": [ { "ruleId": "GROUP1-0001", - "enabledState": "enabled", + "enabledState": "Enabled", "action": "Redirect" }, { @@ -311,7 +311,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "enabled", + "enabledState": "Enabled", "mode": "Prevention", "redirectUrl": "http://www.bing.com", "customBlockResponseStatusCode": 499, @@ -322,7 +322,7 @@ { "name": "Rule1", "priority": 1, - "enabledState": "enabled", + "enabledState": "Enabled", "ruleType": "RateLimitRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 1000, @@ -344,7 +344,7 @@ { "name": "Rule2", "priority": 2, - "enabledState": "enabled", + "enabledState": "Enabled", "ruleType": "MatchRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 0, @@ -386,7 +386,7 @@ "rules": [ { "ruleId": "GROUP1-0001", - "enabledState": "enabled", + "enabledState": "Enabled", "action": "Redirect" }, { diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-03-01/examples/WafPolicyGet.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-03-01/examples/WafPolicyGet.json index 61f19b15bc31..24b935cab0f3 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-03-01/examples/WafPolicyGet.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-03-01/examples/WafPolicyGet.json @@ -20,7 +20,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "enabled", + "enabledState": "Enabled", "mode": "Prevention", "redirectUrl": "http://www.bing.com", "customBlockResponseStatusCode": 499, @@ -31,7 +31,7 @@ { "name": "Rule1", "priority": 1, - "enabledState": "enabled", + "enabledState": "Enabled", "ruleType": "RateLimitRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 1000, @@ -53,7 +53,7 @@ { "name": "Rule2", "priority": 2, - "enabledState": "enabled", + "enabledState": "Enabled", "ruleType": "MatchRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 0, @@ -95,7 +95,7 @@ "rules": [ { "ruleId": "GROUP1-0001", - "enabledState": "enabled", + "enabledState": "Enabled", "action": "Redirect" }, { diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/FrontdoorCreate.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/FrontdoorCreate.json index 65a2eacff3fa..34e1732ff291 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/FrontdoorCreate.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/FrontdoorCreate.json @@ -35,7 +35,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" } }, - "enabledState": "enabled" + "enabledState": "Enabled" } } ], @@ -116,7 +116,7 @@ "backendPoolsSettings": { "enforceCertificateNameCheck": "Enabled" }, - "enabledState": "enabled" + "enabledState": "Enabled" } } }, @@ -159,7 +159,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" } }, - "enabledState": "enabled" + "enabledState": "Enabled" } } ], @@ -192,7 +192,7 @@ "address": "w3.contoso.com", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 1, "priority": 2 }, @@ -200,7 +200,7 @@ "address": "contoso.com.website-us-west-2.othercloud.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 2, "priority": 1 }, @@ -208,7 +208,7 @@ "address": "contoso1.azurewebsites.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 1, "priority": 1 } @@ -246,7 +246,7 @@ "backendPoolsSettings": { "enforceCertificateNameCheck": "Enabled" }, - "enabledState": "enabled", + "enabledState": "Enabled", "resourceState": "Creating", "provisioningState": "Succeeded", "cname": "frontDoor1.azurefd.net" @@ -291,7 +291,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" } }, - "enabledState": "enabled" + "enabledState": "Enabled" } } ], @@ -324,7 +324,7 @@ "address": "w3.contoso.com", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 1, "priority": 2 }, @@ -332,7 +332,7 @@ "address": "contoso.com.website-us-west-2.othercloud.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 2, "priority": 1 }, @@ -340,7 +340,7 @@ "address": "contoso1.azurewebsites.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 1, "priority": 1 } @@ -378,7 +378,7 @@ "backendPoolsSettings": { "enforceCertificateNameCheck": "Enabled" }, - "enabledState": "enabled", + "enabledState": "Enabled", "resourceState": "Creating", "provisioningState": "Provisioning", "cname": "frontDoor1.azurefd.net" @@ -423,7 +423,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" } }, - "enabledState": "enabled" + "enabledState": "Enabled" } } ], @@ -456,7 +456,7 @@ "address": "w3.contoso.com", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 1, "priority": 2 }, @@ -464,7 +464,7 @@ "address": "contoso.com.website-us-west-2.othercloud.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 2, "priority": 1 }, @@ -472,7 +472,7 @@ "address": "contoso1.azurewebsites.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 1, "priority": 1 } @@ -510,7 +510,7 @@ "backendPoolsSettings": { "enforceCertificateNameCheck": "Enabled" }, - "enabledState": "enabled", + "enabledState": "Enabled", "resourceState": "Creating", "provisioningState": "Provisioning", "cname": "frontDoor1.azurefd.net" diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/FrontdoorGet.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/FrontdoorGet.json index 37889e4f049b..535538c548b1 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/FrontdoorGet.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/FrontdoorGet.json @@ -44,7 +44,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" } }, - "enabledState": "enabled" + "enabledState": "Enabled" } } ], @@ -77,7 +77,7 @@ "address": "w3.contoso.com", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 1, "priority": 2 }, @@ -85,7 +85,7 @@ "address": "contoso.com.website-us-west-2.othercloud.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 2, "priority": 1 }, @@ -93,7 +93,7 @@ "address": "contoso1.azurewebsites.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 1, "priority": 1 } @@ -131,7 +131,7 @@ "backendPoolsSettings": { "enforceCertificateNameCheck": "Enabled" }, - "enabledState": "enabled", + "enabledState": "Enabled", "resourceState": "Enabled", "provisioningState": "Succeeded", "cname": "frontDoor1.azurefd.net" diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/FrontdoorList.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/FrontdoorList.json index 82d8841cb183..d6b9e3662d62 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/FrontdoorList.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/FrontdoorList.json @@ -45,7 +45,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" } }, - "enabledState": "enabled" + "enabledState": "Enabled" } } ], @@ -78,7 +78,7 @@ "address": "w3.contoso.com", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 1, "priority": 2 }, @@ -86,7 +86,7 @@ "address": "contoso.com.website-us-west-2.othercloud.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 2, "priority": 1 }, @@ -94,7 +94,7 @@ "address": "contoso1.azurewebsites.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 1, "priority": 1 } @@ -132,7 +132,7 @@ "backendPoolsSettings": { "enforceCertificateNameCheck": "Enabled" }, - "enabledState": "enabled", + "enabledState": "Enabled", "resourceState": "Enabled", "provisioningState": "Succeeded", "cname": "frontDoor1.azurefd.net" diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/FrontdoorListAll.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/FrontdoorListAll.json index b492c075bd69..92ea4c7becdb 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/FrontdoorListAll.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/FrontdoorListAll.json @@ -44,7 +44,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" } }, - "enabledState": "enabled" + "enabledState": "Enabled" } } ], @@ -77,7 +77,7 @@ "address": "w3.contoso.com", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 1, "priority": 2 }, @@ -85,7 +85,7 @@ "address": "contoso.com.website-us-west-2.othercloud.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 2, "priority": 1 }, @@ -93,7 +93,7 @@ "address": "contoso1.azurewebsites.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 1, "priority": 1 } @@ -131,7 +131,7 @@ "backendPoolsSettings": { "enforceCertificateNameCheck": "Enabled" }, - "enabledState": "enabled", + "enabledState": "Enabled", "resourceState": "Enabled", "provisioningState": "Succeeded", "cname": "frontDoor1.azurefd.net" diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/WafListPolicies.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/WafListPolicies.json index 48f649cfe341..ed53f3c05d68 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/WafListPolicies.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/WafListPolicies.json @@ -21,7 +21,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "enabled", + "enabledState": "Enabled", "mode": "Prevention" }, "customRules": { diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/WafPolicyCreateOrUpdate.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/WafPolicyCreateOrUpdate.json index 3780e43a16e2..69435ee20d6b 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/WafPolicyCreateOrUpdate.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/WafPolicyCreateOrUpdate.json @@ -86,7 +86,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "enabled", + "enabledState": "Enabled", "mode": "Prevention" }, "customRules": { @@ -179,7 +179,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "enabled", + "enabledState": "Enabled", "mode": "Prevention" }, "customRules": { diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/WafPolicyGet.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/WafPolicyGet.json index d4dfe12e7dd6..8f493516de15 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/WafPolicyGet.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-04-01/examples/WafPolicyGet.json @@ -20,7 +20,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "enabled", + "enabledState": "Enabled", "mode": "Prevention" }, "customRules": { diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-05-01/examples/FrontdoorCreate.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-05-01/examples/FrontdoorCreate.json index 4f95fd770a2a..2620327488ce 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-05-01/examples/FrontdoorCreate.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-05-01/examples/FrontdoorCreate.json @@ -35,7 +35,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" } }, - "enabledState": "enabled" + "enabledState": "Enabled" } } ], @@ -46,7 +46,7 @@ "path": "/", "protocol": "Http", "intervalInSeconds": 120, - "enabledState": "enabled", + "enabledState": "Enabled", "healthProbeMethod": "HEAD" } } @@ -119,7 +119,7 @@ "enforceCertificateNameCheck": "Enabled", "sendRecvTimeoutSeconds": 60 }, - "enabledState": "enabled" + "enabledState": "Enabled" } } }, @@ -162,7 +162,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" } }, - "enabledState": "enabled" + "enabledState": "Enabled" } } ], @@ -173,7 +173,7 @@ "path": "/", "protocol": "Http", "intervalInSeconds": 120, - "enabledState": "enabled", + "enabledState": "Enabled", "healthProbeMethod": "HEAD" } } @@ -197,7 +197,7 @@ "address": "w3.contoso.com", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 1, "priority": 2 }, @@ -205,7 +205,7 @@ "address": "contoso.com.website-us-west-2.othercloud.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 2, "priority": 1 }, @@ -213,7 +213,7 @@ "address": "contoso1.azurewebsites.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 1, "priority": 1 } @@ -252,7 +252,7 @@ "enforceCertificateNameCheck": "Enabled", "sendRecvTimeoutSeconds": 60 }, - "enabledState": "enabled", + "enabledState": "Enabled", "resourceState": "Creating", "provisioningState": "Succeeded", "cname": "frontDoor1.azurefd.net" @@ -297,7 +297,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" } }, - "enabledState": "enabled" + "enabledState": "Enabled" } } ], @@ -308,7 +308,7 @@ "path": "/", "protocol": "Http", "intervalInSeconds": 120, - "enabledState": "enabled", + "enabledState": "Enabled", "healthProbeMethod": "HEAD" } } @@ -332,7 +332,7 @@ "address": "w3.contoso.com", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 1, "priority": 2 }, @@ -340,7 +340,7 @@ "address": "contoso.com.website-us-west-2.othercloud.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 2, "priority": 1 }, @@ -348,7 +348,7 @@ "address": "contoso1.azurewebsites.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 1, "priority": 1 } @@ -387,7 +387,7 @@ "enforceCertificateNameCheck": "Enabled", "sendRecvTimeoutSeconds": 60 }, - "enabledState": "enabled", + "enabledState": "Enabled", "resourceState": "Creating", "provisioningState": "Provisioning", "cname": "frontDoor1.azurefd.net" @@ -432,7 +432,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" } }, - "enabledState": "enabled" + "enabledState": "Enabled" } } ], @@ -443,7 +443,7 @@ "path": "/", "protocol": "Http", "intervalInSeconds": 120, - "enabledState": "enabled", + "enabledState": "Enabled", "healthProbeMethod": "HEAD" } } @@ -467,7 +467,7 @@ "address": "w3.contoso.com", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 1, "priority": 2 }, @@ -475,7 +475,7 @@ "address": "contoso.com.website-us-west-2.othercloud.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 2, "priority": 1 }, @@ -483,7 +483,7 @@ "address": "contoso1.azurewebsites.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 1, "priority": 1 } @@ -522,7 +522,7 @@ "enforceCertificateNameCheck": "Enabled", "sendRecvTimeoutSeconds": 60 }, - "enabledState": "enabled", + "enabledState": "Enabled", "resourceState": "Creating", "provisioningState": "Provisioning", "cname": "frontDoor1.azurefd.net" diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-05-01/examples/FrontdoorGet.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-05-01/examples/FrontdoorGet.json index a5e23b7b6035..9f7ee4677cb6 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-05-01/examples/FrontdoorGet.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-05-01/examples/FrontdoorGet.json @@ -44,7 +44,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" } }, - "enabledState": "enabled" + "enabledState": "Enabled" } } ], @@ -55,7 +55,7 @@ "path": "/", "protocol": "Http", "intervalInSeconds": 120, - "enabledState": "enabled", + "enabledState": "Enabled", "healthProbeMethod": "HEAD" } } @@ -79,7 +79,7 @@ "address": "w3.contoso.com", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 1, "priority": 2 }, @@ -87,7 +87,7 @@ "address": "contoso.com.website-us-west-2.othercloud.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 2, "priority": 1 }, @@ -95,7 +95,7 @@ "address": "contoso1.azurewebsites.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 1, "priority": 1 } @@ -134,7 +134,7 @@ "enforceCertificateNameCheck": "Enabled", "sendRecvTimeoutSeconds": 60 }, - "enabledState": "enabled", + "enabledState": "Enabled", "resourceState": "Enabled", "provisioningState": "Succeeded", "cname": "frontDoor1.azurefd.net" diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-05-01/examples/FrontdoorList.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-05-01/examples/FrontdoorList.json index a2b4780568fd..b38a3201d8d8 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-05-01/examples/FrontdoorList.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-05-01/examples/FrontdoorList.json @@ -45,7 +45,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" } }, - "enabledState": "enabled" + "enabledState": "Enabled" } } ], @@ -56,7 +56,7 @@ "path": "/", "protocol": "Http", "intervalInSeconds": 120, - "enabledState": "enabled", + "enabledState": "Enabled", "healthProbeMethod": "HEAD" } } @@ -80,7 +80,7 @@ "address": "w3.contoso.com", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 1, "priority": 2 }, @@ -88,7 +88,7 @@ "address": "contoso.com.website-us-west-2.othercloud.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 2, "priority": 1 }, @@ -96,7 +96,7 @@ "address": "contoso1.azurewebsites.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 1, "priority": 1 } @@ -135,7 +135,7 @@ "enforceCertificateNameCheck": "Enabled", "sendRecvTimeoutSeconds": 60 }, - "enabledState": "enabled", + "enabledState": "Enabled", "resourceState": "Enabled", "provisioningState": "Succeeded", "cname": "frontDoor1.azurefd.net" diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-05-01/examples/FrontdoorListAll.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-05-01/examples/FrontdoorListAll.json index 5e34323a69cd..4bf212cd88dd 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-05-01/examples/FrontdoorListAll.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-05-01/examples/FrontdoorListAll.json @@ -44,7 +44,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/backendPools/backendPool1" } }, - "enabledState": "enabled" + "enabledState": "Enabled" } } ], @@ -55,7 +55,7 @@ "path": "/", "protocol": "Http", "intervalInSeconds": 120, - "enabledState": "enabled", + "enabledState": "Enabled", "healthProbeMethod": "HEAD" } } @@ -79,7 +79,7 @@ "address": "w3.contoso.com", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 1, "priority": 2 }, @@ -87,7 +87,7 @@ "address": "contoso.com.website-us-west-2.othercloud.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 2, "priority": 1 }, @@ -95,7 +95,7 @@ "address": "contoso1.azurewebsites.net", "httpPort": 80, "httpsPort": 443, - "enabledState": "enabled", + "enabledState": "Enabled", "weight": 1, "priority": 1 } @@ -133,7 +133,7 @@ "backendPoolsSettings": { "enforceCertificateNameCheck": "Enabled" }, - "enabledState": "enabled", + "enabledState": "Enabled", "resourceState": "Enabled", "provisioningState": "Succeeded", "cname": "frontDoor1.azurefd.net" diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-10-01/examples/WafListPolicies.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-10-01/examples/WafListPolicies.json index 35df48fd1368..48d6e962ddb1 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-10-01/examples/WafListPolicies.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-10-01/examples/WafListPolicies.json @@ -21,7 +21,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "enabled", + "enabledState": "Enabled", "mode": "Prevention", "redirectUrl": "http://www.bing.com", "customBlockResponseStatusCode": 499, @@ -32,7 +32,7 @@ { "name": "Rule1", "priority": 1, - "enabledState": "enabled", + "enabledState": "Enabled", "ruleType": "RateLimitRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 1000, @@ -54,7 +54,7 @@ { "name": "Rule2", "priority": 2, - "enabledState": "enabled", + "enabledState": "Enabled", "ruleType": "MatchRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 0, @@ -103,7 +103,7 @@ "rules": [ { "ruleId": "942100", - "enabledState": "enabled", + "enabledState": "Enabled", "action": "Redirect" }, { diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-10-01/examples/WafPolicyCreateOrUpdate.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-10-01/examples/WafPolicyCreateOrUpdate.json index ac44fe1dff6e..d1b536c178ce 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-10-01/examples/WafPolicyCreateOrUpdate.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-10-01/examples/WafPolicyCreateOrUpdate.json @@ -83,7 +83,7 @@ "rules": [ { "ruleId": "942100", - "enabledState": "enabled", + "enabledState": "Enabled", "action": "Redirect", "exclusions": [ { @@ -121,7 +121,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "enabled", + "enabledState": "Enabled", "mode": "Prevention", "redirectUrl": "http://www.bing.com", "customBlockResponseStatusCode": 499, @@ -132,7 +132,7 @@ { "name": "Rule1", "priority": 1, - "enabledState": "enabled", + "enabledState": "Enabled", "ruleType": "RateLimitRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 1000, @@ -154,7 +154,7 @@ { "name": "Rule2", "priority": 2, - "enabledState": "enabled", + "enabledState": "Enabled", "ruleType": "MatchRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 0, @@ -210,7 +210,7 @@ "rules": [ { "ruleId": "942100", - "enabledState": "enabled", + "enabledState": "Enabled", "action": "Redirect", "exclusions": [ { @@ -248,7 +248,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "enabled", + "enabledState": "Enabled", "mode": "Prevention", "redirectUrl": "http://www.bing.com", "customBlockResponseStatusCode": 499, @@ -259,7 +259,7 @@ { "name": "Rule1", "priority": 1, - "enabledState": "enabled", + "enabledState": "Enabled", "ruleType": "RateLimitRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 1000, @@ -281,7 +281,7 @@ { "name": "Rule2", "priority": 2, - "enabledState": "enabled", + "enabledState": "Enabled", "ruleType": "MatchRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 0, @@ -337,7 +337,7 @@ "rules": [ { "ruleId": "942100", - "enabledState": "enabled", + "enabledState": "Enabled", "action": "Redirect", "exclusions": [ { @@ -375,7 +375,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "enabled", + "enabledState": "Enabled", "mode": "Prevention", "redirectUrl": "http://www.bing.com", "customBlockResponseStatusCode": 499, @@ -386,7 +386,7 @@ { "name": "Rule1", "priority": 1, - "enabledState": "enabled", + "enabledState": "Enabled", "ruleType": "RateLimitRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 1000, @@ -408,7 +408,7 @@ { "name": "Rule2", "priority": 2, - "enabledState": "enabled", + "enabledState": "Enabled", "ruleType": "MatchRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 0, @@ -464,7 +464,7 @@ "rules": [ { "ruleId": "942100", - "enabledState": "enabled", + "enabledState": "Enabled", "action": "Redirect", "exclusions": [ { diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-10-01/examples/WafPolicyGet.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-10-01/examples/WafPolicyGet.json index 1b034c3c19f0..f403b95bbb85 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-10-01/examples/WafPolicyGet.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-10-01/examples/WafPolicyGet.json @@ -20,7 +20,7 @@ "resourceState": "Enabled", "provisioningState": "Succeeded", "policySettings": { - "enabledState": "enabled", + "enabledState": "Enabled", "mode": "Prevention", "redirectUrl": "http://www.bing.com", "customBlockResponseStatusCode": 499, @@ -31,7 +31,7 @@ { "name": "Rule1", "priority": 1, - "enabledState": "enabled", + "enabledState": "Enabled", "ruleType": "RateLimitRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 1000, @@ -53,7 +53,7 @@ { "name": "Rule2", "priority": 2, - "enabledState": "enabled", + "enabledState": "Enabled", "ruleType": "MatchRule", "rateLimitDurationInMinutes": 0, "rateLimitThreshold": 0, @@ -102,7 +102,7 @@ "rules": [ { "ruleId": "942100", - "enabledState": "enabled", + "enabledState": "Enabled", "action": "Redirect" }, { diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentCreateExperiment.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentCreateExperiment.json index d7bfd947db60..bdb98be3186c 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentCreateExperiment.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentCreateExperiment.json @@ -16,7 +16,7 @@ "name": "endpoint B", "endpoint": "endpointB.net" }, - "enabledState": "enabled" + "enabledState": "Enabled" } } }, @@ -40,7 +40,7 @@ "name": "endpoint B", "endpoint": "endpointB.net" }, - "enabledState": "enabled", + "enabledState": "Enabled", "resourceState": "Creating", "status": "ongoing", "scriptFileUri": "www.myScript.com" @@ -66,7 +66,7 @@ "name": "endpoint B", "endpoint": "endpointB.net" }, - "enabledState": "enabled", + "enabledState": "Enabled", "resourceState": "Creating", "status": "ongoing", "scriptFileUri": "www.myScript.com" @@ -92,7 +92,7 @@ "name": "endpoint B", "endpoint": "endpointB.net" }, - "enabledState": "enabled", + "enabledState": "Enabled", "resourceState": "Creating", "status": "ongoing", "scriptFileUri": "www.myScript.com" diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentCreateProfile.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentCreateProfile.json index 07d132dccac7..5495654d2196 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentCreateProfile.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentCreateProfile.json @@ -6,7 +6,7 @@ "profileName": "Profile1", "parameters": { "properties": { - "enabledState": "enabled" + "enabledState": "Enabled" } } }, @@ -22,7 +22,7 @@ }, "location": "WestUs", "properties": { - "enabledState": "enabled", + "enabledState": "Enabled", "resourceState": "Creating" } } @@ -38,7 +38,7 @@ }, "location": "WestUs", "properties": { - "enabledState": "enabled", + "enabledState": "Enabled", "resourceState": "Creating" } } @@ -54,7 +54,7 @@ }, "location": "WestUs", "properties": { - "enabledState": "enabled", + "enabledState": "Enabled", "resourceState": "Creating" } } diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentGetExperiment.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentGetExperiment.json index f1379ac7dcdf..f51a235267ab 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentGetExperiment.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentGetExperiment.json @@ -26,7 +26,7 @@ "name": "endpoint B", "endpoint": "endpointB.net" }, - "enabledState": "enabled", + "enabledState": "Enabled", "resourceState": "Creating", "status": "ongoing", "scriptFileUri": "www.myScript.com" diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentGetProfile.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentGetProfile.json index 92f336d7168d..d5801a4ad600 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentGetProfile.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentGetProfile.json @@ -16,7 +16,7 @@ }, "location": "WestUs", "properties": { - "enabledState": "enabled", + "enabledState": "Enabled", "resourceState": "Creating" } } diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentListExperiments.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentListExperiments.json index 3586a7eeb60a..b4dacf586a42 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentListExperiments.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentListExperiments.json @@ -22,7 +22,7 @@ "name": "endpoint B", "endpoint": "endpointB.net" }, - "enabledState": "enabled", + "enabledState": "Enabled", "resourceState": "Creating", "status": "ongoing", "scriptFileUri": "www.myScript.com" diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentListProfiles.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentListProfiles.json index 1c0c610edc41..f2768497fed4 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentListProfiles.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentListProfiles.json @@ -18,7 +18,7 @@ }, "location": "WestUs", "properties": { - "enabledState": "enabled", + "enabledState": "Enabled", "resourceState": "Creating" } } diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentUpdateExperiment.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentUpdateExperiment.json index 66ddd4f153a2..b9881459633f 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentUpdateExperiment.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentUpdateExperiment.json @@ -8,7 +8,7 @@ "parameters": { "properties": { "description": "string", - "enabledState": "enabled" + "enabledState": "Enabled" } } }, @@ -33,7 +33,7 @@ "name": "endpoint B", "endpoint": "endpointB.net" }, - "enabledState": "enabled", + "enabledState": "Enabled", "resourceState": "Creating", "status": "ongoing", "scriptFileUri": "www.myScript.com" @@ -60,7 +60,7 @@ "name": "endpoint B", "endpoint": "endpointB.net" }, - "enabledState": "enabled", + "enabledState": "Enabled", "resourceState": "Creating", "status": "ongoing", "scriptFileUri": "www.myScript.com" diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentUpdateProfile.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentUpdateProfile.json index 10c258112108..d67997f4d385 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentUpdateProfile.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/examples/NetworkExperimentUpdateProfile.json @@ -6,7 +6,7 @@ "profileName": "Profile1", "parameters": { "properties": { - "enabledState": "enabled" + "enabledState": "Enabled" }, "tags": { "key1": "value1", @@ -26,7 +26,7 @@ }, "location": "WestUs", "properties": { - "enabledState": "enabled", + "enabledState": "Enabled", "resourceState": "Creating" } } @@ -42,7 +42,7 @@ }, "location": "WestUs", "properties": { - "enabledState": "enabled", + "enabledState": "Enabled", "resourceState": "Creating" } } diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/networkexperiment.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/networkexperiment.json index 5707272c513f..4d4e227caab8 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/networkexperiment.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/networkexperiment.json @@ -874,8 +874,8 @@ "type": "string", "description": "The state of the Experiment", "enum": [ - "enabled", - "disabled" + "Enabled", + "Disabled" ], "x-ms-enum": { "name": "state", @@ -946,8 +946,8 @@ "type": "string", "description": "The enabled state of the Profile", "enum": [ - "enabled", - "disabled" + "Enabled", + "Disabled" ], "x-ms-enum": { "name": "state", @@ -986,8 +986,8 @@ "type": "string", "description": "The state of the Experiment", "enum": [ - "enabled", - "disabled" + "Enabled", + "Disabled" ], "x-ms-enum": { "name": "state", @@ -1034,8 +1034,8 @@ "type": "string", "description": "The state of the Experiment", "enum": [ - "enabled", - "disabled" + "Enabled", + "Disabled" ], "x-ms-enum": { "name": "state", From 07eb2cb6574a19ee45502b2faf02ed461ef440bb Mon Sep 17 00:00:00 2001 From: Zim Kalinowski Date: Tue, 8 Oct 2019 22:24:05 +0800 Subject: [PATCH 06/11] removed readme.cli checked in by mistake --- .../peering/resource-manager/readme.cli.md | 24 ------------------- 1 file changed, 24 deletions(-) delete mode 100644 specification/peering/resource-manager/readme.cli.md diff --git a/specification/peering/resource-manager/readme.cli.md b/specification/peering/resource-manager/readme.cli.md deleted file mode 100644 index 196c16d0ee92..000000000000 --- a/specification/peering/resource-manager/readme.cli.md +++ /dev/null @@ -1,24 +0,0 @@ -## CLI - -These settings apply only when `--cli` is specified on the command line. - -``` yaml $(cli) -cli: - cli-name: peering - cmd-override: - "^.*[/]peerasns[/].*$": "peering asn" - "^.*[/]peerings[/].*$": "peering" - "^.*[/]peeringservices([/][^/]*)?$": "peering service" - "^.*[/]peeringservices[/].*prefixes.*$": "peering service prefix" - namespace: azure.mgmt.peering - package-name: azure-mgmt-peering - debug: true - adjustments: - "/sku": "Sku*/" - "/properties/exchange": "Exchange*/" - "/properties/direct": "Direct*/" - "/properties/peercontactinfo/": "*/" - - test-setup: - - name: Create or Update a service with all parameters -``` From 568318d0eb19c27bfc4415c41c5296e13414ff39 Mon Sep 17 00:00:00 2001 From: Zim Kalinowski Date: Tue, 8 Oct 2019 22:41:33 +0800 Subject: [PATCH 07/11] renamed ResourceState -> NetworkExperimenationResourceState --- .../stable/2019-11-01/networkexperiment.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/networkexperiment.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/networkexperiment.json index 4d4e227caab8..fd599553b11f 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/networkexperiment.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/networkexperiment.json @@ -868,7 +868,7 @@ "properties": { "resourceState": { "description": "Resource status.", - "$ref": "#/definitions/ResourceState" + "$ref": "#/definitions/NetworkExperimentationResourceState" }, "enabledState": { "type": "string", @@ -1044,7 +1044,7 @@ }, "resourceState": { "description": "Resource status.", - "$ref": "#/definitions/ResourceState" + "$ref": "#/definitions/NetworkExperimentationResourceState" }, "status": { "description": "The description of Experiment status from the server side", @@ -1110,7 +1110,7 @@ } ] }, - "ResourceState": { + "NetworkExperimentationResourceState": { "description": "Defines the server side resource status", "readOnly": true, "enum": [ From e5fa469589e9cddf953d91122ebf61fc705ea8bb Mon Sep 17 00:00:00 2001 From: Zim Kalinowski Date: Tue, 8 Oct 2019 22:52:50 +0800 Subject: [PATCH 08/11] renamed aggregation intervals --- .../stable/2019-11-01/networkexperiment.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/networkexperiment.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/networkexperiment.json index fd599553b11f..e11aa52381bb 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/networkexperiment.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/networkexperiment.json @@ -726,7 +726,7 @@ "Monthly" ], "x-ms-enum": { - "name": "aggregationInterval", + "name": "latencyScoreboardAggregationInterval", "modelAsString": true }, "required": true @@ -805,7 +805,7 @@ "Daily" ], "x-ms-enum": { - "name": "aggregationInterval", + "name": "timeseriesAggregationInterval", "modelAsString": true }, "required": true From 729f3420dad818c11e458aa67483039fd9b48778 Mon Sep 17 00:00:00 2001 From: Zim Kalinowski Date: Wed, 9 Oct 2019 09:58:02 +0800 Subject: [PATCH 09/11] Updated timeseriesType --- .../stable/2019-11-01/networkexperiment.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/networkexperiment.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/networkexperiment.json index e11aa52381bb..75a26484b7a7 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/networkexperiment.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/networkexperiment.json @@ -817,10 +817,12 @@ "description": "The type of Timeseries", "enum": [ "MeasurementCounts", - "LatencyP50" + "LatencyP50", + "LatencyP75", + "LatencyP95" ], "x-ms-enum": { - "name": "timeseriesTypes", + "name": "timeseriesType", "modelAsString": true }, "required": true @@ -1286,10 +1288,12 @@ "description": "The type of Timeseries", "enum": [ "MeasurementCounts", - "LatencyP50" - ], + "LatencyP50", + "LatencyP75", + "LatencyP95" + ], "x-ms-enum": { - "name": "timeseriesTypes", + "name": "timeseriesType", "modelAsString": true } }, From 9630e7a1f4c4c443797f8efa12d20bf1cf7a4dee Mon Sep 17 00:00:00 2001 From: Zim Kalinowski Date: Wed, 9 Oct 2019 10:54:02 +0800 Subject: [PATCH 10/11] scorecard -> scoreboard --- .../Microsoft.Network/stable/2019-11-01/networkexperiment.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/networkexperiment.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/networkexperiment.json index 75a26484b7a7..a1f31f38a8b3 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/networkexperiment.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/networkexperiment.json @@ -726,7 +726,7 @@ "Monthly" ], "x-ms-enum": { - "name": "latencyScoreboardAggregationInterval", + "name": "latencyScorecardAggregationInterval", "modelAsString": true }, "required": true From 3a7dbc786a7789ef058736e2dfa8be0f7ab5f53d Mon Sep 17 00:00:00 2001 From: Zim Kalinowski Date: Wed, 9 Oct 2019 11:06:16 +0800 Subject: [PATCH 11/11] network experiment resource state --- .../stable/2019-11-01/networkexperiment.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/networkexperiment.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/networkexperiment.json index a1f31f38a8b3..96cc1146588b 100644 --- a/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/networkexperiment.json +++ b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/networkexperiment.json @@ -870,7 +870,7 @@ "properties": { "resourceState": { "description": "Resource status.", - "$ref": "#/definitions/NetworkExperimentationResourceState" + "$ref": "#/definitions/NetworkExperimentResourceState" }, "enabledState": { "type": "string", @@ -1046,7 +1046,7 @@ }, "resourceState": { "description": "Resource status.", - "$ref": "#/definitions/NetworkExperimentationResourceState" + "$ref": "#/definitions/NetworkExperimentResourceState" }, "status": { "description": "The description of Experiment status from the server side", @@ -1112,7 +1112,7 @@ } ] }, - "NetworkExperimentationResourceState": { + "NetworkExperimentResourceState": { "description": "Defines the server side resource status", "readOnly": true, "enum": [ @@ -1125,7 +1125,7 @@ ], "type": "string", "x-ms-enum": { - "name": "NetworkExperimentationResourceState", + "name": "NetworkExperimentResourceState", "modelAsString": true } },