Skip to content

Commit 8ebd724

Browse files
authored
[Release] sdk/resourcemanager/mobilenetwork/armmobilenetwork/0.6.0 generation from spec commit: f705a46c74af9e4c096556e914d9a45c01c47b5e (Azure#18662)
1 parent 39b49a5 commit 8ebd724

36 files changed

+4890
-976
lines changed

sdk/resourcemanager/mobilenetwork/armmobilenetwork/CHANGELOG.md

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,108 @@
11
# Release History
22

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+
3106
## 0.5.0 (2022-05-18)
4107

5108
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.

sdk/resourcemanager/mobilenetwork/armmobilenetwork/zz_generated_attacheddatanetworks_client.go renamed to sdk/resourcemanager/mobilenetwork/armmobilenetwork/attacheddatanetworks_client.go

Lines changed: 15 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/mobilenetwork/armmobilenetwork/ze_generated_example_attacheddatanetworks_client_test.go renamed to sdk/resourcemanager/mobilenetwork/armmobilenetwork/attacheddatanetworks_client_example_test.go

Lines changed: 11 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/mobilenetwork/armmobilenetwork/autorest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
``` yaml
66
azure-arm: true
77
require:
8-
- https://github.com/Azure/azure-rest-api-specs/blob/d55b8005f05b040b852c15e74a0f3e36494a15e1/specification/mobilenetwork/resource-manager/readme.md
9-
- https://github.com/Azure/azure-rest-api-specs/blob/d55b8005f05b040b852c15e74a0f3e36494a15e1/specification/mobilenetwork/resource-manager/readme.go.md
8+
- https://github.com/Azure/azure-rest-api-specs/blob/f705a46c74af9e4c096556e914d9a45c01c47b5e/specification/mobilenetwork/resource-manager/readme.md
9+
- https://github.com/Azure/azure-rest-api-specs/blob/f705a46c74af9e4c096556e914d9a45c01c47b5e/specification/mobilenetwork/resource-manager/readme.go.md
1010
license-header: MICROSOFT_MIT_NO_VERSION
11-
module-version: 0.5.0
11+
module-version: 0.6.0
1212

1313
```

0 commit comments

Comments
 (0)