diff --git a/arm-datalake-analytics/account/2016-11-01/swagger/account.json b/arm-datalake-analytics/account/2016-11-01/swagger/account.json index 12b7ac235411..b633d974d6dd 100644 --- a/arm-datalake-analytics/account/2016-11-01/swagger/account.json +++ b/arm-datalake-analytics/account/2016-11-01/swagger/account.json @@ -40,9 +40,9 @@ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/computePolicies/{computePolicyName}": { "put": { "tags": [ - "ComputePolicy" + "ComputePolicies" ], - "operationId": "ComputePolicy_CreateOrUpdate", + "operationId": "ComputePolicies_CreateOrUpdate", "description": "Creates or updates the specified compute policy. During update, the compute policy with the specified name will be replaced with this new compute policy. An account supports, at most, 50 policies", "parameters": [ { @@ -93,9 +93,9 @@ }, "patch": { "tags": [ - "ComputePolicy" + "ComputePolicies" ], - "operationId": "ComputePolicy_Update", + "operationId": "ComputePolicies_Update", "description": "Updates the specified compute policy.", "parameters": [ { @@ -146,9 +146,9 @@ }, "delete": { "tags": [ - "ComputePolicy" + "ComputePolicies" ], - "operationId": "ComputePolicy_Delete", + "operationId": "ComputePolicies_Delete", "description": "Deletes the specified compute policy from the specified Data Lake Analytics account", "parameters": [ { @@ -190,9 +190,9 @@ }, "get": { "tags": [ - "ComputePolicy" + "ComputePolicies" ], - "operationId": "ComputePolicy_Get", + "operationId": "ComputePolicies_Get", "description": "Gets the specified Data Lake Analytics compute policy.", "parameters": [ { @@ -236,9 +236,9 @@ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/computePolicies": { "get": { "tags": [ - "ComputePolicy" + "ComputePolicies" ], - "operationId": "ComputePolicy_ListByAccount", + "operationId": "ComputePolicies_ListByAccount", "description": "Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account. An account supports, at most, 50 policies", "parameters": [ {