Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Automation] Generate Fluent Lite from mobilenetwork#package-2024-02 #39293

Merged
merged 2 commits into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ com.azure.resourcemanager:azure-resourcemanager-edgeorder;1.0.0-beta.1;1.0.0-bet
com.azure.resourcemanager:azure-resourcemanager-securityinsights;1.0.0-beta.4;1.0.0-beta.5
com.azure.resourcemanager:azure-resourcemanager-oep;1.0.0-beta.1;1.0.0-beta.2
com.azure.resourcemanager:azure-resourcemanager-dnsresolver;1.0.0-beta.2;1.0.0-beta.3
com.azure.resourcemanager:azure-resourcemanager-mobilenetwork;1.0.0;1.1.0-beta.1
com.azure.resourcemanager:azure-resourcemanager-mobilenetwork;1.0.0;1.1.0
com.azure.resourcemanager:azure-resourcemanager-azureadexternalidentities;1.0.0-beta.1;1.0.0-beta.1
com.azure.resourcemanager:azure-resourcemanager-dashboard;1.0.0;1.1.0-beta.1
com.azure.resourcemanager:azure-resourcemanager-servicelinker;1.0.0-beta.2;1.0.0-beta.3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,103 @@
# Release History

## 1.1.0-beta.1 (Unreleased)
## 1.1.0 (2024-03-19)

- Azure Resource Manager MobileNetwork client library for Java. This package contains Microsoft Azure SDK for MobileNetwork Management SDK. The resources in this API specification will be used to manage attached data network resources in mobile network attached to a particular packet core instance. Package tag package-2024-02. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).

### Features Added

### Breaking Changes
* `models.GlobalRanNodeId` was added

* `models.UeInformations` was added

* `models.HomeNetworkPrivateKeysProvisioning` was added

* `models.UeIpAddress` was added

* `models.PublicLandMobileNetworkHomeNetworkPublicKeys` was added

* `models.UeInfo` was added

* `models.RatType` was added

* `models.AmfId` was added

* `models.HomeNetworkPublicKey` was added

* `models.ExtendedUeInfoProperties` was added

* `models.UeInfo4GProperties` was added

* `models.UeUsageSetting` was added

* `models.UeSessionInfo5G` was added

* `models.MmeId` was added

* `models.UeSessionInfo4G` was added

* `models.Guti5G` was added

* `models.GNbId` was added

* `models.ExtendedUeInformations` was added

* `models.Guti4G` was added

* `models.UeConnectionInfo5G` was added

* `models.UeInfoList` was added

* `models.UeInfo4G` was added

* `models.UeConnectionInfo4G` was added

* `models.UeInfo5G` was added

### Bugs Fixed
* `models.UeQosFlow` was added

* `models.UeState` was added

* `models.UeInfo5GProperties` was added

* `models.PublicLandMobileNetwork` was added

* `models.PdnType` was added

* `models.UeInfoPropertiesFormat` was added

* `models.ExtendedUeInfo` was added

* `models.HomeNetworkPrivateKeysProvisioningState` was added

* `models.UeLocationInfo` was added

* `models.RrcEstablishmentCause` was added

* `models.DnnIpPair` was added

#### `models.PacketCoreControlPlane` was modified

* `homeNetworkPrivateKeysProvisioning()` was added

#### `models.MobileNetwork$Definition` was modified

* `withPublicLandMobileNetworks(java.util.List)` was added
* `withIdentity(models.ManagedServiceIdentity)` was added

#### `models.MobileNetwork$Update` was modified

* `withIdentity(models.ManagedServiceIdentity)` was added

#### `models.MobileNetwork` was modified

* `publicLandMobileNetworks()` was added
* `identity()` was added

#### `MobileNetworkManager` was modified

### Other Changes
* `ueInformations()` was added
* `extendedUeInformations()` was added

## 1.0.0 (2023-11-15)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Azure Resource Manager MobileNetwork client library for Java.

This package contains Microsoft Azure SDK for MobileNetwork Management SDK. The resources in this API specification will be used to manage attached data network resources in mobile network attached to a particular packet core instance. Package tag package-2023-09. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
This package contains Microsoft Azure SDK for MobileNetwork Management SDK. The resources in this API specification will be used to manage attached data network resources in mobile network attached to a particular packet core instance. Package tag package-2024-02. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).

## We'd love to hear your feedback

Expand Down Expand Up @@ -32,7 +32,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-mobilenetwork</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
Loading
Loading