|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 0.9.0 (2022-12-12) |
| 4 | +### Features Added |
| 5 | + |
| 6 | +- New type alias `ActionType` with values `ActionTypeInternal` |
| 7 | +- New type alias `IdentityType` with values `IdentityTypeNone`, `IdentityTypeSystemAssigned`, `IdentityTypeUserAssigned` |
| 8 | +- New type alias `Origin` with values `OriginSystem`, `OriginUser`, `OriginUserSystem` |
| 9 | +- New type alias `ProvisioningState` with values `ProvisioningStateCanceled`, `ProvisioningStateCreating`, `ProvisioningStateDeleting`, `ProvisioningStateFailed`, `ProvisioningStateSucceeded` |
| 10 | +- New type alias `PublicNetworkAccess` with values `PublicNetworkAccessDisabled`, `PublicNetworkAccessEnabled`, `PublicNetworkAccessSecuredByPerimeter` |
| 11 | +- New function `NewClient(azcore.TokenCredential, *arm.ClientOptions) (*Client, error)` |
| 12 | +- New function `*Client.NewOperationsListPager(*ClientOperationsListOptions) *runtime.Pager[ClientOperationsListResponse]` |
| 13 | +- New function `NewMonitoringAccountsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*MonitoringAccountsClient, error)` |
| 14 | +- New function `*MonitoringAccountsClient.Create(context.Context, string, string, MonitoringAccountResource, *MonitoringAccountsClientCreateOptions) (MonitoringAccountsClientCreateResponse, error)` |
| 15 | +- New function `*MonitoringAccountsClient.Delete(context.Context, string, string, *MonitoringAccountsClientDeleteOptions) (MonitoringAccountsClientDeleteResponse, error)` |
| 16 | +- New function `*MonitoringAccountsClient.Get(context.Context, string, string, *MonitoringAccountsClientGetOptions) (MonitoringAccountsClientGetResponse, error)` |
| 17 | +- New function `*MonitoringAccountsClient.NewListByResourceGroupPager(string, *MonitoringAccountsClientListByResourceGroupOptions) *runtime.Pager[MonitoringAccountsClientListByResourceGroupResponse]` |
| 18 | +- New function `*MonitoringAccountsClient.NewListBySubscriptionPager(*MonitoringAccountsClientListBySubscriptionOptions) *runtime.Pager[MonitoringAccountsClientListBySubscriptionResponse]` |
| 19 | +- New function `*MonitoringAccountsClient.Update(context.Context, string, string, *MonitoringAccountsClientUpdateOptions) (MonitoringAccountsClientUpdateResponse, error)` |
| 20 | +- New struct `Client` |
| 21 | +- New struct `ClientOperationsListResponse` |
| 22 | +- New struct `ErrorDetailAutoGenerated` |
| 23 | +- New struct `ErrorResponseAutoGenerated2` |
| 24 | +- New struct `Identity` |
| 25 | +- New struct `IngestionSettings` |
| 26 | +- New struct `Metrics` |
| 27 | +- New struct `MonitoringAccount` |
| 28 | +- New struct `MonitoringAccountDefaultIngestionSettings` |
| 29 | +- New struct `MonitoringAccountMetrics` |
| 30 | +- New struct `MonitoringAccountResource` |
| 31 | +- New struct `MonitoringAccountResourceForUpdate` |
| 32 | +- New struct `MonitoringAccountResourceListResult` |
| 33 | +- New struct `MonitoringAccountResourceProperties` |
| 34 | +- New struct `MonitoringAccountsClient` |
| 35 | +- New struct `MonitoringAccountsClientListByResourceGroupResponse` |
| 36 | +- New struct `MonitoringAccountsClientListBySubscriptionResponse` |
| 37 | +- New struct `OperationAutoGenerated` |
| 38 | +- New struct `OperationDisplayAutoGenerated` |
| 39 | +- New struct `OperationListResultAutoGenerated` |
| 40 | +- New struct `ResourceAutoGenerated5` |
| 41 | +- New struct `RuleResolveConfiguration` |
| 42 | +- New struct `TrackedResourceAutoGenerated` |
| 43 | +- New struct `UserIdentityProperties` |
| 44 | +- New field `PublicNetworkAccess` in struct `ScheduledQueryRuleProperties` |
| 45 | +- New field `RuleResolveConfiguration` in struct `ScheduledQueryRuleProperties` |
| 46 | +- New field `Identity` in struct `ScheduledQueryRuleResource` |
| 47 | +- New field `Identity` in struct `ScheduledQueryRuleResourcePatch` |
| 48 | + |
| 49 | + |
3 | 50 | ## 0.8.0 (2022-10-18) |
4 | 51 | ### Breaking Changes |
5 | 52 |
|
|
0 commit comments