github Azure/azure-sdk-for-go sdk/resourcemanager/iotsecurity/armiotsecurity/v0.6.0

latest releases: sdk/resourcemanager/hybridcompute/armhybridcompute/v2.1.0-beta.1, sdk/ai/azopenai/v0.7.1, sdk/security/keyvault/azadmin/v1.3.0...
pre-release19 months ago

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

Don't miss a new azure-sdk-for-go release

NewReleases is sending notifications on new releases.