0.6.0 (2023-04-03)
Breaking Changes
- Function
NewDeviceGroupsClient
parameter(s) have been changed from(string, string, azcore.TokenCredential, *arm.ClientOptions)
to(string, azcore.TokenCredential, *arm.ClientOptions)
- Function
*DeviceGroupsClient.CreateOrUpdate
parameter(s) have been changed from(context.Context, string, DeviceGroupModel, *DeviceGroupsClientCreateOrUpdateOptions)
to(context.Context, string, string, DeviceGroupModel, *DeviceGroupsClientCreateOrUpdateOptions)
- Function
*DeviceGroupsClient.Delete
parameter(s) have been changed from(context.Context, string, *DeviceGroupsClientDeleteOptions)
to(context.Context, string, string, *DeviceGroupsClientDeleteOptions)
- Function
*DeviceGroupsClient.Get
parameter(s) have been changed from(context.Context, string, *DeviceGroupsClientGetOptions)
to(context.Context, string, string, *DeviceGroupsClientGetOptions)
- Function
*DeviceGroupsClient.NewListPager
parameter(s) have been changed from(*DeviceGroupsClientListOptions)
to(string, *DeviceGroupsClientListOptions)
- Function
NewDevicesClient
parameter(s) have been changed from(string, string, azcore.TokenCredential, *arm.ClientOptions)
to(string, azcore.TokenCredential, *arm.ClientOptions)
- Function
*DevicesClient.Get
parameter(s) have been changed from(context.Context, string, string, *DevicesClientGetOptions)
to(context.Context, string, string, string, *DevicesClientGetOptions)
- Function
*DevicesClient.NewListPager
parameter(s) have been changed from(string, *DevicesClientListOptions)
to(string, string, *DevicesClientListOptions)
- Function
NewLocationsClient
parameter(s) have been changed from(string, string, azcore.TokenCredential, *arm.ClientOptions)
to(string, azcore.TokenCredential, *arm.ClientOptions)
- Function
*LocationsClient.Get
parameter(s) have been changed from(context.Context, *LocationsClientGetOptions)
to(context.Context, string, *LocationsClientGetOptions)
Features Added
- New struct
ClientFactory
which is a client factory used to create any client in this module