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