Skip to content

Commit

Permalink
[SQL] Generating the .NET Sdk for adding manual cutover and Operation…
Browse files Browse the repository at this point in the history
…PhaseDetails parameter In forward Migration v2 workflow for Migrating Azure sterling Db to azure Hyperscale DB (#44470)
  • Loading branch information
guptaayush007 authored Jul 4, 2024
1 parent 35b521c commit 1ced2ac
Show file tree
Hide file tree
Showing 36 changed files with 2,198 additions and 608 deletions.
24 changes: 12 additions & 12 deletions sdk/sqlmanagement/Azure.ResourceManager.Sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Release History

## 1.3.0-beta.9 (Unreleased)
## 1.3.0-beta.9 (2024-07-15)

### Features Added

### Breaking Changes

### Bugs Fixed
- Upgraded api-version tag to latest 'composite-v5'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/f45a76fc39f033947ed12faf4b6416e1e19724cd/specification/sql/resource-manager/readme.md.

### Other Changes

- Upgraded Azure.Core from 1.39.0 to 1.40.0

## 1.3.0-beta.8 (2024-05-07)

### Bugs Fixed
Expand All @@ -20,7 +20,7 @@

### Features Added

- Add `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation.
- Added `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation.

## 1.3.0-beta.6 (2024-03-26)

Expand All @@ -32,14 +32,14 @@

### Features Added

- Enable the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.
- Enabled the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.
- Added TLS 1.3 to list of valid TLS versions. Also created custom classes needed since the type of MinimalTlsVersion was changed from String to Enum.

## 1.3.0-beta.4 (2023-11-21)

### Features Added

- Enable mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details.
- Enabled mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details.

### Other Changes

Expand All @@ -65,7 +65,7 @@

### Features Added

- Enable the model factory feature for model mocking, more information can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html#dotnet-mocking-factory-builder).
- Enabled the model factory feature for model mocking, more information can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html#dotnet-mocking-factory-builder).
- Added support for `ManagedInstanceServerConfigurationOption`, `ManagedInstanceStartStopSchedule` and `ManagedLedgerDigestUpload` resources.
- Added `filter` and `expand` parameters to `Get` and `Exists` methods of `RestorableDroppedDatabaseCollection` and `SqlDatabaseCollection`.
- Added `filter` and `expand` parameters to `Get` methods of `RestorableDroppedDatabaseResource` and `SqlDatabaseResource`.
Expand Down Expand Up @@ -147,12 +147,12 @@ Polishing since last public beta release:

### Features Added

- Add Update methods in resource classes.
- Added Update methods in resource classes.

### Breaking Changes

- Rename private endpoint resource names with `Sql` prefix.
- Rename `PrivateLinkServiceConnectionState` properties to `ConnectionState`.
- Renamed private endpoint resource names with `Sql` prefix.
- Renamed `PrivateLinkServiceConnectionState` properties to `ConnectionState`.

### Bugs Fixed

Expand Down Expand Up @@ -226,4 +226,4 @@ This package follows the [new Azure SDK guidelines](https://azure.github.io/azur

This package is a Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. To provide feedback, submit an issue in our [Azure SDK for .NET GitHub repo](https://github.com/Azure/azure-sdk-for-net/issues).

> NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://docs.microsoft.com//dotnet/api/overview/azure/identity-readme?view=azure-dotnet).
> NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://docs.microsoft.com//dotnet/api/overview/azure/identity-readme?view=azure-dotnet).

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1ced2ac

Please sign in to comment.