Skip to content

Commit 3dc946e

Browse files
authored
[Automation] Generate Fluent Lite from mobilenetwork#package-2022-11-01 (Azure#32673)
1 parent 757dfd4 commit 3dc946e

File tree

262 files changed

+8682
-2580
lines changed

Some content is hidden

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

262 files changed

+8682
-2580
lines changed

sdk/mobilenetwork/azure-resourcemanager-mobilenetwork/CHANGELOG.md

+175-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,185 @@
11
# Release History
22

3-
## 1.0.0-beta.4 (Unreleased)
3+
## 1.0.0-beta.4 (2022-12-21)
44

5-
### Features Added
5+
- 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-2022-11-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
66

77
### Breaking Changes
88

9-
### Bugs Fixed
9+
* `models.SimIdListResult` was removed
10+
11+
* `models.KeyVaultCertificate` was removed
12+
13+
#### `models.AttachedDataNetwork$DefinitionStages` was modified
14+
15+
* Stage 4 was added
16+
17+
#### `models.PacketCoreControlPlane$DefinitionStages` was modified
18+
19+
* `withMobileNetwork(models.MobileNetworkResourceId)` was removed in stage 3
20+
* `withControlPlaneAccessInterface(models.InterfaceProperties)` was removed in stage 4
21+
* `withSku(models.BillingSku)` was removed in stage 5
22+
* Stage 6, 7 was added
23+
24+
#### `models.PacketCoreControlPlaneVersions` was modified
25+
26+
* `listByResourceGroup(com.azure.core.util.Context)` was removed
27+
* `listByResourceGroup()` was removed
28+
29+
#### `models.PacketCoreControlPlaneVersion` was modified
30+
31+
* `versionState()` was removed
32+
* `recommendedVersion()` was removed
33+
34+
#### `models.PacketCoreControlPlane` was modified
35+
36+
* `mobileNetwork()` was removed
37+
38+
#### `models.Sims` was modified
39+
40+
* `listBySimGroup(java.lang.String,java.lang.String,com.azure.core.util.Context)` was removed
41+
* `listBySimGroup(java.lang.String,java.lang.String)` was removed
42+
43+
#### `models.Site$Definition` was modified
44+
45+
* `withNetworkFunctions(java.util.List)` was removed
46+
47+
#### `models.LocalDiagnosticsAccessConfiguration` was modified
48+
49+
* `models.KeyVaultCertificate httpsServerCertificate()` -> `models.HttpsServerCertificate httpsServerCertificate()`
50+
* `withHttpsServerCertificate(models.KeyVaultCertificate)` was removed
51+
52+
#### `models.MobileNetwork` was modified
53+
54+
* `listSimIds(com.azure.core.util.Context)` was removed
55+
* `listSimIds()` was removed
56+
57+
#### `models.MobileNetworks` was modified
58+
59+
* `listSimIds(java.lang.String,java.lang.String)` was removed
60+
* `listSimIds(java.lang.String,java.lang.String,com.azure.core.util.Context)` was removed
61+
62+
#### `models.CoreNetworkType` was modified
63+
64+
* `java.util.Collection values()` -> `models.CoreNetworkType[] values()`
65+
66+
#### `models.PacketCoreControlPlane$Definition` was modified
67+
68+
* `withMobileNetwork(models.MobileNetworkResourceId)` was removed
69+
70+
### Features Added
71+
72+
* `models.CertificateProvisioning` was added
73+
74+
* `models.PacketCoreControlPlaneOperations` was added
75+
76+
* `models.AuthenticationType` was added
77+
78+
* `models.PacketCoreControlPlaneCollectDiagnosticsPackage` was added
79+
80+
* `models.SimUploadList` was added
81+
82+
* `models.SimDeleteList` was added
83+
84+
* `models.SiteProvisioningState` was added
85+
86+
* `models.CertificateProvisioningState` was added
87+
88+
* `models.SimOperations` was added
89+
90+
* `models.HttpsServerCertificate` was added
91+
92+
* `models.AsyncOperationId` was added
93+
94+
* `models.SiteResourceId` was added
95+
96+
* `models.InstallationState` was added
97+
98+
* `models.ObsoleteVersion` was added
99+
100+
* `models.Installation` was added
101+
102+
* `models.Platform` was added
103+
104+
* `models.EncryptedSimUploadList` was added
105+
106+
* `models.CommonSimPropertiesFormat` was added
107+
108+
* `models.SimNameAndEncryptedProperties` was added
109+
110+
* `models.AzureStackHciClusterResourceId` was added
111+
112+
* `models.SimNameAndProperties` was added
113+
114+
* `models.AsyncOperationStatus` was added
115+
116+
#### `models.PacketCoreControlPlaneVersions` was modified
117+
118+
* `list(com.azure.core.util.Context)` was added
119+
* `list()` was added
120+
121+
#### `models.DataNetworkConfiguration` was modified
122+
123+
* `maximumNumberOfBufferedPackets()` was added
124+
* `withMaximumNumberOfBufferedPackets(java.lang.Integer)` was added
125+
126+
#### `models.PacketCoreControlPlaneVersion` was modified
127+
128+
* `platforms()` was added
129+
130+
#### `models.PacketCoreControlPlane` was modified
131+
132+
* `installation()` was added
133+
* `rollbackVersion()` was added
134+
* `ueMtu()` was added
135+
* `sites()` was added
136+
137+
#### `models.Sim` was modified
138+
139+
* `siteProvisioningState()` was added
140+
* `vendorKeyFingerprint()` was added
141+
* `systemData()` was added
142+
* `vendorName()` was added
143+
144+
#### `models.Sims` was modified
145+
146+
* `listByGroup(java.lang.String,java.lang.String,com.azure.core.util.Context)` was added
147+
* `listByGroup(java.lang.String,java.lang.String)` was added
148+
149+
#### `models.LocalDiagnosticsAccessConfiguration` was modified
150+
151+
* `authenticationType()` was added
152+
* `withAuthenticationType(models.AuthenticationType)` was added
153+
* `withHttpsServerCertificate(models.HttpsServerCertificate)` was added
154+
155+
#### `models.SimPolicy` was modified
156+
157+
* `siteProvisioningState()` was added
158+
159+
#### `models.PlatformConfiguration` was modified
160+
161+
* `withAzureStackHciCluster(models.AzureStackHciClusterResourceId)` was added
162+
* `azureStackEdgeDevices()` was added
163+
* `azureStackHciCluster()` was added
164+
165+
#### `models.AttachedDataNetwork` was modified
166+
167+
* `systemData()` was added
168+
169+
#### `models.CoreNetworkType` was modified
170+
171+
* `valueOf(java.lang.String)` was added
172+
* `toString()` was added
173+
174+
#### `MobileNetworkManager` was modified
175+
176+
* `simOperations()` was added
177+
* `packetCoreControlPlaneOperations()` was added
178+
179+
#### `models.PacketCoreControlPlane$Definition` was modified
10180

