Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,192 @@
{
"parameters": {
"api-version": "2016-11-01",
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "contosorg",
"accountName": "contosoadla",
"parameters": {
"location": "test_location",
"tags": {
"test_key": "test_value"
},
"properties": {
"defaultDataLakeStoreAccount": "test_account",
"maxDegreeOfParallelism": 30,
"queryStoreRetention": 30,
"maxJobCount": 3,
"dataLakeStoreAccounts": [{
"id": "test_adls_id",
"name": "test_adls",
"type": "test_type",
"properties": {
"suffix": "test_suffix"
}
}],
"storageAccounts": [{
"id": "test_storage_id",
"name": "test_storage",
"type": "test_type",
"properties": {
"accessKey": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab346",
"suffix": "test_suffix"
}
}],
"newTier": "Consumption",
"firewallState": "Enabled",
"firewallAllowAzureIps": "Enabled",
"firewallRules": [{
"id": "test_firewall_id",
"name": "test_rule",
"type": "test_type",
"properties": {
"startIpAddress": "1.1.1.1",
"endIpAddress": "2.2.2.2"
}
}],
"maxDegreeOfParallelismPerJob": 1,
"minPriorityPerJob": 1,
"computePolicies": [{
"name": "test_policy",
"properties": {
"objectId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"objectType": "User",
"maxDegreeOfParallelismPerJob": 1,
"minPriorityPerJob": 1
}
}]
}
}
},
"responses": {
"201": {
"body": {
"id": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"name": "test_account",
"type": "test_type",
"location": "test_location",
"tags": {
"test_key": "test_value"
},
"properties": {
"provisioningState": "Succeeded",
"state": "Active",
"defaultDataLakeStoreAccount": "test_account",
"maxDegreeOfParallelism": 30,
"queryStoreRetention": 30,
"maxJobCount": 3,
"systemMaxDegreeOfParallelism": 1,
"systemMaxJobCount": 1,
"dataLakeStoreAccounts": [{
"id": "test_adls_id",
"name": "test_adls",
"type": "test_type",
"properties": {
"suffix": "test_suffix"
}
}],
"storageAccounts": [{
"id": "test_storage_id",
"name": "test_storage",
"type": "test_type",
"properties": {
"accessKey": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab346",
"suffix": "test_suffix"
}
}],
"creationTime": "2017-04-14T13:21:56.6819037-07:00",
"lastModifiedTime": "2017-04-14T13:21:56.6819037-07:00",
"endpoint": "test_endpoint",
"newTier": "Consumption",
"currentTier": "Consumption",
"firewallState": "Enabled",
"firewallAllowAzureIps": "Enabled",
"firewallRules": [{
"id": "test_firewall_id",
"name": "test_rule",
"type": "test_type",
"properties": {
"startIpAddress": "1.1.1.1",
"endIpAddress": "2.2.2.2"
}
}],
"maxDegreeOfParallelismPerJob": 1,
"minPriorityPerJob": 1,
"computePolicies": [{
"name": "test_policy",
"properties": {
"objectId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"objectType": "User",
"maxDegreeOfParallelismPerJob": 1,
"minPriorityPerJob": 1
}
}]
}
}
},
"200": {
"body": {
"id": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"name": "test_account",
"type": "test_type",
"location": "test_location",
"tags": {
"test_key": "test_value"
},
"properties": {
"provisioningState": "Succeeded",
"state": "Active",
"defaultDataLakeStoreAccount": "test_account",
"maxDegreeOfParallelism": 30,
"queryStoreRetention": 30,
"maxJobCount": 3,
"systemMaxDegreeOfParallelism": 1,
"systemMaxJobCount": 1,
"dataLakeStoreAccounts": [{
"id": "test_adls_id",
"name": "test_adls",
"type": "test_type",
"properties": {
"suffix": "test_suffix"
}
}],
"storageAccounts": [{
"id": "test_storage_id",
"name": "test_storage",
"type": "test_type",
"properties": {
"accessKey": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab346",
"suffix": "test_suffix"
}
}],
"creationTime": "2017-04-14T13:21:56.6819037-07:00",
"lastModifiedTime": "2017-04-14T13:21:56.6819037-07:00",
"endpoint": "test_endpoint",
"newTier": "Consumption",
"currentTier": "Consumption",
"firewallState": "Enabled",
"firewallAllowAzureIps": "Enabled",
"firewallRules": [{
"id": "test_firewall_id",
"name": "test_rule",
"type": "test_type",
"properties": {
"startIpAddress": "1.1.1.1",
"endIpAddress": "2.2.2.2"
}
}],
"maxDegreeOfParallelismPerJob": 1,
"minPriorityPerJob": 1,
"computePolicies": [{
"name": "test_policy",
"properties": {
"objectId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"objectType": "User",
"maxDegreeOfParallelismPerJob": 1,
"minPriorityPerJob": 1
}
}]
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"parameters": {
"api-version": "2016-11-01",
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "contosorg",
"accountName": "contosoadla"
},
"responses": {
"200": {
},
"202": {
},
"204": {
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
{
"parameters": {
"api-version": "2016-11-01",
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "contosorg",
"accountName": "contosoadla"
},
"responses": {
"200": {
"body": {
"id": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"name": "test_account",
"type": "test_type",
"location": "test_location",
"tags": {
"test_key": "test_value"
},
"properties": {
"provisioningState": "Succeeded",
"state": "Active",
"defaultDataLakeStoreAccount": "test_account",
"maxDegreeOfParallelism": 30,
"queryStoreRetention": 30,
"maxJobCount": 3,
"systemMaxDegreeOfParallelism": 1,
"systemMaxJobCount": 1,
"dataLakeStoreAccounts": [{
"id": "test_adls_id",
"name": "test_adls",
"type": "test_type",
"properties": {
"suffix": "test_suffix"
}
}],
"storageAccounts": [{
"id": "test_storage_id",
"name": "test_storage",
"type": "test_type",
"properties": {
"accessKey": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab346",
"suffix": "test_suffix"
}
}],
"creationTime": "2017-04-14T13:21:56.6819037-07:00",
"lastModifiedTime": "2017-04-14T13:21:56.6819037-07:00",
"endpoint": "test_endpoint",
"newTier": "Consumption",
"currentTier": "Consumption",
"firewallState": "Enabled",
"firewallAllowAzureIps": "Enabled",
"firewallRules": [{
"id": "test_firewall_id",
"name": "test_rule",
"type": "test_type",
"properties": {
"startIpAddress": "1.1.1.1",
"endIpAddress": "2.2.2.2"
}
}],
"maxDegreeOfParallelismPerJob": 1,
"minPriorityPerJob": 1,
"computePolicies": [{
"name": "test_policy",
"properties": {
"objectId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"objectType": "User",
"maxDegreeOfParallelismPerJob": 1,
"minPriorityPerJob": 1
}
}]
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
{
"parameters": {
"api-version": "2016-11-01",
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"$filter": "test_filter",
"$top": 1,
"$skip": 1,
"$select": "test_select",
"$orderby": "test_orderby",
"$count": false
},
"responses": {
"200": {
"body": {
"value": [{
"id": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"name": "test_account",
"type": "test_type",
"location": "test_location",
"tags": {
"test_key": "test_value"
},
"properties": {
"provisioningState": "Succeeded",
"state": "Active",
"defaultDataLakeStoreAccount": "test_account",
"maxDegreeOfParallelism": 30,
"queryStoreRetention": 30,
"maxJobCount": 3,
"systemMaxDegreeOfParallelism": 1,
"systemMaxJobCount": 1,
"dataLakeStoreAccounts": [{
"id": "test_adls_id",
"name": "test_adls",
"type": "test_type",
"properties": {
"suffix": "test_suffix"
}
}],
"storageAccounts": [{
"id": "test_storage_id",
"name": "test_storage",
"type": "test_type",
"properties": {
"accessKey": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab346",
"suffix": "test_suffix"
}
}],
"creationTime": "2017-04-14T13:21:56.6819037-07:00",
"lastModifiedTime": "2017-04-14T13:21:56.6819037-07:00",
"endpoint": "test_endpoint",
"newTier": "Consumption",
"currentTier": "Consumption",
"firewallState": "Enabled",
"firewallAllowAzureIps": "Enabled",
"firewallRules": [{
"id": "test_firewall_id",
"name": "test_rule",
"type": "test_type",
"properties": {
"startIpAddress": "1.1.1.1",
"endIpAddress": "2.2.2.2"
}
}],
"maxDegreeOfParallelismPerJob": 1,
"minPriorityPerJob": 1,
"computePolicies": [{
"name": "test_policy",
"properties": {
"objectId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"objectType": "User",
"maxDegreeOfParallelismPerJob": 1,
"minPriorityPerJob": 1
}
}]
}
}],
"nextLink": "https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/contosorg/providers/Microsoft.DataLakeAnalytics/accounts/contosoadla/jobPolicies?api-version=2016-11-01&%24skiptoken=<token>"
}
}
}
}
Loading