Skip to content

Commit

Permalink
Changed the Client description to include Gen2 (#10178)
Browse files Browse the repository at this point in the history
* Fix or suppress spec violations
Fix R2016 by making PATCH body properties optional. Suppress the remaining 4 violations that are confirmed as false positives.

* Try removing 2nd top-level heading, which _may_ have been causing a linter warning.

* Fix extra indention which prevented linter from running.

* Added dataStringComparisonBehavior parameter to reference data put/update spec.

* Fixed grammar.

* adding partitionkeyProperty to environmentInfo

* changing property name

* changing modelAsString

* Initial checkin of spec. Unchanged from GA release other than version.

* Remove .orig files

* Fix validation error by removing IoTHub ES from List ES example response

* Add extra example that was missing from preview spec.

* Add long-term environment to resource hierarchy, and update examples.

* Switch to model-as-string for enums. Restore EnvironmentResource's inheritance from TrackedResource.

* Upsate sku description

* Add new TSI preview api-version to readme.md.

* Add suppressions for false-positive linter failures.

* Test suppression failures

* Adding preview package tag to several other places in readme.md

* Add preview package to the readme.go.md file

* Remove invalid required property from EnvironmentCreateOrUpdateParameters

* Initial version of data plane swagger spec for PAYG (Preview) SKU.

* Added missing Readme.md

* Fixed name of readme

* Fixed path to swagger json

* Attempt to fix readme

* Apply suggestions from code review

Co-Authored-By: dmdenmsft <dmden@microsoft.com>

* Update timeseriesinsights.json

* Update timeseriesinsights.json

* Added link to oav issue

* Changed the Client description to include Gen2

* updated description

Co-authored-by: Eric Dettinger <edett@microsoft.com>
Co-authored-by: Karthik Subramanian <karthik.s.sundaram@gmail.com>
Co-authored-by: Ravi Kumar Suresh Babu <kurav@microsoft.com>
Co-authored-by: ravikumarsureshbabu <dropmailtoravi@gmail.com>
Co-authored-by: Dmitry Denisov <dmden@microsoft.com>
Co-authored-by: Nick Schonning <nschonni@gmail.com>
Co-authored-by: Karthik Subramanian <karsubr@microsoft.com>
Co-authored-by: Ric Serradas <riserrad@microsoft.com>
Co-authored-by: Richard Wydrowski <wydrowski@hotmail.com>
Co-authored-by: Sandip Raiyani <saraiyan@microsoft.com>
  • Loading branch information
11 people authored Jul 27, 2020
1 parent 3903ebe commit 85ac404
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"title": "TimeSeriesInsightsClient",
"description": "Time Series Insights environment data plane client for PAYG (Preview L1 SKU) environments.",
"description": "Time Series Insights environment data plane client for Gen2 (Preview L1 SKU) environments.",
"version": "2018-11-01-preview"
},
"x-ms-parameterized-host": {
Expand Down Expand Up @@ -188,7 +188,7 @@
"ModelSettings"
],
"operationId": "ModelSettings_Get",
"description": "Returns the model settings which includes model display name, Time Series ID properties and default type ID. Every pay-as-you-go environment has a model that is automatically created.",
"description": "Returns the model settings which includes model display name, Time Series ID properties and default type ID. Every Gen2 environment has a model that is automatically created.",
"x-ms-examples": {
"ModelSettingsGet": {
"$ref": "./examples/ModelSettingsGet.json"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"title": "TimeSeriesInsightsClient",
"description": "Time Series Insights environment data plane client for GA (GA L1 SKU) environments.",
"description": "Time Series Insights environment data plane client for Gen2 (GA L1 SKU) environments.",
"version": "2020-07-31"
},
"x-ms-parameterized-host": {
Expand Down Expand Up @@ -188,7 +188,7 @@
"ModelSettings"
],
"operationId": "ModelSettings_Get",
"description": "Returns the model settings which includes model display name, Time Series ID properties and default type ID. Every pay-as-you-go environment has a model that is automatically created.",
"description": "Returns the model settings which includes model display name, Time Series ID properties and default type ID. Every Gen2 environment has a model that is automatically created.",
"x-ms-examples": {
"ModelSettingsGet": {
"$ref": "./examples/ModelSettingsGet.json"
Expand Down

0 comments on commit 85ac404

Please sign in to comment.