Skip to content

Commit beec02a

Browse files
azure-sdkAlancere
andauthored
[Release] sdk/resourcemanager/mobilenetwork/armmobilenetwork/4.1.0 (Azure#23001)
* [Release] sdk/resourcemanager/mobilenetwork/armmobilenetwork/4.1.0 generation from spec commit: d88c94b22a8efdd47c0cadfe6d8d489107db2b23 * update assets --------- Co-authored-by: ReleaseHelper <ReleaseHelper> Co-authored-by: Alancere <[email protected]>
1 parent 021ea03 commit beec02a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+2018
-403
lines changed

sdk/resourcemanager/mobilenetwork/armmobilenetwork/CHANGELOG.md

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

3+
## 4.1.0 (2024-06-21)
4+
### Features Added
5+
6+
- New enum type `NasEncryptionType` with values `NasEncryptionTypeNEA0EEA0`, `NasEncryptionTypeNEA1EEA1`, `NasEncryptionTypeNEA2EEA2`
7+
- New function `*ClientFactory.NewRoutingInfoClient() *RoutingInfoClient`
8+
- New function `*MobileNetworksClient.NewListSimGroupsPager(string, string, *MobileNetworksClientListSimGroupsOptions) *runtime.Pager[MobileNetworksClientListSimGroupsResponse]`
9+
- New function `NewRoutingInfoClient(string, azcore.TokenCredential, *arm.ClientOptions) (*RoutingInfoClient, error)`
10+
- New function `*RoutingInfoClient.Get(context.Context, string, string, *RoutingInfoClientGetOptions) (RoutingInfoClientGetResponse, error)`
11+
- New function `*RoutingInfoClient.NewListPager(string, string, *RoutingInfoClientListOptions) *runtime.Pager[RoutingInfoClientListResponse]`
12+
- New function `*SimsClient.BeginClone(context.Context, string, string, SimClone, *SimsClientBeginCloneOptions) (*runtime.Poller[SimsClientCloneResponse], error)`
13+
- New function `*SimsClient.BeginMove(context.Context, string, string, SimMove, *SimsClientBeginMoveOptions) (*runtime.Poller[SimsClientMoveResponse], error)`
14+
- New struct `IPv4Route`
15+
- New struct `IPv4RouteNextHop`
16+
- New struct `RoutingInfoListResult`
17+
- New struct `RoutingInfoModel`
18+
- New struct `RoutingInfoPropertiesFormat`
19+
- New struct `SimClone`
20+
- New struct `SimMove`
21+
- New struct `UserConsentConfiguration`
22+
- New struct `UserPlaneDataRoutesItem`
23+
- New field `BfdIPv4Endpoints`, `IPv4AddressList`, `VlanID` in struct `InterfaceProperties`
24+
- New field `UserConsent` in struct `PacketCoreControlPlanePropertiesFormat`
25+
- New field `HaUpgradesAvailable` in struct `Platform`
26+
- New field `NasEncryption` in struct `SignalingConfiguration`
27+
28+
329
## 4.0.0 (2024-03-22)
430
### Breaking Changes
531

sdk/resourcemanager/mobilenetwork/armmobilenetwork/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "go",
44
"TagPrefix": "go/resourcemanager/mobilenetwork/armmobilenetwork",
5-
"Tag": "go/resourcemanager/mobilenetwork/armmobilenetwork_1f7e0cc9ac"
5+
"Tag": "go/resourcemanager/mobilenetwork/armmobilenetwork_87f161d8e6"
66
}

sdk/resourcemanager/mobilenetwork/armmobilenetwork/attacheddatanetworks_client.go

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

sdk/resourcemanager/mobilenetwork/armmobilenetwork/attacheddatanetworks_client_example_test.go

Lines changed: 5 additions & 5 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: 4 additions & 4 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/cf5ad1932d00c7d15497705ad6b71171d3d68b1e/specification/mobilenetwork/resource-manager/readme.md
9-
- https://github.com/Azure/azure-rest-api-specs/blob/cf5ad1932d00c7d15497705ad6b71171d3d68b1e/specification/mobilenetwork/resource-manager/readme.go.md
8+
- https://github.com/Azure/azure-rest-api-specs/blob/d88c94b22a8efdd47c0cadfe6d8d489107db2b23/specification/mobilenetwork/resource-manager/readme.md
9+
- https://github.com/Azure/azure-rest-api-specs/blob/d88c94b22a8efdd47c0cadfe6d8d489107db2b23/specification/mobilenetwork/resource-manager/readme.go.md
1010
license-header: MICROSOFT_MIT_NO_VERSION
11-
module-version: 4.0.0
12-
tag: package-2024-02
11+
module-version: 4.1.0
12+
tag: package-2024-04
1313
```

sdk/resourcemanager/mobilenetwork/armmobilenetwork/client_factory.go

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

sdk/resourcemanager/mobilenetwork/armmobilenetwork/constants.go

Lines changed: 22 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)