Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo: Microsoft.DataLakeAnalytics #4676

Merged
merged 1 commit into from
Dec 4, 2018
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 @@ -2140,7 +2140,7 @@
"items": {
"type": "string"
},
"description": "the list of partion keys in the index"
"description": "the list of partition keys in the index"
},
"streamNames": {
"type": "array",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
"in": "query",
"required": false,
"type": "string",
"description": "The return format. Return the response in particular formatxii without access to request headers for standard content-type negotiation (e.g Orders?$format=json). Optional."
"description": "The return format. Return the response in particular format without access to request headers for standard content-type negotiation (e.g Orders?$format=json). Optional."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -359,7 +359,7 @@
"type": "integer",
"readOnly": true,
"format": "int32",
"description": "Gets the number of failures that occured in this stage."
"description": "Gets the number of failures that occurred in this stage."
},
"maxVertexDataRead": {
"type": "integer",
Expand Down Expand Up @@ -737,7 +737,7 @@
"type": "integer",
"readOnly": true,
"format": "int32",
"description": "Gets the specific line number in the job where the error occured."
"description": "Gets the specific line number in the job where the error occurred."
},
"message": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
"in": "query",
"required": false,
"type": "string",
"description": "The return format. Return the response in particular formatxii without access to request headers for standard content-type negotiation (e.g Orders?$format=json). Optional."
"description": "The return format. Return the response in particular format without access to request headers for standard content-type negotiation (e.g Orders?$format=json). Optional."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -359,7 +359,7 @@
"type": "integer",
"readOnly": true,
"format": "int32",
"description": "the number of failures that occured in this stage."
"description": "the number of failures that occurred in this stage."
},
"maxVertexDataRead": {
"type": "integer",
Expand Down Expand Up @@ -693,7 +693,7 @@
"Diagnostics" : {
"properties": {
"columnNumber" : {
"description": "the column where the error occured.",
"description": "the column where the error occurred.",
"type": "integer",
"format": "int32",
"readOnly": true
Expand All @@ -705,7 +705,7 @@
"readOnly": true
},
"lineNumber" : {
"description": "the line number the error occured on.",
"description": "the line number the error occurred on.",
"type": "integer",
"format": "int32",
"readOnly": true
Expand Down Expand Up @@ -779,7 +779,7 @@
"type": "integer",
"readOnly": true,
"format": "int32",
"description": "the specific line number in the job where the error occured."
"description": "the specific line number in the job where the error occurred."
},
"message": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@
"readOnly": true,
"type": "integer",
"format": "int32",
"description": "The number of failures that occured in this stage."
"description": "The number of failures that occurred in this stage."
},
"maxVertexDataRead": {
"readOnly": true,
Expand Down Expand Up @@ -1250,13 +1250,13 @@
"readOnly": true,
"type": "integer",
"format": "int32",
"description": "The line number the error occured on."
"description": "The line number the error occurred on."
},
"columnNumber": {
"readOnly": true,
"type": "integer",
"format": "int32",
"description": "The column where the error occured."
"description": "The column where the error occurred."
},
"start": {
"readOnly": true,
Expand Down Expand Up @@ -1466,7 +1466,7 @@
"readOnly": true,
"type": "integer",
"format": "int32",
"description": "The specific line number in the job where the error occured."
"description": "The specific line number in the job where the error occurred."
},
"startOffset": {
"readOnly": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@
],
"responses": {
"200": {
"description": "Successfully retrieved the specified table from the underying database and schema combination",
"description": "Successfully retrieved the specified table from the underlying database and schema combination",
"schema": {
"$ref": "#/definitions/USqlTable"
}
Expand Down Expand Up @@ -1141,7 +1141,7 @@
],
"responses": {
"200": {
"description": "Successfully retrieved the specified table type from the underying database and schema combination",
"description": "Successfully retrieved the specified table type from the underlying database and schema combination",
"schema": {
"$ref": "#/definitions/USqlTableType"
}
Expand Down Expand Up @@ -1280,7 +1280,7 @@
],
"responses": {
"200": {
"description": "Successfully retrieved the specified package from the underying database and schema combination",
"description": "Successfully retrieved the specified package from the underlying database and schema combination",
"schema": {
"$ref": "#/definitions/USqlPackage"
}
Expand Down Expand Up @@ -1419,7 +1419,7 @@
],
"responses": {
"200": {
"description": "Successfully retrieved the specified view from the underying database and schema combination",
"description": "Successfully retrieved the specified view from the underlying database and schema combination",
"schema": {
"$ref": "#/definitions/USqlView"
}
Expand Down Expand Up @@ -3706,7 +3706,7 @@
"items": {
"type": "string"
},
"description": "the list of partion keys in the index"
"description": "the list of partition keys in the index"
},
"streamNames": {
"type": "array",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@
"type": "integer",
"readOnly": true,
"format": "int32",
"description": "the number of failures that occured in this stage."
"description": "the number of failures that occurred in this stage."
},
"maxVertexDataRead": {
"type": "integer",
Expand Down Expand Up @@ -928,7 +928,7 @@
"Diagnostics": {
"properties": {
"columnNumber": {
"description": "the column where the error occured.",
"description": "the column where the error occurred.",
"type": "integer",
"format": "int32",
"readOnly": true
Expand All @@ -940,7 +940,7 @@
"readOnly": true
},
"lineNumber": {
"description": "the line number the error occured on.",
"description": "the line number the error occurred on.",
"type": "integer",
"format": "int32",
"readOnly": true
Expand Down Expand Up @@ -1018,7 +1018,7 @@
"type": "integer",
"readOnly": true,
"format": "int32",
"description": "the specific line number in the job where the error occured."
"description": "the specific line number in the job where the error occurred."
},
"message": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@
"in": "query",
"required": false,
"type": "string",
"description": "The desired return format. Return the response in particular formatxii without access to request headers for standard content-type negotiation (e.g Orders?$format=json). Optional."
"description": "The desired return format. Return the response in particular format without access to request headers for standard content-type negotiation (e.g Orders?$format=json). Optional."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -716,7 +716,7 @@
"in": "query",
"required": false,
"type": "string",
"description": "The desired return format. Return the response in particular formatxii without access to request headers for standard content-type negotiation (e.g Orders?$format=json). Optional."
"description": "The desired return format. Return the response in particular format without access to request headers for standard content-type negotiation (e.g Orders?$format=json). Optional."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -817,7 +817,7 @@
"in": "query",
"required": false,
"type": "string",
"description": "The return format. Return the response in particular formatxii without access to request headers for standard content-type negotiation (e.g Orders?$format=json). Optional."
"description": "The return format. Return the response in particular format without access to request headers for standard content-type negotiation (e.g Orders?$format=json). Optional."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -911,7 +911,7 @@
"in": "query",
"required": false,
"type": "string",
"description": "The desired return format. Return the response in particular formatxii without access to request headers for standard content-type negotiation (e.g Orders?$format=json). Optional."
"description": "The desired return format. Return the response in particular format without access to request headers for standard content-type negotiation (e.g Orders?$format=json). Optional."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -977,7 +977,7 @@
"Account"
],
"operationId": "Account_Delete",
"description": "Begins the delete delete process for the Data Lake Analytics account object specified by the account name.",
"description": "Begins the delete process for the Data Lake Analytics account object specified by the account name.",
"parameters": [
{
"name": "resourceGroupName",
Expand Down Expand Up @@ -1546,7 +1546,7 @@
"status": {
"type": "string",
"readOnly": true,
"description": "the status of the AzureAsuncOperation",
"description": "the status of the AzureAsyncOperation",
"enum": [
"InProgress",
"Succeeded",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@
"in": "query",
"required": false,
"type": "string",
"description": "The desired return format. Return the response in particular formatxii without access to request headers for standard content-type negotiation (e.g Orders?$format=json). Optional."
"description": "The desired return format. Return the response in particular format without access to request headers for standard content-type negotiation (e.g Orders?$format=json). Optional."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -627,7 +627,7 @@
"in": "query",
"required": false,
"type": "string",
"description": "The desired return format. Return the response in particular formatxii without access to request headers for standard content-type negotiation (e.g Orders?$format=json). Optional."
"description": "The desired return format. Return the response in particular format without access to request headers for standard content-type negotiation (e.g Orders?$format=json). Optional."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -1000,7 +1000,7 @@
"status": {
"type": "string",
"readOnly": true,
"description": "the status of the AzureAsuncOperation",
"description": "the status of the AzureAsyncOperation",
"enum": [
"InProgress",
"Succeeded",
Expand Down