|
1 | 1 | # Release History |
2 | 2 |
|
3 | | -## 1.0.0-beta.3 (Unreleased) |
| 3 | +## 1.0.0-beta.3 (2022-09-20) |
4 | 4 |
|
5 | | -### Features Added |
| 5 | +- Azure Resource Manager SqlVirtualMachine client library for Java. This package contains Microsoft Azure SDK for SqlVirtualMachine Management SDK. The SQL virtual machine management API provides a RESTful set of web APIs that interact with Azure Compute, Network & Storage services to manage your SQL Server virtual machine. The API enables users to create, delete and retrieve a SQL virtual machine, SQL virtual machine group or availability group listener. Package tag package-preview-2022-07. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt). |
6 | 6 |
|
7 | 7 | ### Breaking Changes |
8 | 8 |
|
9 | | -### Bugs Fixed |
| 9 | +* `models.DaysOfWeek` was removed |
| 10 | + |
| 11 | +#### `models.Schedule` was modified |
| 12 | + |
| 13 | +* `withDayOfWeek(models.DayOfWeek)` was removed |
| 14 | +* `models.DayOfWeek dayOfWeek()` -> `models.AssessmentDayOfWeek dayOfWeek()` |
| 15 | + |
| 16 | +### Features Added |
| 17 | + |
| 18 | +* `models.AutoBackupDaysOfWeek` was added |
| 19 | + |
| 20 | +* `models.MultiSubnetIpConfiguration` was added |
| 21 | + |
| 22 | +* `models.LeastPrivilegeMode` was added |
| 23 | + |
| 24 | +* `models.AssessmentDayOfWeek` was added |
| 25 | + |
| 26 | +* `models.ClusterSubnetType` was added |
| 27 | + |
| 28 | +#### `models.Schedule` was modified |
| 29 | + |
| 30 | +* `withDayOfWeek(models.AssessmentDayOfWeek)` was added |
| 31 | + |
| 32 | +#### `models.SqlVirtualMachine$Definition` was modified |
| 33 | + |
| 34 | +* `withEnableAutomaticUpgrade(java.lang.Boolean)` was added |
| 35 | +* `withWsfcStaticIp(java.lang.String)` was added |
| 36 | +* `withLeastPrivilegeMode(models.LeastPrivilegeMode)` was added |
| 37 | + |
| 38 | +#### `models.SqlTempDbSettings` was modified |
| 39 | + |
| 40 | +* `persistFolder()` was added |
| 41 | +* `withPersistFolderPath(java.lang.String)` was added |
| 42 | +* `persistFolderPath()` was added |
| 43 | +* `withPersistFolder(java.lang.Boolean)` was added |
| 44 | + |
| 45 | +#### `models.AvailabilityGroupListener` was modified |
| 46 | + |
| 47 | +* `resourceGroupName()` was added |
| 48 | +* `multiSubnetIpConfigurations()` was added |
| 49 | + |
| 50 | +#### `SqlVirtualMachineManager` was modified |
| 51 | + |
| 52 | +* `authenticate(com.azure.core.http.HttpPipeline,com.azure.core.management.profile.AzureProfile)` was added |
| 53 | + |
| 54 | +#### `models.AgConfiguration` was modified |
| 55 | + |
| 56 | +* `withReplicas(java.util.List)` was added |
| 57 | + |
| 58 | +#### `models.WsfcDomainProfile` was modified |
| 59 | + |
| 60 | +* `clusterSubnetType()` was added |
| 61 | +* `withClusterSubnetType(models.ClusterSubnetType)` was added |
| 62 | + |
| 63 | +#### `SqlVirtualMachineManager$Configurable` was modified |
| 64 | + |
| 65 | +* `withRetryOptions(com.azure.core.http.policy.RetryOptions)` was added |
| 66 | + |
| 67 | +#### `models.SqlInstanceSettings` was modified |
| 68 | + |
| 69 | +* `withIsIfiEnabled(java.lang.Boolean)` was added |
| 70 | +* `withIsLpimEnabled(java.lang.Boolean)` was added |
| 71 | +* `isIfiEnabled()` was added |
| 72 | +* `isLpimEnabled()` was added |
| 73 | + |
| 74 | +#### `models.SqlVirtualMachineGroup` was modified |
| 75 | + |
| 76 | +* `resourceGroupName()` was added |
| 77 | + |
| 78 | +#### `models.AvailabilityGroupListener$Update` was modified |
| 79 | + |
| 80 | +* `withMultiSubnetIpConfigurations(java.util.List)` was added |
| 81 | + |
| 82 | +#### `models.AvailabilityGroupListener$Definition` was modified |
| 83 | + |
| 84 | +* `withMultiSubnetIpConfigurations(java.util.List)` was added |
| 85 | + |
| 86 | +#### `models.SqlVirtualMachine` was modified |
10 | 87 |
|
11 | | -### Other Changes |
| 88 | +* `leastPrivilegeMode()` was added |
| 89 | +* `resourceGroupName()` was added |
| 90 | +* `wsfcStaticIp()` was added |
| 91 | +* `enableAutomaticUpgrade()` was added |
12 | 92 |
|
13 | 93 | ## 1.0.0-beta.2 (2022-02-24) |
14 | 94 |
|
|
0 commit comments