Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions arm-datalake-analytics/account/2016-11-01/swagger/account.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down Expand Up @@ -93,9 +93,9 @@
},
"patch": {
"tags": [
"ComputePolicy"
"ComputePolicies"
],
"operationId": "ComputePolicy_Update",
"operationId": "ComputePolicies_Update",
"description": "Updates the specified compute policy.",
"parameters": [
{
Expand Down Expand Up @@ -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": [
{
Expand Down Expand Up @@ -190,9 +190,9 @@
},
"get": {
"tags": [
"ComputePolicy"
"ComputePolicies"
],
"operationId": "ComputePolicy_Get",
"operationId": "ComputePolicies_Get",
"description": "Gets the specified Data Lake Analytics compute policy.",
"parameters": [
{
Expand Down Expand Up @@ -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": [
{
Expand Down