1.0.0-beta.2 (2022-03-09)
- 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-2021-05-01. For documentation on how to use this package, please see Azure Management Libraries for Java.
Features Added
-
models.ManagedServiceIdentityType
was added -
models.DataEncryption
was added -
models.Identity
was added -
models.DataEncryptionType
was added
models.Server$Definition
was modified
withIdentity(models.Identity)
was addedwithDataEncryption(models.DataEncryption)
was added
models.Server
was modified
identity()
was addeddataEncryption()
was added
models.Server$Update
was modified
withIdentity(models.Identity)
was addedwithDataEncryption(models.DataEncryption)
was added
models.ServerForUpdate
was modified
withDataEncryption(models.DataEncryption)
was addeddataEncryption()
was addedidentity()
was addedwithIdentity(models.Identity)
was added