|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 2.0.0 (2022-08-26) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Type of `ContainerGroup.Properties` has been changed from `*ContainerGroupProperties` to `*ContainerGroupPropertiesProperties` |
| 7 | +- Type of `ContainerGroupIdentity.UserAssignedIdentities` has been changed from `map[string]*Components10Wh5UdSchemasContainergroupidentityPropertiesUserassignedidentitiesAdditionalproperties` to `map[string]*UserAssignedIdentities` |
| 8 | +- Const `AutoGeneratedDomainNameLabelScopeResourceGroupReuse` has been removed |
| 9 | +- Const `AutoGeneratedDomainNameLabelScopeSubscriptionReuse` has been removed |
| 10 | +- Const `AutoGeneratedDomainNameLabelScopeNoreuse` has been removed |
| 11 | +- Const `AutoGeneratedDomainNameLabelScopeTenantReuse` has been removed |
| 12 | +- Const `AutoGeneratedDomainNameLabelScopeUnsecure` has been removed |
| 13 | +- Type alias `AutoGeneratedDomainNameLabelScope` has been removed |
| 14 | +- Function `PossibleAutoGeneratedDomainNameLabelScopeValues` has been removed |
| 15 | +- Struct `Components10Wh5UdSchemasContainergroupidentityPropertiesUserassignedidentitiesAdditionalproperties` has been removed |
| 16 | +- Field `DNSNameLabelReusePolicy` of struct `IPAddress` has been removed |
| 17 | +- Field `Containers` of struct `ContainerGroupProperties` has been removed |
| 18 | +- Field `SubnetIDs` of struct `ContainerGroupProperties` has been removed |
| 19 | +- Field `RestartPolicy` of struct `ContainerGroupProperties` has been removed |
| 20 | +- Field `Volumes` of struct `ContainerGroupProperties` has been removed |
| 21 | +- Field `ProvisioningState` of struct `ContainerGroupProperties` has been removed |
| 22 | +- Field `Diagnostics` of struct `ContainerGroupProperties` has been removed |
| 23 | +- Field `SKU` of struct `ContainerGroupProperties` has been removed |
| 24 | +- Field `InstanceView` of struct `ContainerGroupProperties` has been removed |
| 25 | +- Field `OSType` of struct `ContainerGroupProperties` has been removed |
| 26 | +- Field `EncryptionProperties` of struct `ContainerGroupProperties` has been removed |
| 27 | +- Field `InitContainers` of struct `ContainerGroupProperties` has been removed |
| 28 | +- Field `DNSConfig` of struct `ContainerGroupProperties` has been removed |
| 29 | +- Field `IPAddress` of struct `ContainerGroupProperties` has been removed |
| 30 | +- Field `ImageRegistryCredentials` of struct `ContainerGroupProperties` has been removed |
| 31 | + |
| 32 | +### Features Added |
| 33 | + |
| 34 | +- New const `DNSNameLabelReusePolicyNoreuse` |
| 35 | +- New const `DNSNameLabelReusePolicyUnsecure` |
| 36 | +- New const `DNSNameLabelReusePolicySubscriptionReuse` |
| 37 | +- New const `DNSNameLabelReusePolicyTenantReuse` |
| 38 | +- New const `DNSNameLabelReusePolicyResourceGroupReuse` |
| 39 | +- New type alias `DNSNameLabelReusePolicy` |
| 40 | +- New function `*SubnetServiceAssociationLinkClient.BeginDelete(context.Context, string, string, string, *SubnetServiceAssociationLinkClientBeginDeleteOptions) (*runtime.Poller[SubnetServiceAssociationLinkClientDeleteResponse], error)` |
| 41 | +- New function `NewSubnetServiceAssociationLinkClient(string, azcore.TokenCredential, *arm.ClientOptions) (*SubnetServiceAssociationLinkClient, error)` |
| 42 | +- New function `PossibleDNSNameLabelReusePolicyValues() []DNSNameLabelReusePolicy` |
| 43 | +- New struct `ContainerGroupPropertiesProperties` |
| 44 | +- New struct `SubnetServiceAssociationLinkClient` |
| 45 | +- New struct `SubnetServiceAssociationLinkClientBeginDeleteOptions` |
| 46 | +- New struct `SubnetServiceAssociationLinkClientDeleteResponse` |
| 47 | +- New struct `UserAssignedIdentities` |
| 48 | +- New field `Properties` in struct `ContainerGroupProperties` |
| 49 | +- New field `Identity` in struct `ContainerGroupProperties` |
| 50 | +- New field `ID` in struct `Usage` |
| 51 | +- New field `AutoGeneratedDomainNameLabelScope` in struct `IPAddress` |
| 52 | + |
| 53 | + |
3 | 54 | ## 1.0.0 (2022-05-17) |
4 | 55 |
|
5 | 56 | The package of `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerinstance/armcontainerinstance` is using our [next generation design principles](https://azure.github.io/azure-sdk/general_introduction.html) since version 1.0.0, which contains breaking changes. |
|
0 commit comments