|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 1.0.0 (2024-11-20) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Type of `AgentProfile.ResourcePredictions` has been changed from `any` to `*ResourcePredictions` |
| 7 | +- Type of `PoolUpdateProperties.AgentProfile` has been changed from `AgentProfileUpdateClassification` to `AgentProfileClassification` |
| 8 | +- Type of `Quota.Name` has been changed from `*string` to `*QuotaName` |
| 9 | +- Type of `Stateful.ResourcePredictions` has been changed from `any` to `*ResourcePredictions` |
| 10 | +- Type of `StatelessAgentProfile.ResourcePredictions` has been changed from `any` to `*ResourcePredictions` |
| 11 | +- Function `*AgentProfileUpdate.GetAgentProfileUpdate` has been removed |
| 12 | +- Function `*AutomaticResourcePredictionsProfileUpdate.GetResourcePredictionsProfileUpdate` has been removed |
| 13 | +- Function `*ManualResourcePredictionsProfileUpdate.GetResourcePredictionsProfileUpdate` has been removed |
| 14 | +- Function `*ResourcePredictionsProfileUpdate.GetResourcePredictionsProfileUpdate` has been removed |
| 15 | +- Function `*StatefulUpdate.GetAgentProfileUpdate` has been removed |
| 16 | +- Function `*StatelessAgentProfileUpdate.GetAgentProfileUpdate` has been removed |
| 17 | +- Function `*SubscriptionUsagesClient.NewListByLocationPager` has been removed |
| 18 | +- Struct `AutomaticResourcePredictionsProfileUpdate` has been removed |
| 19 | +- Struct `ManualResourcePredictionsProfileUpdate` has been removed |
| 20 | +- Struct `QuotaListResult` has been removed |
| 21 | +- Struct `QuotaProperties` has been removed |
| 22 | +- Struct `StatefulUpdate` has been removed |
| 23 | +- Struct `StatelessAgentProfileUpdate` has been removed |
| 24 | +- Field `Properties`, `SystemData`, `Type` of struct `Quota` has been removed |
| 25 | + |
| 26 | +### Features Added |
| 27 | + |
| 28 | +- New function `*SubscriptionUsagesClient.NewUsagesPager(string, *SubscriptionUsagesClientUsagesOptions) *runtime.Pager[SubscriptionUsagesClientUsagesResponse]` |
| 29 | +- New struct `PagedQuota` |
| 30 | +- New struct `ResourcePredictions` |
| 31 | +- New field `CurrentValue`, `Limit`, `Unit` in struct `Quota` |
| 32 | + |
| 33 | + |
| 34 | +## 1.0.0 (2024-11-20) |
| 35 | +### Breaking Changes |
| 36 | + |
| 37 | +- Type of `AgentProfile.ResourcePredictions` has been changed from `any` to `*ResourcePredictions` |
| 38 | +- Type of `PoolUpdateProperties.AgentProfile` has been changed from `AgentProfileUpdateClassification` to `AgentProfileClassification` |
| 39 | +- Type of `Quota.Name` has been changed from `*string` to `*QuotaName` |
| 40 | +- Type of `Stateful.ResourcePredictions` has been changed from `any` to `*ResourcePredictions` |
| 41 | +- Type of `StatelessAgentProfile.ResourcePredictions` has been changed from `any` to `*ResourcePredictions` |
| 42 | +- Enum `ActionType` has been removed |
| 43 | +- Enum `Origin` has been removed |
| 44 | +- Function `*AgentProfileUpdate.GetAgentProfileUpdate` has been removed |
| 45 | +- Function `*AutomaticResourcePredictionsProfileUpdate.GetResourcePredictionsProfileUpdate` has been removed |
| 46 | +- Function `*ManualResourcePredictionsProfileUpdate.GetResourcePredictionsProfileUpdate` has been removed |
| 47 | +- Function `*OperationsClient.NewListPager` has been removed |
| 48 | +- Function `*ResourcePredictionsProfileUpdate.GetResourcePredictionsProfileUpdate` has been removed |
| 49 | +- Function `*StatefulUpdate.GetAgentProfileUpdate` has been removed |
| 50 | +- Function `*StatelessAgentProfileUpdate.GetAgentProfileUpdate` has been removed |
| 51 | +- Function `*SubscriptionUsagesClient.NewListByLocationPager` has been removed |
| 52 | +- Struct `AutomaticResourcePredictionsProfileUpdate` has been removed |
| 53 | +- Struct `ManualResourcePredictionsProfileUpdate` has been removed |
| 54 | +- Struct `Operation` has been removed |
| 55 | +- Struct `OperationDisplay` has been removed |
| 56 | +- Struct `OperationListResult` has been removed |
| 57 | +- Struct `QuotaListResult` has been removed |
| 58 | +- Struct `QuotaProperties` has been removed |
| 59 | +- Struct `StatefulUpdate` has been removed |
| 60 | +- Struct `StatelessAgentProfileUpdate` has been removed |
| 61 | +- Field `Properties`, `SystemData`, `Type` of struct `Quota` has been removed |
| 62 | + |
| 63 | +### Features Added |
| 64 | + |
| 65 | +- New function `*OperationsClient.NewlistMethodPager(*operationsClientlistMethodOptions) *runtime.Pager[operationsClientlistMethodResponse]` |
| 66 | +- New function `PossibleactionTypeValues() []actionType` |
| 67 | +- New function `PossibleoriginValues() []origin` |
| 68 | +- New function `*SubscriptionUsagesClient.NewUsagesPager(string, *SubscriptionUsagesClientUsagesOptions) *runtime.Pager[SubscriptionUsagesClientUsagesResponse]` |
| 69 | +- New struct `PagedQuota` |
| 70 | +- New struct `ResourcePredictions` |
| 71 | +- New field `CurrentValue`, `Limit`, `Unit` in struct `Quota` |
| 72 | + |
| 73 | + |
3 | 74 | ## 0.1.0 (2024-05-24) |
4 | 75 | ### Other Changes |
5 | 76 |
|
|
0 commit comments