1.5.0-beta.2 (2023-10-11)
Features Added
- Added
SnapshotFields
enum to support fields selection for snapshot. - Added a property
List<SnapshotFields> fields
in classSnapshotSelector
to support fields selection for snapshot.
Breaking Changes
Note: Below breaking changes only affect the version 1.5.0-beta.1
.
- Changed
listConfigurationSettingsForSnapshot
method'sSettingFields[] fields
parameter type toList<SettingFields> fields
. - Renamed
ConfigurationSettingSnapshot
toConfigurationSnapshot
. - Renamed
ConfigurationSettingSnapshot
's properties name,size
tosizeInBytes
,compositionType
tosnapshotComposition
.
- Renamed
SnapshotSettingFilter
toConfigurationSettingsFilter
. - Added
azure-core-experimental
as a dependency and replaced usage ofCreateSnapshotOperationDetail
byPollResult
and removedCreateSnapshotOperationDetail
class. - Replaced
archiveSnapshotWithResponse(ConfigurationSettingsSnapshot, boolean)
byarchiveSnapshotWithResponse(String, MatchConditions)
recoverSnapshotWithResponse(ConfigurationSettingsSnapshot, boolean)
byrecoverSnapshotWithResponse(String, MatchConditions)
archiveSnapshotWithResponse(ConfigurationSettingsSnapshot, boolean, Context)
byarchiveSnapshotWithResponse(String, MatchConditions, Context)
recoverSnapshotWithResponse(ConfigurationSettingsSnapshot, boolean, Context)
byrecoverSnapshotWithResponse(String, MatchConditions, Context)
Bugs Fixed
FeatureFlagConfigurationSetting
andSecretReferenceConfigurationSetting
will now retain custom attributes in the setting value.
Previously, only attributes that were defined in the associated JSON schema were allowed and unknown attributes were discarded. (#36725)
Other Changes
Dependency Updates
- Upgraded
azure-core
from1.43.0
to version1.44.0
. - Upgraded
azure-core-http-netty
from1.13.7
to version1.13.8
.