Skip to content

Commit 71c6000

Browse files
[Automation] Generate Fluent Lite from mysql#package-flexibleserver-2022-09-30-preview (Azure#34959)
* [Automation] Generate Fluent Lite from mysql#package-flexibleserver-2022-09-30-preview * Update CHANGELOG.md --------- Co-authored-by: Xiaofei Cao <[email protected]>
1 parent a075621 commit 71c6000

File tree

188 files changed

+5140
-988
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

188 files changed

+5140
-988
lines changed

sdk/mysqlflexibleserver/azure-resourcemanager-mysqlflexibleserver/CHANGELOG.md

Lines changed: 90 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,100 @@
11
# Release History
22

3-
## 1.0.0-beta.4 (Unreleased)
3+
## 1.0.0-beta.4 (2023-05-18)
44

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).
66

77
### Breaking Changes
88

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
1095

11-
### Other Changes
96+
* `withLogOnDisk(models.EnableStatusEnum)` was added
97+
* `logOnDisk()` was added
1298

1399
## 1.0.0-beta.3 (2023-02-21)
14100

sdk/mysqlflexibleserver/azure-resourcemanager-mysqlflexibleserver/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Azure Resource Manager MySql client library for Java.
44

5-
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-2021-12-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
5+
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).
66

77
## We'd love to hear your feedback
88

@@ -32,7 +32,7 @@ Various documentation is available to help you get started
3232
<dependency>
3333
<groupId>com.azure.resourcemanager</groupId>
3434
<artifactId>azure-resourcemanager-mysqlflexibleserver</artifactId>
35-
<version>1.0.0-beta.3</version>
35+
<version>1.0.0-beta.4</version>
3636
</dependency>
3737
```
3838
[//]: # ({x-version-update-end})

0 commit comments

Comments
 (0)