Skip to content

Commit

Permalink
typo: timeseriesinsights/resource-manager/Microsoft.TimeSeriesInsights (
Browse files Browse the repository at this point in the history
Azure#4810)

- asynchroneous -> asynchronous
- synchroneously -> synchronously
- avaliable -> available
- programatically -> programmatically
- asynchroneously -> asynchronously
- Trim trailing spaces
  • Loading branch information
nschonni authored and AnuTalluri committed Feb 6, 2019
1 parent aa3518b commit 498ef0d
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
}
},
"201": {
"description": "The environment create request was accepted. Environment provisioning is an asynchroneous operation. You can periodically get your environment definition and monitor progress via the provisioningState property.",
"description": "The environment create request was accepted. Environment provisioning is an asynchronous operation. You can periodically get your environment definition and monitor progress via the provisioningState property.",
"schema": {
"$ref": "#/definitions/EnvironmentResource"
}
Expand Down Expand Up @@ -200,7 +200,7 @@
],
"responses": {
"200": {
"description": "The environment definition was successfully updated and is in the response. If the environment was updated synchroneously, the response will include a provisioningState value of \"Succeeded\". If the environment was updated asynchroneously, the response will include a provisioningState value of \"Updating\". You can periodically get your environment definition and monitor progress of the update via the provisioningState property.",
"description": "The environment definition was successfully updated and is in the response. If the environment was updated synchronously, the response will include a provisioningState value of \"Succeeded\". If the environment was updated asynchronously, the response will include a provisioningState value of \"Updating\". You can periodically get your environment definition and monitor progress of the update via the provisioningState property.",
"schema": {
"$ref": "#/definitions/EnvironmentResource"
}
Expand Down Expand Up @@ -1267,7 +1267,7 @@
"$ref": "#/definitions/TrackedResource"
}
],
"description": "An environment is a set of time-series data avaliable for query, and is the top level Azure Time Series Insights resource."
"description": "An environment is a set of time-series data available for query, and is the top level Azure Time Series Insights resource."
},
"EnvironmentCreationProperties": {
"properties": {
Expand Down Expand Up @@ -1649,7 +1649,7 @@
"type": "object",
"properties": {
"format": {
"description": "An enum that represents the format of the local timestamp property that needs to be set.",
"description": "An enum that represents the format of the local timestamp property that needs to be set.",
"type": "string",
"enum": [
"Embedded",
Expand All @@ -1667,7 +1667,7 @@
"properties": {
"propertyName": {
"type": "string",
"description": "The event property that will be contain the offset information to calculate the local timestamp. When the LocalTimestampFormat is Iana, the property name will contain the name of the column which contains IANA Timezone Name (eg: Americas/Los Angeles). When LocalTimestampFormat is Timespan, it contains the name of property which contains values representing the offset (eg: P1D or 1.00:00:00)"
"description": "The event property that will be contain the offset information to calculate the local timestamp. When the LocalTimestampFormat is Iana, the property name will contain the name of the column which contains IANA Timezone Name (eg: Americas/Los Angeles). When LocalTimestampFormat is Timespan, it contains the name of property which contains values representing the offset (eg: P1D or 1.00:00:00)"
}
}
}
Expand Down Expand Up @@ -1941,7 +1941,7 @@
"properties": {
"code": {
"type": "string",
"description": "An error code that describes the error condition more precisely than an HTTP status code. Can be used to programatically handle specific error cases."
"description": "An error code that describes the error condition more precisely than an HTTP status code. Can be used to programmatically handle specific error cases."
},
"message": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
}
},
"201": {
"description": "The environment create request was accepted. Environment provisioning is an asynchroneous operation. You can periodically get your environment definition and monitor progress via the provisioningState property.",
"description": "The environment create request was accepted. Environment provisioning is an asynchronous operation. You can periodically get your environment definition and monitor progress via the provisioningState property.",
"schema": {
"$ref": "#/definitions/EnvironmentResource"
}
Expand Down Expand Up @@ -203,7 +203,7 @@
],
"responses": {
"200": {
"description": "The environment definition was successfully updated and is in the response. If the environment was updated synchroneously, the response will include a provisioningState value of \"Succeeded\". If the environment was updated asynchroneously, the response will include a provisioningState value of \"Updating\". You can periodically get your environment definition and monitor progress of the update via the provisioningState property.",
"description": "The environment definition was successfully updated and is in the response. If the environment was updated synchronously, the response will include a provisioningState value of \"Succeeded\". If the environment was updated asynchronous, the response will include a provisioningState value of \"Updating\". You can periodically get your environment definition and monitor progress of the update via the provisioningState property.",
"schema": {
"$ref": "#/definitions/EnvironmentResource"
}
Expand Down Expand Up @@ -1420,7 +1420,7 @@
"$ref": "#/definitions/TrackedResource"
}
],
"description": "An environment is a set of time-series data avaliable for query, and is the top level Azure Time Series Insights resource."
"description": "An environment is a set of time-series data available for query, and is the top level Azure Time Series Insights resource."
},
"StandardEnvironmentResource": {
"x-ms-discriminator-value": "Standard",
Expand All @@ -1438,7 +1438,7 @@
"$ref": "#/definitions/EnvironmentResource"
}
],
"description": "An environment is a set of time-series data avaliable for query, and is the top level Azure Time Series Insights resource. Standard environments have data retention limits."
"description": "An environment is a set of time-series data available for query, and is the top level Azure Time Series Insights resource. Standard environments have data retention limits."
},
"LongTermEnvironmentResource": {
"x-ms-discriminator-value": "LongTerm",
Expand All @@ -1456,7 +1456,7 @@
"$ref": "#/definitions/EnvironmentResource"
}
],
"description": "An environment is a set of time-series data avaliable for query, and is the top level Azure Time Series Insights resource. LongTerm environments do not have set data retention limits."
"description": "An environment is a set of time-series data available for query, and is the top level Azure Time Series Insights resource. LongTerm environments do not have set data retention limits."
},
"StandardEnvironmentCreationProperties": {
"properties": {
Expand Down Expand Up @@ -1685,7 +1685,7 @@
"properties": {
"code": {
"type": "string",
"description": "Contains the code that represents the reason of an environment being in a particular state. Can be used to programatically handle specific cases."
"description": "Contains the code that represents the reason of an environment being in a particular state. Can be used to programmatically handle specific cases."
},
"message": {
"type": "string",
Expand Down Expand Up @@ -2313,7 +2313,7 @@
"properties": {
"code": {
"type": "string",
"description": "An error code that describes the error condition more precisely than an HTTP status code. Can be used to programatically handle specific error cases."
"description": "An error code that describes the error condition more precisely than an HTTP status code. Can be used to programmatically handle specific error cases."
},
"message": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
}
},
"201": {
"description": "The environment create request was accepted. Environment provisioning is an asynchroneous operation. You can periodically get your environment definition and monitor progress via the provisioningState property.",
"description": "The environment create request was accepted. Environment provisioning is an asynchronous operation. You can periodically get your environment definition and monitor progress via the provisioningState property.",
"schema": {
"$ref": "#/definitions/EnvironmentResource"
}
Expand Down Expand Up @@ -203,7 +203,7 @@
],
"responses": {
"200": {
"description": "The environment definition was successfully updated and is in the response. If the environment was updated synchroneously, the response will include a provisioningState value of \"Succeeded\". If the environment was updated asynchroneously, the response will include a provisioningState value of \"Updating\". You can periodically get your environment definition and monitor progress of the update via the provisioningState property.",
"description": "The environment definition was successfully updated and is in the response. If the environment was updated synchronously, the response will include a provisioningState value of \"Succeeded\". If the environment was updated asynchronously, the response will include a provisioningState value of \"Updating\". You can periodically get your environment definition and monitor progress of the update via the provisioningState property.",
"schema": {
"$ref": "#/definitions/EnvironmentResource"
}
Expand Down Expand Up @@ -1293,7 +1293,7 @@
"$ref": "#/definitions/TrackedResource"
}
],
"description": "An environment is a set of time-series data avaliable for query, and is the top level Azure Time Series Insights resource."
"description": "An environment is a set of time-series data available for query, and is the top level Azure Time Series Insights resource."
},
"EnvironmentCreationProperties": {
"properties": {
Expand Down Expand Up @@ -1339,7 +1339,7 @@
},
"status": {
"$ref": "#/definitions/EnvironmentStatus",
"description": "An object that represents the status of the environment, and its internal state in the Time Series Insights service."
"description": "An object that represents the status of the environment, and its internal state in the Time Series Insights service."
}
},
"allOf": [
Expand Down Expand Up @@ -1421,12 +1421,12 @@
"state": {
"type": "string",
"description": "This string represents the state of ingress operations on an environment. It can be \"Disabled\", \"Ready\", \"Running\", \"Paused\" or \"Unknown\"",
"enum": [
"Disabled",
"Ready",
"Running",
"Paused",
"Unknown"
"enum": [
"Disabled",
"Ready",
"Running",
"Paused",
"Unknown"
],
"x-ms-enum": {
"name": "IngressState",
Expand All @@ -1446,7 +1446,7 @@
"properties":{
"code": {
"type": "string",
"description": "Contains the code that represents the reason of an environment being in a particular state. Can be used to programatically handle specific cases."
"description": "Contains the code that represents the reason of an environment being in a particular state. Can be used to programmatically handle specific cases."
},
"message": {
"type": "string",
Expand Down Expand Up @@ -1774,7 +1774,7 @@
"type": "object",
"properties": {
"format": {
"description": "An enum that represents the format of the local timestamp property that needs to be set.",
"description": "An enum that represents the format of the local timestamp property that needs to be set.",
"type": "string",
"enum": [
"Embedded",
Expand All @@ -1792,7 +1792,7 @@
"properties": {
"propertyName": {
"type": "string",
"description": "The event property that will be contain the offset information to calculate the local timestamp. When the LocalTimestampFormat is Iana, the property name will contain the name of the column which contains IANA Timezone Name (eg: Americas/Los Angeles). When LocalTimestampFormat is Timespan, it contains the name of property which contains values representing the offset (eg: P1D or 1.00:00:00)"
"description": "The event property that will be contain the offset information to calculate the local timestamp. When the LocalTimestampFormat is Iana, the property name will contain the name of the column which contains IANA Timezone Name (eg: Americas/Los Angeles). When LocalTimestampFormat is Timespan, it contains the name of property which contains values representing the offset (eg: P1D or 1.00:00:00)"
}
}
}
Expand All @@ -1808,7 +1808,7 @@
},
"localTimestamp": {
"$ref": "#/definitions/LocalTimestamp",
"description": "An object that represents the local timestamp property. It contains the format of local timestamp that needs to be used and the corresponding timezone offset information. If a value isn't specified for localTimestamp, or if null, then the local timestamp will not be ingressed with the events."
"description": "An object that represents the local timestamp property. It contains the format of local timestamp that needs to be used and the corresponding timezone offset information. If a value isn't specified for localTimestamp, or if null, then the local timestamp will not be ingressed with the events."
}
}
},
Expand Down Expand Up @@ -2074,7 +2074,7 @@
"properties": {
"code": {
"type": "string",
"description": "An error code that describes the error condition more precisely than an HTTP status code. Can be used to programatically handle specific error cases."
"description": "An error code that describes the error condition more precisely than an HTTP status code. Can be used to programmatically handle specific error cases."
},
"message": {
"type": "string",
Expand Down

0 comments on commit 498ef0d

Please sign in to comment.