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 96cc1146588b..7f45704257f2 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 @@ -58,7 +58,7 @@ "NetworkExperimentProfiles" ], "summary": "Gets a list of Network Experiment Profiles under a subscription", - "operationId": "Profiles_List", + "operationId": "NetworkExperimentProfiles_List", "produces": [ "application/json" ], @@ -100,7 +100,7 @@ "NetworkExperimentProfiles" ], "summary": "Gets a list of Network Experiment Profiles within a resource group under a subscription", - "operationId": "Profiles_ListByResourceGroup", + "operationId": "NetworkExperimentProfiles_ListByResourceGroup", "produces": [ "application/json" ], @@ -145,7 +145,7 @@ "NetworkExperimentProfiles" ], "summary": "Gets an NetworkExperiment Profile by ProfileName", - "operationId": "GetNetworkExperimentProfilesByProfileName", + "operationId": "NetworkExperimentProfiles_Get", "produces": [ "application/json" ], @@ -188,7 +188,7 @@ "NetworkExperimentProfiles" ], "summary": "Creates an NetworkExperiment Profile", - "operationId": "createOrUpdateNetworkExperimentProfiles", + "operationId": "NetworkExperimentProfiles_CreateOrUpdate", "produces": [ "application/json" ], @@ -254,7 +254,7 @@ ], "description": "Updates an NetworkExperimentProfiles", "summary": "Updates an NetworkExperimentProfiles by NetworkExperimentProfile name", - "operationId": "updateNetworkExperimentProfilesByProfilesName", + "operationId": "NetworkExperimentProfiles_Update", "produces": [ "application/json" ], @@ -313,7 +313,7 @@ "NetworkExperimentProfiles" ], "summary": "Deletes an NetworkExperiment Profile by ProfileName", - "operationId": "deleteNetworkExperimentProfiles", + "operationId": "NetworkExperimentProfiles_Delete", "parameters": [ { "$ref": "./network.json#/parameters/SubscriptionIdParameter" @@ -455,7 +455,7 @@ "Experiments" ], "summary": "Gets an Experiment by ExperimentName", - "operationId": "getExperimentsByExperimentName", + "operationId": "Experiments_Get", "produces": [ "application/json" ], @@ -501,7 +501,7 @@ "Experiments" ], "summary": "Creates or updates an Experiment", - "operationId": "createOrUpdateExperiments", + "operationId": "Experiments_CreateOrUpdate", "parameters": [ { "$ref": "./network.json#/parameters/SubscriptionIdParameter" @@ -567,7 +567,7 @@ ], "description": "Updates an Experiment", "summary": "Updates an Experiment by Experiment id", - "operationId": "updateExperimentsByExperimentName", + "operationId": "Experiments_Update", "produces": [ "application/json" ], @@ -629,7 +629,7 @@ "Experiments" ], "summary": "Deletes an Experiment", - "operationId": "deleteExperiments", + "operationId": "Experiments_Delete", "produces": [ "application/json" ], @@ -681,7 +681,7 @@ "Reports" ], "summary": "Gets a Latency Scorecard for a given Experiment", - "operationId": "getLatencyScorecards", + "operationId": "Reports_GetLatencyScorecards", "produces": [ "application/json" ], @@ -759,7 +759,7 @@ "Reports" ], "summary": "Gets a Timeseries for a given Experiment", - "operationId": "getTimeseries", + "operationId": "Reports_GetTimeseries", "produces": [ "application/json" ], diff --git a/specification/frontdoor/resource-manager/readme.cli.md b/specification/frontdoor/resource-manager/readme.cli.md new file mode 100644 index 000000000000..a0c957b466f6 --- /dev/null +++ b/specification/frontdoor/resource-manager/readme.cli.md @@ -0,0 +1,22 @@ +## CLI + +These settings apply only when `--cli` is specified on the command line. + +``` yaml $(cli) +cli: + cli-name: networkexperiment + namespace: azure.mgmt.frontdoor + package-name: azure-mgmt-frontdoor + debug: false + cmd-override: + "^.*frontdoor.*$": "-" + "^.*[/]networkexperimentprofiles([/][^/]*)?$": "networkexperiment profiles" + "^.*[/]networkexperimentprofiles[/].*[/]preconfiguredendpoints[/].*$": "networkexperiment profile preconfiguredendpoint" + "^.*[/]networkexperimentprofiles[/].*[/]experiments[/]([/][^/]*)?$": "networkexperiment profile experiment" + "^.*[/]networkexperimentprofiles[/].*[/]experiments[/].*[/]latencyscorecard$": "networkexperiment profile experiment latencyscorecard" + "^.*[/]networkexperimentprofiles[/].*[/]experiments[/].*[/]timeseries$": "networkexperiment profile experiment timeseries" + adjustments: + "/sku": "Sku*/" + test-setup: + - name: Create or Update a service with all parameters +``` diff --git a/specification/frontdoor/resource-manager/readme.md b/specification/frontdoor/resource-manager/readme.md index b687edc3ea5b..6c153cef5bf3 100644 --- a/specification/frontdoor/resource-manager/readme.md +++ b/specification/frontdoor/resource-manager/readme.md @@ -166,6 +166,10 @@ csharp: See configuration in [readme.go.md](./readme.go.md) +## CLI + +See configuration in [readme.cli.md](./readme.cli.md) + ## Java These settings apply only when `--java` is specified on the command line.