Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding new enum type for disaster recovery #17122

Merged
merged 8 commits into from
Dec 20, 2021
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