|
1 | 1 | # Release History
|
2 | 2 |
|
3 |
| -## 1.0.0-beta.4 (Unreleased) |
| 3 | +## 1.0.0-beta.4 (2023-05-18) |
4 | 4 |
|
5 |
| -### Features Added |
| 5 | +- Azure Resource Manager MySql client library for Java. This package contains Microsoft Azure SDK for MySql Management SDK. The Microsoft Azure management API provides create, read, update, and delete functionality for Azure MySQL resources including servers, databases, firewall rules, VNET rules, log files and configurations with new business model. Package tag package-flexibleserver-2022-09-30-preview. 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.Configurations` was modified |
| 10 | + |
| 11 | +* `update(java.lang.String,java.lang.String,java.lang.String,fluent.models.ConfigurationInner,com.azure.core.util.Context)` was removed |
| 12 | +* `update(java.lang.String,java.lang.String,java.lang.String,fluent.models.ConfigurationInner)` was removed |
| 13 | + |
| 14 | +#### `models.ManagedServiceIdentityType` was modified |
| 15 | + |
| 16 | +* `toString()` was removed |
| 17 | +* `valueOf(java.lang.String)` was removed |
| 18 | +* `models.ManagedServiceIdentityType[] values()` -> `java.util.Collection values()` |
| 19 | + |
| 20 | +### Features Added |
| 21 | + |
| 22 | +* `models.Configuration$Update` was added |
| 23 | + |
| 24 | +* `models.BackupRequestBase` was added |
| 25 | + |
| 26 | +* `models.BackupAndExports` was added |
| 27 | + |
| 28 | +* `models.FullBackupStoreDetails` was added |
| 29 | + |
| 30 | +* `models.ServerGtidSetParameter` was added |
| 31 | + |
| 32 | +* `models.BackupAndExportRequest` was added |
| 33 | + |
| 34 | +* `models.OperationStatus` was added |
| 35 | + |
| 36 | +* `models.ValidateBackupResponse` was added |
| 37 | + |
| 38 | +* `models.Configuration$UpdateStages` was added |
| 39 | + |
| 40 | +* `models.Configuration$DefinitionStages` was added |
| 41 | + |
| 42 | +* `models.Configuration$Definition` was added |
| 43 | + |
| 44 | +* `models.BackupSettings` was added |
| 45 | + |
| 46 | +* `models.BackupStoreDetails` was added |
| 47 | + |
| 48 | +* `models.BackupAndExportResponse` was added |
| 49 | + |
| 50 | +* `models.BackupFormat` was added |
| 51 | + |
| 52 | +#### `models.Configurations` was modified |
| 53 | + |
| 54 | +* `getById(java.lang.String)` was added |
| 55 | +* `getByIdWithResponse(java.lang.String,com.azure.core.util.Context)` was added |
| 56 | +* `define(java.lang.String)` was added |
| 57 | + |
| 58 | +#### `models.Servers` was modified |
| 59 | + |
| 60 | +* `resetGtid(java.lang.String,java.lang.String,models.ServerGtidSetParameter)` was added |
| 61 | +* `resetGtid(java.lang.String,java.lang.String,models.ServerGtidSetParameter,com.azure.core.util.Context)` was added |
| 62 | + |
| 63 | +#### `models.Server` was modified |
| 64 | + |
| 65 | +* `resetGtid(models.ServerGtidSetParameter)` was added |
| 66 | +* `resetGtid(models.ServerGtidSetParameter,com.azure.core.util.Context)` was added |
| 67 | + |
| 68 | +#### `models.Server$Update` was modified |
| 69 | + |
| 70 | +* `withNetwork(models.Network)` was added |
| 71 | + |
| 72 | +#### `models.ServerForUpdate` was modified |
| 73 | + |
| 74 | +* `withNetwork(models.Network)` was added |
| 75 | +* `network()` was added |
| 76 | + |
| 77 | +#### `models.Network` was modified |
| 78 | + |
| 79 | +* `withPublicNetworkAccess(models.EnableStatusEnum)` was added |
| 80 | + |
| 81 | +#### `MySqlManager` was modified |
| 82 | + |
| 83 | +* `backupAndExports()` was added |
| 84 | + |
| 85 | +#### `models.Configuration` was modified |
| 86 | + |
| 87 | +* `refresh(com.azure.core.util.Context)` was added |
| 88 | +* `resourceGroupName()` was added |
| 89 | +* `documentationLink()` was added |
| 90 | +* `update()` was added |
| 91 | +* `refresh()` was added |
| 92 | +* `currentValue()` was added |
| 93 | + |
| 94 | +#### `models.Storage` was modified |
10 | 95 |
|
11 |
| -### Other Changes |
| 96 | +* `withLogOnDisk(models.EnableStatusEnum)` was added |
| 97 | +* `logOnDisk()` was added |
12 | 98 |
|
13 | 99 | ## 1.0.0-beta.3 (2023-02-21)
|
14 | 100 |
|
|
0 commit comments