You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/resourcemanager/resources/armsubscriptions/CHANGELOG.md
+55Lines changed: 55 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,60 @@
1
1
# Release History
2
2
3
+
## 0.3.0 (2022-04-14)
4
+
### Breaking Changes
5
+
6
+
- Function `*TenantsClient.List` return value(s) have been changed from `(*TenantsClientListPager)` to `(*runtime.Pager[TenantsClientListResponse])`
7
+
- Function `NewSubscriptionClient` return value(s) have been changed from `(*SubscriptionClient)` to `(*SubscriptionClient, error)`
8
+
- Function `NewClient` return value(s) have been changed from `(*Client)` to `(*Client, error)`
9
+
- Function `*Client.ListLocations` parameter(s) have been changed from `(context.Context, string, *ClientListLocationsOptions)` to `(string, *ClientListLocationsOptions)`
10
+
- Function `*Client.ListLocations` return value(s) have been changed from `(ClientListLocationsResponse, error)` to `(*runtime.Pager[ClientListLocationsResponse])`
11
+
- Function `NewTenantsClient` return value(s) have been changed from `(*TenantsClient)` to `(*TenantsClient, error)`
12
+
- Function `*Client.List` return value(s) have been changed from `(*ClientListPager)` to `(*runtime.Pager[ClientListResponse])`
13
+
- Type of `ErrorAdditionalInfo.Info` has been changed from `map[string]interface{}` to `interface{}`
14
+
- Function `ResourceNameStatus.ToPtr` has been removed
15
+
- Function `*ClientListPager.NextPage` has been removed
16
+
- Function `LocationType.ToPtr` has been removed
17
+
- Function `*TenantsClientListPager.PageResponse` has been removed
18
+
- Function `TenantCategory.ToPtr` has been removed
19
+
- Function `*ClientListPager.PageResponse` has been removed
20
+
- Function `SpendingLimit.ToPtr` has been removed
21
+
- Function `*ClientListPager.Err` has been removed
22
+
- Function `*TenantsClientListPager.NextPage` has been removed
23
+
- Function `RegionType.ToPtr` has been removed
24
+
- Function `RegionCategory.ToPtr` has been removed
25
+
- Function `SubscriptionState.ToPtr` has been removed
26
+
- Function `*TenantsClientListPager.Err` has been removed
27
+
- Struct `ClientCheckZonePeersResult` has been removed
28
+
- Struct `ClientGetResult` has been removed
29
+
- Struct `ClientListLocationsResult` has been removed
30
+
- Struct `ClientListPager` has been removed
31
+
- Struct `ClientListResult` has been removed
32
+
- Struct `SubscriptionClientCheckResourceNameResult` has been removed
33
+
- Struct `TenantsClientListPager` has been removed
34
+
- Struct `TenantsClientListResult` has been removed
35
+
- Field `ClientCheckZonePeersResult` of struct `ClientCheckZonePeersResponse` has been removed
36
+
- Field `RawResponse` of struct `ClientCheckZonePeersResponse` has been removed
37
+
- Field `ClientGetResult` of struct `ClientGetResponse` has been removed
38
+
- Field `RawResponse` of struct `ClientGetResponse` has been removed
39
+
- Field `ClientListLocationsResult` of struct `ClientListLocationsResponse` has been removed
40
+
- Field `RawResponse` of struct `ClientListLocationsResponse` has been removed
41
+
- Field `SubscriptionClientCheckResourceNameResult` of struct `SubscriptionClientCheckResourceNameResponse` has been removed
42
+
- Field `RawResponse` of struct `SubscriptionClientCheckResourceNameResponse` has been removed
43
+
- Field `ClientListResult` of struct `ClientListResponse` has been removed
44
+
- Field `RawResponse` of struct `ClientListResponse` has been removed
45
+
- Field `TenantsClientListResult` of struct `TenantsClientListResponse` has been removed
46
+
- Field `RawResponse` of struct `TenantsClientListResponse` has been removed
47
+
48
+
### Features Added
49
+
50
+
- New anonymous field `CheckZonePeersResult` in struct `ClientCheckZonePeersResponse`
51
+
- New anonymous field `TenantListResult` in struct `TenantsClientListResponse`
52
+
- New anonymous field `CheckResourceNameResult` in struct `SubscriptionClientCheckResourceNameResponse`
53
+
- New anonymous field `Subscription` in struct `ClientGetResponse`
54
+
- New anonymous field `LocationListResult` in struct `ClientListLocationsResponse`
55
+
- New anonymous field `SubscriptionListResult` in struct `ClientListResponse`
0 commit comments