|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 0.6.0 (2022-07-21) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Function `*SimsClient.Get` parameter(s) have been changed from `(context.Context, string, string, *SimsClientGetOptions)` to `(context.Context, string, string, string, *SimsClientGetOptions)` |
| 7 | +- Function `*SimsClient.BeginDelete` parameter(s) have been changed from `(context.Context, string, string, *SimsClientBeginDeleteOptions)` to `(context.Context, string, string, string, *SimsClientBeginDeleteOptions)` |
| 8 | +- Function `*SimsClient.BeginCreateOrUpdate` parameter(s) have been changed from `(context.Context, string, string, Sim, *SimsClientBeginCreateOrUpdateOptions)` to `(context.Context, string, string, string, Sim, *SimsClientBeginCreateOrUpdateOptions)` |
| 9 | +- Function `*SimsClient.NewListByResourceGroupPager` has been removed |
| 10 | +- Function `*SimsClient.NewListBySubscriptionPager` has been removed |
| 11 | +- Function `*SimsClient.UpdateTags` has been removed |
| 12 | +- Struct `SimsClientListByResourceGroupOptions` has been removed |
| 13 | +- Struct `SimsClientListByResourceGroupResponse` has been removed |
| 14 | +- Struct `SimsClientListBySubscriptionOptions` has been removed |
| 15 | +- Struct `SimsClientListBySubscriptionResponse` has been removed |
| 16 | +- Struct `SimsClientUpdateTagsOptions` has been removed |
| 17 | +- Struct `SimsClientUpdateTagsResponse` has been removed |
| 18 | +- Field `MobileNetwork` of struct `SimPropertiesFormat` has been removed |
| 19 | +- Field `Tags` of struct `Sim` has been removed |
| 20 | +- Field `Location` of struct `Sim` has been removed |
| 21 | +- Field `CustomLocation` of struct `PacketCoreControlPlanePropertiesFormat` has been removed |
| 22 | + |
| 23 | +### Features Added |
| 24 | + |
| 25 | +- New const `ManagedServiceIdentityTypeSystemAssigned` |
| 26 | +- New const `VersionStateValidationFailed` |
| 27 | +- New const `VersionStateUnknown` |
| 28 | +- New const `ManagedServiceIdentityTypeNone` |
| 29 | +- New const `RecommendedVersionNotRecommended` |
| 30 | +- New const `BillingSKUEdgeSite2GBPS` |
| 31 | +- New const `BillingSKULargePackage` |
| 32 | +- New const `VersionStateActive` |
| 33 | +- New const `PlatformTypeAKSHCI` |
| 34 | +- New const `BillingSKUFlagshipStarterPackage` |
| 35 | +- New const `VersionStateDeprecated` |
| 36 | +- New const `BillingSKUEdgeSite4GBPS` |
| 37 | +- New const `BillingSKUEdgeSite3GBPS` |
| 38 | +- New const `PlatformTypeBaseVM` |
| 39 | +- New const `BillingSKUEvaluationPackage` |
| 40 | +- New const `ManagedServiceIdentityTypeSystemAssignedUserAssigned` |
| 41 | +- New const `BillingSKUMediumPackage` |
| 42 | +- New const `ManagedServiceIdentityTypeUserAssigned` |
| 43 | +- New const `RecommendedVersionRecommended` |
| 44 | +- New const `VersionStatePreview` |
| 45 | +- New const `VersionStateValidating` |
| 46 | +- New function `PossibleRecommendedVersionValues() []RecommendedVersion` |
| 47 | +- New function `PossibleBillingSKUValues() []BillingSKU` |
| 48 | +- New function `*SimGroupsClient.UpdateTags(context.Context, string, string, TagsObject, *SimGroupsClientUpdateTagsOptions) (SimGroupsClientUpdateTagsResponse, error)` |
| 49 | +- New function `*PacketCoreControlPlaneVersionsClient.NewListByResourceGroupPager(*PacketCoreControlPlaneVersionsClientListByResourceGroupOptions) *runtime.Pager[PacketCoreControlPlaneVersionsClientListByResourceGroupResponse]` |
| 50 | +- New function `*SimGroupsClient.NewListByResourceGroupPager(string, *SimGroupsClientListByResourceGroupOptions) *runtime.Pager[SimGroupsClientListByResourceGroupResponse]` |
| 51 | +- New function `*PacketCoreControlPlaneVersionsClient.Get(context.Context, string, *PacketCoreControlPlaneVersionsClientGetOptions) (PacketCoreControlPlaneVersionsClientGetResponse, error)` |
| 52 | +- New function `*SimGroupsClient.Get(context.Context, string, string, *SimGroupsClientGetOptions) (SimGroupsClientGetResponse, error)` |
| 53 | +- New function `PossibleManagedServiceIdentityTypeValues() []ManagedServiceIdentityType` |
| 54 | +- New function `*SimGroupsClient.NewListBySubscriptionPager(*SimGroupsClientListBySubscriptionOptions) *runtime.Pager[SimGroupsClientListBySubscriptionResponse]` |
| 55 | +- New function `*SimGroupsClient.BeginDelete(context.Context, string, string, *SimGroupsClientBeginDeleteOptions) (*runtime.Poller[SimGroupsClientDeleteResponse], error)` |
| 56 | +- New function `NewPacketCoreControlPlaneVersionsClient(azcore.TokenCredential, *arm.ClientOptions) (*PacketCoreControlPlaneVersionsClient, error)` |
| 57 | +- New function `PossibleVersionStateValues() []VersionState` |
| 58 | +- New function `*SimsClient.NewListBySimGroupPager(string, string, *SimsClientListBySimGroupOptions) *runtime.Pager[SimsClientListBySimGroupResponse]` |
| 59 | +- New function `NewSimGroupsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*SimGroupsClient, error)` |
| 60 | +- New function `PossiblePlatformTypeValues() []PlatformType` |
| 61 | +- New function `*SimGroupsClient.BeginCreateOrUpdate(context.Context, string, string, SimGroup, *SimGroupsClientBeginCreateOrUpdateOptions) (*runtime.Poller[SimGroupsClientCreateOrUpdateResponse], error)` |
| 62 | +- New struct `AzureStackEdgeDeviceResourceID` |
| 63 | +- New struct `ConnectedClusterResourceID` |
| 64 | +- New struct `KeyVaultCertificate` |
| 65 | +- New struct `KeyVaultKey` |
| 66 | +- New struct `LocalDiagnosticsAccessConfiguration` |
| 67 | +- New struct `ManagedServiceIdentity` |
| 68 | +- New struct `PacketCoreControlPlaneVersion` |
| 69 | +- New struct `PacketCoreControlPlaneVersionListResult` |
| 70 | +- New struct `PacketCoreControlPlaneVersionPropertiesFormat` |
| 71 | +- New struct `PacketCoreControlPlaneVersionsClient` |
| 72 | +- New struct `PacketCoreControlPlaneVersionsClientGetOptions` |
| 73 | +- New struct `PacketCoreControlPlaneVersionsClientGetResponse` |
| 74 | +- New struct `PacketCoreControlPlaneVersionsClientListByResourceGroupOptions` |
| 75 | +- New struct `PacketCoreControlPlaneVersionsClientListByResourceGroupResponse` |
| 76 | +- New struct `PlatformConfiguration` |
| 77 | +- New struct `ProxyResource` |
| 78 | +- New struct `SimGroup` |
| 79 | +- New struct `SimGroupListResult` |
| 80 | +- New struct `SimGroupPropertiesFormat` |
| 81 | +- New struct `SimGroupResourceID` |
| 82 | +- New struct `SimGroupsClient` |
| 83 | +- New struct `SimGroupsClientBeginCreateOrUpdateOptions` |
| 84 | +- New struct `SimGroupsClientBeginDeleteOptions` |
| 85 | +- New struct `SimGroupsClientCreateOrUpdateResponse` |
| 86 | +- New struct `SimGroupsClientDeleteResponse` |
| 87 | +- New struct `SimGroupsClientGetOptions` |
| 88 | +- New struct `SimGroupsClientGetResponse` |
| 89 | +- New struct `SimGroupsClientListByResourceGroupOptions` |
| 90 | +- New struct `SimGroupsClientListByResourceGroupResponse` |
| 91 | +- New struct `SimGroupsClientListBySubscriptionOptions` |
| 92 | +- New struct `SimGroupsClientListBySubscriptionResponse` |
| 93 | +- New struct `SimGroupsClientUpdateTagsOptions` |
| 94 | +- New struct `SimGroupsClientUpdateTagsResponse` |
| 95 | +- New struct `SimsClientListBySimGroupOptions` |
| 96 | +- New struct `SimsClientListBySimGroupResponse` |
| 97 | +- New struct `UserAssignedIdentity` |
| 98 | +- New field `Identity` in struct `PacketCoreControlPlane` |
| 99 | +- New field `InteropSettings` in struct `PacketCoreControlPlanePropertiesFormat` |
| 100 | +- New field `SKU` in struct `PacketCoreControlPlanePropertiesFormat` |
| 101 | +- New field `LocalDiagnosticsAccess` in struct `PacketCoreControlPlanePropertiesFormat` |
| 102 | +- New field `Platform` in struct `PacketCoreControlPlanePropertiesFormat` |
| 103 | +- New field `DNSAddresses` in struct `AttachedDataNetworkPropertiesFormat` |
| 104 | + |
| 105 | + |
3 | 106 | ## 0.5.0 (2022-05-18) |
4 | 107 |
|
5 | 108 | The package of `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/mobilenetwork/armmobilenetwork` is using our [next generation design principles](https://azure.github.io/azure-sdk/general_introduction.html) since version 0.5.0, which contains breaking changes. |
|
0 commit comments