diff --git a/specification/azurearcdata/resource-manager/Microsoft.AzureArcData/stable/2021-11-01/sqlManagedInstances.json b/specification/azurearcdata/resource-manager/Microsoft.AzureArcData/stable/2021-11-01/sqlManagedInstances.json index 620704b2c298..0436e0d3c492 100644 --- a/specification/azurearcdata/resource-manager/Microsoft.AzureArcData/stable/2021-11-01/sqlManagedInstances.json +++ b/specification/azurearcdata/resource-manager/Microsoft.AzureArcData/stable/2021-11-01/sqlManagedInstances.json @@ -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." diff --git a/specification/azurearcdata/resource-manager/readme.python.md b/specification/azurearcdata/resource-manager/readme.python.md index 1195d6965697..2362cf4f5a0f 100644 --- a/specification/azurearcdata/resource-manager/readme.python.md +++ b/specification/azurearcdata/resource-manager/readme.python.md @@ -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 ```