From 4f20f49c9168e539f402770fabfb47c70d753118 Mon Sep 17 00:00:00 2001 From: Vaishnavi Janardhan Date: Mon, 26 Jul 2021 19:15:43 +0530 Subject: [PATCH] Modify operation ids of all operations --- .../preview/2020-12-01-preview/edgeorder.json | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/specification/edgeorder/resource-manager/Microsoft.EdgeOrder/preview/2020-12-01-preview/edgeorder.json b/specification/edgeorder/resource-manager/Microsoft.EdgeOrder/preview/2020-12-01-preview/edgeorder.json index 58deea45c710..82696b274c5a 100644 --- a/specification/edgeorder/resource-manager/Microsoft.EdgeOrder/preview/2020-12-01-preview/edgeorder.json +++ b/specification/edgeorder/resource-manager/Microsoft.EdgeOrder/preview/2020-12-01-preview/edgeorder.json @@ -21,7 +21,7 @@ "Operations" ], "description": "This method gets all the operations that are exposed for customer.", - "operationId": "ListOperations", + "operationId": "Operations_List", "consumes": [ "application/json" ], @@ -63,7 +63,7 @@ "Addresses" ], "description": "Lists all the addresses available under the subscription.", - "operationId": "ListAddressesAtSubscriptionLevel", + "operationId": "Addresses_ListAtSubscriptionLevel", "consumes": [ "application/json" ], @@ -122,7 +122,7 @@ "ProductsAndConfigurations" ], "description": "This method provides the list of product families for the given subscription.", - "operationId": "ListProductFamilies", + "operationId": "Service_ListProductFamilies", "consumes": [ "application/json" ], @@ -190,7 +190,7 @@ "ProductsAndConfigurations" ], "description": "This method provides the list of configurations for the given product family, product line and product under subscription.", - "operationId": "ListConfigurations", + "operationId": "Service_ListConfigurations", "consumes": [ "application/json" ], @@ -251,7 +251,7 @@ "ProductFamilyMetadata" ], "description": "This method provides the list of product families metadata for the given subscription.", - "operationId": "ListProductFamiliesMetadata", + "operationId": "Service_ListProductFamiliesMetadata", "consumes": [ "application/json" ], @@ -303,7 +303,7 @@ "Orders" ], "description": "Lists order at subscription level.", - "operationId": "ListOrderAtSubscriptionLevel", + "operationId": "Orders_ListAtSubscriptionLevel", "consumes": [ "application/json" ], @@ -355,7 +355,7 @@ "OrderItems" ], "description": "Lists order at subscription level.", - "operationId": "ListOrderItemsAtSubscriptionLevel", + "operationId": "OrderItems_ListAtSubscriptionLevel", "consumes": [ "application/json" ], @@ -414,7 +414,7 @@ "Addresses" ], "description": "Lists all the addresses available under the given resource group.", - "operationId": "ListAddressesAtResourceGroupLevel", + "operationId": "Addresses_ListAtResourceGroupLevel", "consumes": [ "application/json" ], @@ -476,7 +476,7 @@ "Addresses" ], "description": "Gets information about the specified address.", - "operationId": "GetAddressByName", + "operationId": "Addresses_Get", "consumes": [ "application/json" ], @@ -522,7 +522,7 @@ "Addresses" ], "description": "Creates a new address with the specified parameters. Existing address cannot be updated with this API and should instead be updated with the Update address API.", - "operationId": "CreateAddress", + "operationId": "Addresses_Create", "consumes": [ "application/json" ], @@ -581,7 +581,7 @@ "Addresses" ], "description": "Deletes an address.", - "operationId": "DeleteAddressByName", + "operationId": "Addresses_Delete", "consumes": [ "application/json" ], @@ -631,7 +631,7 @@ "Addresses" ], "description": "Updates the properties of an existing address.", - "operationId": "UpdateAddress", + "operationId": "Addresses_Update", "consumes": [ "application/json" ], @@ -699,7 +699,7 @@ "Orders" ], "description": "Lists order at resource group level.", - "operationId": "ListOrderAtResourceGroupLevel", + "operationId": "Orders_ListAtResourceGroupLevel", "consumes": [ "application/json" ], @@ -754,7 +754,7 @@ "Orders" ], "description": "Gets an order.", - "operationId": "GetOrderByName", + "operationId": "Orders_Get", "consumes": [ "application/json" ], @@ -805,7 +805,7 @@ "OrderItems" ], "description": "Lists order item at resource group level.", - "operationId": "ListOrderItemsAtResourceGroupLevel", + "operationId": "OrderItems_ListAtResourceGroupLevel", "consumes": [ "application/json" ], @@ -874,7 +874,7 @@ "OrderItems" ], "description": "Gets an order item.", - "operationId": "GetOrderItemByName", + "operationId": "OrderItems_Get", "consumes": [ "application/json" ], @@ -927,7 +927,7 @@ "OrderItems" ], "description": "Creates an order item. Existing order item cannot be updated with this api and should instead be updated with the Update order item API.", - "operationId": "CreateOrderItem", + "operationId": "OrderItems_Create", "consumes": [ "application/json" ], @@ -986,7 +986,7 @@ "OrderItems" ], "description": "Deletes an order item.", - "operationId": "DeleteOrderItemByName", + "operationId": "OrderItems_Delete", "consumes": [ "application/json" ], @@ -1036,7 +1036,7 @@ "OrderItems" ], "description": "Updates the properties of an existing order item.", - "operationId": "UpdateOrderItem", + "operationId": "OrderItems_Update", "consumes": [ "application/json" ], @@ -1104,7 +1104,7 @@ "OrderItems" ], "description": "Cancel order item.", - "operationId": "CancelOrderItem", + "operationId": "OrderItems_Cancel", "consumes": [ "application/json" ], @@ -1161,7 +1161,7 @@ "OrderItems" ], "description": "Return order item.", - "operationId": "ReturnOrderItem", + "operationId": "OrderItems_Return", "consumes": [ "application/json" ],