Skip to content
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 @@ -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