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
Expand Up @@ -636,6 +636,9 @@
"200": {
"description": "Successfully removed the specified Azure Data Lake Store account information from the specified Azure Data Lake Analytics account."
},
"204": {
"description": "The specified datalake storage account does not exist or was already deleted."
},
"default": {
"schema": {
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
Expand Down Expand Up @@ -2124,6 +2127,12 @@
},
"description": "The results of the list operation."
},
"count": {
"readOnly": true,
"type": "integer",
"format": "int32",
"description": "The current number of data lake analytics accounts under this subscription."
},
"nextLink": {
"readOnly": true,
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"dataLakeStoreAccountName": "test_adls_account"
},
"responses": {
"200": {}
"200": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,9 @@
"200": {
"description": "Successfully removed the specified Azure Data Lake Store account information from the specified Azure Data Lake Analytics account."
},
"204": {
"description": "The specified datalake storage account does not exist or was already deleted."
},
"default": {
"schema": {
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
Expand Down Expand Up @@ -2119,6 +2122,12 @@
},
"description": "The results of the list operation."
},
"count": {
"readOnly": true,
"type": "integer",
"format": "int32",
"description": "The current number of data lake analytics accounts under this subscription."
},
"nextLink": {
"readOnly": true,
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"dataLakeStoreAccountName": "test_adls_account"
},
"responses": {
"200": {}
"200": {},
"204": {}
}
}