Skip to content

Commit

Permalink
Adding new enum type for disaster recovery (Azure#17122)
Browse files Browse the repository at this point in the history
* IoT Central Public API 1.1-preview Oct Release (Azure#16514)

* Add new 2.0-preview.1 version for IoT Central

* fix typo on enum value

* rollback 1.0 changes, applied 2.0-preview.1

* fix typo

* remove non-used examples

* fix style

* update version from 2.0-preview.1 to 1.1-preview

* update code review comments, fix patch consumes with json-patch support, fix examples for fileupload

* add nextLink to collection of orgs

* fix typo

* fix wrong position of paging

* fix the paging

* add . to description

* update default to use enum for api-version

* add oct release with query, cde v2, device filter, device template filter, relationship, edge template, simplified template patching

* update examples

* fix lint error, model validation

* fix missing type in examples, remove url format

* fix ID case

* fix id case

* fix ID case

* add iotc query language reference

* fix typo

* Adding Discovery Recovery enum type

* Try to model as string

* bump python version

Co-authored-by: Johnson Yang <[email protected]>
  • Loading branch information
2 people authored and LeiWang3 committed Mar 31, 2022
1 parent 059f914 commit ca49c01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,12 @@
"type": "string",
"enum": [
"BasePrice",
"LicenseIncluded"
"LicenseIncluded",
"DisasterRecovery"
],
"x-ms-enum": {
"name": "arcSqlManagedInstanceLicenseType",
"modelAsString": false
"modelAsString": true
},
"default": "BasePrice",
"description": "The license type to apply for this managed instance."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
package-name: azure-mgmt-azurearcdata
no-namespace-folders: true
package-version: 1.1.0b1
package-version: 1.1.1b1
clear-output-folder: true
```
Expand Down

0 comments on commit ca49c01

Please sign in to comment.