1# Change History
2
3## Breaking Changes
4
5### Struct Changes
6
7#### Removed Struct Fields
8
91. BaseClient.ProviderNamespace
10
11### Signature Changes
12
13#### Funcs
14
151. BaseClient.ListOperations
16 - Params
17 - From: context.Context, string
18 - To: context.Context
191. BaseClient.ListOperationsComplete
20 - Params
21 - From: context.Context, string
22 - To: context.Context
231. BaseClient.ListOperationsPreparer
24 - Params
25 - From: context.Context, string
26 - To: context.Context
271. Client.Get
28 - Params
29 - From: context.Context, string, string, string
30 - To: context.Context, string, string
311. Client.GetPreparer
32 - Params
33 - From: context.Context, string, string, string
34 - To: context.Context, string, string
351. Client.List
36 - Params
37 - From: context.Context, string, string
38 - To: context.Context, string
391. Client.ListAll
40 - Params
41 - From: context.Context, string
42 - To: context.Context
431. Client.ListAllComplete
44 - Params
45 - From: context.Context, string
46 - To: context.Context
471. Client.ListAllPreparer
48 - Params
49 - From: context.Context, string
50 - To: context.Context
511. Client.ListComplete
52 - Params
53 - From: context.Context, string, string
54 - To: context.Context, string
551. Client.ListPreparer
56 - Params
57 - From: context.Context, string, string
58 - To: context.Context, string
591. Client.Register
60 - Params
61 - From: context.Context, string, string, string
62 - To: context.Context, string, string
631. Client.RegisterPreparer
64 - Params
65 - From: context.Context, string, string, string
66 - To: context.Context, string, string
671. Client.Unregister
68 - Params
69 - From: context.Context, string, string, string
70 - To: context.Context, string, string
711. Client.UnregisterPreparer
72 - Params
73 - From: context.Context, string, string, string
74 - To: context.Context, string, string
751. New
76 - Params
77 - From: string, string
78 - To: string
791. NewClient
80 - Params
81 - From: string, string
82 - To: string
831. NewClientWithBaseURI
84 - Params
85 - From: string, string, string
86 - To: string, string
871. NewSubscriptionFeatureRegistrationsClient
88 - Params
89 - From: string, string
90 - To: string
911. NewSubscriptionFeatureRegistrationsClientWithBaseURI
92 - Params
93 - From: string, string, string
94 - To: string, string
951. NewWithBaseURI
96 - Params
97 - From: string, string, string
98 - To: string, string
991. SubscriptionFeatureRegistrationsClient.ListAllBySubscription
100 - Params
101 - From: context.Context, string
102 - To: context.Context
1031. SubscriptionFeatureRegistrationsClient.ListAllBySubscriptionComplete
104 - Params
105 - From: context.Context, string
106 - To: context.Context
1071. SubscriptionFeatureRegistrationsClient.ListAllBySubscriptionPreparer
108 - Params
109 - From: context.Context, string
110 - To: context.Context
View as plain text