Skip to content

Commit 509cfbd

Browse files
Adding new enum type for disaster recovery (#17122)
* IoT Central Public API 1.1-preview Oct Release (#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 <hayang@microsoft.com>
1 parent d967ede commit 509cfbd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

specification/azurearcdata/resource-manager/Microsoft.AzureArcData/stable/2021-11-01/sqlManagedInstances.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,12 @@
120120
"type": "string",
121121
"enum": [
122122
"BasePrice",
123-
"LicenseIncluded"
123+
"LicenseIncluded",
124+
"DisasterRecovery"
124125
],
125126
"x-ms-enum": {
126127
"name": "arcSqlManagedInstanceLicenseType",
127-
"modelAsString": false
128+
"modelAsString": true
128129
},
129130
"default": "BasePrice",
130131
"description": "The license type to apply for this managed instance."

specification/azurearcdata/resource-manager/readme.python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ azure-arm: true
88
license-header: MICROSOFT_MIT_NO_VERSION
99
package-name: azure-mgmt-azurearcdata
1010
no-namespace-folders: true
11-
package-version: 1.1.0b1
11+
package-version: 1.1.1b1
1212
clear-output-folder: true
1313
```
1414

0 commit comments

Comments
 (0)