11-
### Other Changes
181+
* `withUeMtu(java.lang.Integer)` was added
182+
* `withSites(java.util.List)` was added
12183

13184
## 1.0.0-beta.3 (2022-07-25)
14185

sdk/mobilenetwork/azure-resourcemanager-mobilenetwork/README.md

+15-12
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Azure Resource Manager MobileNetwork client library for Java.
44

5-
This package contains Microsoft Azure SDK for MobileNetwork Management SDK. The resources in this swagger specification will be used to manage attached data network resources in mobile network attached to a particular packet core instance. Package tag package-2022-04-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
5+
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-2022-11-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
66

77
## We'd love to hear your feedback
88

@@ -32,7 +32,7 @@ Various documentation is available to help you get started
3232
<dependency>
3333
<groupId>com.azure.resourcemanager</groupId>
3434
<artifactId>azure-resourcemanager-mobilenetwork</artifactId>
35-
<version>1.0.0-beta.3</version>
35+
<version>1.0.0-beta.4</version>
3636
</dependency>
3737
```
3838
[//]: # ({x-version-update-end})
@@ -41,19 +41,19 @@ Various documentation is available to help you get started
4141

4242
Azure Management Libraries require a `TokenCredential` implementation for authentication and an `HttpClient` implementation for HTTP client.
4343

44-
[Azure Identity][azure_identity] package and [Azure Core Netty HTTP][azure_core_http_netty] package provide the default implementation.
44+
[Azure Identity][azure_identity] and [Azure Core Netty HTTP][azure_core_http_netty] packages provide the default implementation.
4545

4646
### Authentication
4747

48-
By default, Azure Active Directory token authentication depends on correct configure of following environment variables.
48+
By default, Azure Active Directory token authentication depends on correct configuration of the following environment variables.
4949

5050
- `AZURE_CLIENT_ID` for Azure client ID.
5151
- `AZURE_TENANT_ID` for Azure tenant ID.
5252
- `AZURE_CLIENT_SECRET` or `AZURE_CLIENT_CERTIFICATE_PATH` for client secret or client certificate.
5353

54-
In addition, Azure subscription ID can be configured via environment variable `AZURE_SUBSCRIPTION_ID`.
54+
In addition, Azure subscription ID can be configured via `AZURE_SUBSCRIPTION_ID` environment variable.
5555

56-
With above configuration, `azure` client can be authenticated by following code:
56+
With above configuration, `azure` client can be authenticated using the following code:
5757

5858
```java
5959
AzureProfile profile = new AzureProfile(AzureEnvironment.AZURE);
@@ -83,13 +83,13 @@ See [API design][design] for general introduction on design and key concepts on
8383

8484
## Contributing
8585

86-
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md).
86+
For details on contributing to this repository, see the [contributing guide][cg].
8787

88-
1. Fork it
89-
1. Create your feature branch (`git checkout -b my-new-feature`)
90-
1. Commit your changes (`git commit -am 'Add some feature'`)
91-
1. Push to the branch (`git push origin my-new-feature`)
92-
1. Create new Pull Request
88+
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit <https://cla.microsoft.com>.
89+
90+
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repositories using our CLA.
91+
92+
This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For more information see the [Code of Conduct FAQ][coc_faq] or contact <[email protected]> with any additional questions or comments.
9393

9494
<!-- LINKS -->
9595
[survey]: https://microsoft.qualtrics.com/jfe/form/SV_ehN0lIk2FKEBkwd?Q_CHL=DOCS
@@ -100,3 +100,6 @@ For details on contributing to this repository, see the [contributing guide](htt
100100
[azure_core_http_netty]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/core/azure-core-http-netty
101101
[authenticate]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/resourcemanager/docs/AUTH.md
102102
[design]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/resourcemanager/docs/DESIGN.md
103+
[cg]: https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md
104+
[coc]: https://opensource.microsoft.com/codeofconduct/
105+
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/

0 commit comments

Comments
 (0)