Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,22 @@
- **Feature:** New model struct `Audit`
- **Feature:** Add Audit (type Audit) field to model struct `CreateOrUpdateClusterPayload`
- `sqlserverflex`:
- [v1.15.0](services/sqlserverflex/CHANGELOG.md#v1150)
- `v3beta2api`:
- **Breaking change:** Rename methods:
- `GetCollations` renamed to `ListCollations`
- `GetStorages` renamed to `ListStorages`
- `GetVersions` renamed to `ListVersions`
- `ProtectInstance` renamed to `UpdateInstanceProtection`
- `UpdateInstancePartially` renamed to `PartialUpdateInstance`
- **Breaking change:** Rename structs:
- `GetCollationsResponse` renamed to `ListCollationsResponse`
- `GetStoragesResponse` renamed to `ListStoragesResponse`
- `GetVersionsResponse` renamed to `ListVersionsResponse`
- `UpdateInstancePartiallyPayload` renamed to `PartialUpdateInstancePayload`
- `UpdateInstancePartiallyPayloadNetwork` renamed to `PartialUpdateInstancePayloadNetwork`
- `ProtectInstanceResponse` renamed to `UpdateInstanceProtectionResponse`
- `ProtectInstancePayload` renamed to `UpdateInstanceProtectionPayload`
- [v1.14.0](services/sqlserverflex/CHANGELOG.md#v1140)
- `v3beta2api`: **New:** New package which can be used for communication with the sqlserverflex v3beta2 API
- `v1api`: **Deprecated:** `v1api` is deprecated, use instead `v2api`
Expand Down
17 changes: 17 additions & 0 deletions services/sqlserverflex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## v1.15.0
- `v3beta2api`:
- **Breaking change:** Rename methods:
- `GetCollations` renamed to `ListCollations`
- `GetStorages` renamed to `ListStorages`
- `GetVersions` renamed to `ListVersions`
- `ProtectInstance` renamed to `UpdateInstanceProtection`
- `UpdateInstancePartially` renamed to `PartialUpdateInstance`
- **Breaking change:** Rename structs:
- `GetCollationsResponse` renamed to `ListCollationsResponse`
- `GetStoragesResponse` renamed to `ListStoragesResponse`
- `GetVersionsResponse` renamed to `ListVersionsResponse`
- `UpdateInstancePartiallyPayload` renamed to `PartialUpdateInstancePayload`
- `UpdateInstancePartiallyPayloadNetwork` renamed to `PartialUpdateInstancePayloadNetwork`
- `ProtectInstanceResponse` renamed to `UpdateInstanceProtectionResponse`
- `ProtectInstancePayload` renamed to `UpdateInstanceProtectionPayload`

## v1.14.0
- `v3beta2api`: **New:** New package which can be used for communication with the sqlserverflex v3beta2 API
- `v1api`: **Deprecated:** `v1api` is deprecated, use instead `v2api`
Expand Down
2 changes: 1 addition & 1 deletion services/sqlserverflex/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.14.0
v1.15.0
2 changes: 1 addition & 1 deletion services/sqlserverflex/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9062b80c83aedd5f1885726c3a5c73ed7c7e9c2c
a39a8b7c097d5f7f28b3cfc2392c2036edf374f0
Loading
Loading