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..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,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..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,8 +26,8 @@ }, "location": "WestUs", "properties": { - "enabledState": "enabled", - "resourceState": "creating" + "enabledState": "Enabled", + "resourceState": "Creating" } } }, @@ -42,8 +42,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/networkexperiment.json b/specification/frontdoor/resource-manager/Microsoft.Network/stable/2019-11-01/networkexperiment.json index 1ffe8b6a7be7..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 @@ -726,7 +726,7 @@ "Monthly" ], "x-ms-enum": { - "name": "aggregationInterval", + "name": "latencyScorecardAggregationInterval", "modelAsString": true }, "required": true @@ -805,7 +805,7 @@ "Daily" ], "x-ms-enum": { - "name": "aggregationInterval", + "name": "timeseriesAggregationInterval", "modelAsString": true }, "required": true @@ -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 @@ -868,14 +870,14 @@ "properties": { "resourceState": { "description": "Resource status.", - "$ref": "#/definitions/ResourceState" + "$ref": "#/definitions/NetworkExperimentResourceState" }, "enabledState": { "type": "string", "description": "The state of the Experiment", "enum": [ - "enabled", - "disabled" + "Enabled", + "Disabled" ], "x-ms-enum": { "name": "state", @@ -946,8 +948,8 @@ "type": "string", "description": "The enabled state of the Profile", "enum": [ - "enabled", - "disabled" + "Enabled", + "Disabled" ], "x-ms-enum": { "name": "state", @@ -986,8 +988,8 @@ "type": "string", "description": "The state of the Experiment", "enum": [ - "enabled", - "disabled" + "Enabled", + "Disabled" ], "x-ms-enum": { "name": "state", @@ -1034,8 +1036,8 @@ "type": "string", "description": "The state of the Experiment", "enum": [ - "enabled", - "disabled" + "Enabled", + "Disabled" ], "x-ms-enum": { "name": "state", @@ -1044,7 +1046,7 @@ }, "resourceState": { "description": "Resource status.", - "$ref": "#/definitions/ResourceState" + "$ref": "#/definitions/NetworkExperimentResourceState" }, "status": { "description": "The description of Experiment status from the server side", @@ -1110,20 +1112,20 @@ } ] }, - "ResourceState": { + "NetworkExperimentResourceState": { "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": { - "name": "NetworkExperimentationResourceState", + "name": "NetworkExperimentResourceState", "modelAsString": 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 } }, 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