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
47 changes: 47 additions & 0 deletions sdk/operationalinsights/armoperationalinsights/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,50 @@
# Release History

## v0.2.0 (released)
### Breaking Changes

- Type of `ClusterSKU.Capacity` has been changed from `*int64` to `*Capacity`
- Type of `WorkspaceSKU.CapacityReservationLevel` has been changed from `*int32` to `*CapacityReservationLevel`
- Function `Table.MarshalJSON` has been removed
- Function `NewTablesClient` has been removed
- Function `*TablesClient.Get` has been removed
- Function `*TablesClient.ListByWorkspace` has been removed
- Function `TablesListResult.MarshalJSON` has been removed
- Function `*TablesClient.Update` has been removed
- Struct `Table` has been removed
- Struct `TableProperties` has been removed
- Struct `TablesClient` has been removed
- Struct `TablesGetOptions` has been removed
- Struct `TablesGetResponse` has been removed
- Struct `TablesGetResult` has been removed
- Struct `TablesListByWorkspaceOptions` has been removed
- Struct `TablesListByWorkspaceResponse` has been removed
- Struct `TablesListByWorkspaceResult` has been removed
- Struct `TablesListResult` has been removed
- Struct `TablesUpdateOptions` has been removed
- Struct `TablesUpdateResponse` has been removed
- Struct `TablesUpdateResult` has been removed

### New Content

- New const `CapacityReservationLevelFourHundred`
- New const `CapacityReservationLevelFiveThousand`
- New const `CapacityTwoThousand`
- New const `CapacityReservationLevelTenHundred`
- New const `CapacityTenHundred`
- New const `CapacityFiveThousand`
- New const `CapacityReservationLevelThreeHundred`
- New const `CapacityReservationLevelTwoHundred`
- New const `CapacityReservationLevelFiveHundred`
- New const `CapacityReservationLevelOneHundred`
- New const `CapacityReservationLevelTwoThousand`
- New const `CapacityFiveHundred`
- New function `PossibleCapacityReservationLevelValues() []CapacityReservationLevel`
- New function `Capacity.ToPtr() *Capacity`
- New function `CapacityReservationLevel.ToPtr() *CapacityReservationLevel`
- New function `PossibleCapacityValues() []Capacity`

Total 34 breaking change(s), 16 additive change(s).


## v0.1.0 (released)
7 changes: 4 additions & 3 deletions sdk/operationalinsights/armoperationalinsights/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

``` yaml
require:
- https://github.com/Azure/azure-rest-api-specs/blob/8b708ea0e665144ad1fe691fc7cca33517ac3c7e/specification/operationalinsights/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/8b708ea0e665144ad1fe691fc7cca33517ac3c7e/specification/operationalinsights/resource-manager/readme.go.md
module-version: 0.1.0
- https://github.com/Azure/azure-rest-api-specs/blob/e5c47c5615f81613263ff76fe25628ee19030a02/specification/operationalinsights/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/e5c47c5615f81613263ff76fe25628ee19030a02/specification/operationalinsights/resource-manager/readme.go.md
module-version: 0.2.0

```
2 changes: 1 addition & 1 deletion sdk/operationalinsights/armoperationalinsights/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/Azure/azure-sdk-for-go/sdk/operationalinsights/armoperationali
go 1.13

require (
github.com/Azure/azure-sdk-for-go v56.1.0+incompatible
github.com/Azure/azure-sdk-for-go v56.3.0+incompatible
github.com/Azure/azure-sdk-for-go/sdk/armcore v0.8.0
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.16.2
)
4 changes: 2 additions & 2 deletions sdk/operationalinsights/armoperationalinsights/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/Azure/azure-sdk-for-go v56.1.0+incompatible h1:Ofcecdw3F1ZqnpDEZcLzH9Hq0P4Y5Si8+EioXJSamJs=
github.com/Azure/azure-sdk-for-go v56.1.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc=
github.com/Azure/azure-sdk-for-go v56.3.0+incompatible h1:DmhwMrUIvpeoTDiWRDtNHqelNUd3Og8JCkrLHQK795c=
github.com/Azure/azure-sdk-for-go v56.3.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc=
github.com/Azure/azure-sdk-for-go/sdk/armcore v0.8.0 h1:HQQoaSGOh32mpoRkpLDjkngMwYJqkxu93FRx0epdLHE=
github.com/Azure/azure-sdk-for-go/sdk/armcore v0.8.0/go.mod h1:BSKvHb/5cy8j4hahIInXH92X/2zGJ3TxKF6b9pw1Btg=
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.16.2 h1:UC4vfOhW2l0f2QOCQpOxJS4/K6oKFy2tQZE+uWU1MEo=
Expand Down

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

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

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

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

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

Loading