Skip to content

Commit 564457b

Browse files
authored
[Automation] Generate Fluent Lite from Swagger app#package-2025-01-01 (Azure#45009)
1 parent 8fcfcfb commit 564457b

File tree

705 files changed

+5025
-53238
lines changed

Some content is hidden

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

705 files changed

+5025
-53238
lines changed

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ com.azure.resourcemanager:azure-resourcemanager-mobilenetwork;1.3.0;1.4.0-beta.1
390390
com.azure.resourcemanager:azure-resourcemanager-azureadexternalidentities;1.0.0-beta.1;1.0.0-beta.1
391391
com.azure.resourcemanager:azure-resourcemanager-dashboard;1.1.0;1.2.0-beta.1
392392
com.azure.resourcemanager:azure-resourcemanager-servicelinker;1.0.0;1.1.0-beta.1
393-
com.azure.resourcemanager:azure-resourcemanager-appcontainers;1.0.0;1.1.0-beta.2
393+
com.azure.resourcemanager:azure-resourcemanager-appcontainers;1.0.0;1.1.0
394394
com.azure.resourcemanager:azure-resourcemanager-scvmm;1.0.0;1.1.0-beta.1
395395
com.azure.resourcemanager:azure-resourcemanager-hardwaresecuritymodules;1.0.0;1.1.0-beta.1
396396
com.azure.resourcemanager:azure-resourcemanager-workloads;1.1.0;1.2.0-beta.1

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

Lines changed: 178 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,188 @@
11
# Release History
22

3-
## 1.1.0-beta.2 (Unreleased)
3+
## 1.1.0 (2025-04-17)
4+
5+
- Azure Resource Manager ContainerAppsApi client library for Java. This package contains Microsoft Azure SDK for ContainerAppsApi Management SDK. Package tag package-2025-01-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
46

57
### Features Added
68

7-
### Breaking Changes
9+
* `models.SessionContainer` was added
10+
11+
* `models.Runtime` was added
12+
13+
* `models.SessionPoolUpdatableProperties` was added
14+
15+
* `models.JavaComponentPropertiesScale` was added
16+
17+
* `models.ScaleConfiguration` was added
18+
19+
* `models.PoolManagementType` was added
20+
21+
* `models.CertificateKeyVaultProperties` was added
22+
23+
* `models.IdentitySettingsLifeCycle` was added
24+
25+
* `models.SessionPoolProvisioningState` was added
26+
27+
* `models.SpringBootAdminComponent` was added
28+
29+
* `models.JavaComponentServiceBind` was added
30+
31+
* `models.SessionPool$UpdateStages` was added
32+
33+
* `models.JavaComponentConfigurationProperty` was added
34+
35+
* `models.SpringCloudConfigComponent` was added
36+
37+
* `models.SessionPool$Definition` was added
38+
39+
* `models.LifecycleConfiguration` was added
40+
41+
* `models.JavaComponent$Definition` was added
42+
43+
* `models.SessionPool$DefinitionStages` was added
44+
45+
* `models.SessionIngress` was added
46+
47+
* `models.SessionPool` was added
48+
49+
* `models.NfsAzureFileProperties` was added
50+
51+
* `models.ContainerAppRunningStatus` was added
52+
53+
* `models.SessionContainerResources` was added
54+
55+
* `models.SessionPoolSecret` was added
56+
57+
* `models.SessionPool$Update` was added
58+
59+
* `models.JavaComponentsCollection` was added
60+
61+
* `models.JavaComponent` was added
62+
63+
* `models.SessionNetworkStatus` was added
64+
65+
* `models.RuntimeJava` was added
66+
67+
* `models.JavaComponent$UpdateStages` was added
68+
69+
* `models.JavaComponentProvisioningState` was added
70+
71+
* `models.ManagedIdentitySetting` was added
72+
73+
* `models.CustomContainerTemplate` was added
74+
75+
* `models.SessionNetworkConfiguration` was added
76+
77+
* `models.DynamicPoolConfiguration` was added
78+
79+
* `models.IdentitySettings` was added
80+
81+
* `models.JavaComponent$DefinitionStages` was added
82+
83+
* `models.ContainerType` was added
84+
85+
* `models.SessionRegistryCredentials` was added
86+
87+
* `models.JavaComponentType` was added
88+
89+
* `models.JavaComponentProperties` was added
90+
91+
* `models.LifecycleType` was added
92+
93+
* `models.ContainerAppsSessionPools` was added
94+
95+
* `models.SessionPoolCollection` was added
96+
97+
* `models.JavaComponent$Update` was added
98+
99+
* `models.JavaComponentIngress` was added
100+
101+
* `models.JavaComponents` was added
102+
103+
* `models.SpringCloudEurekaComponent` was added
104+
105+
#### `models.ManagedEnvironment$Update` was modified
106+
107+
* `withIdentity(models.ManagedServiceIdentity)` was added
108+
109+
#### `models.QueueScaleRule` was modified
110+
111+
* `withAccountName(java.lang.String)` was added
112+
* `identity()` was added
113+
* `accountName()` was added
114+
* `withIdentity(java.lang.String)` was added
115+
116+
#### `models.ManagedEnvironment$Definition` was modified
117+
118+
* `withIdentity(models.ManagedServiceIdentity)` was added
119+
120+
#### `models.ManagedEnvironmentStorageProperties` was modified
121+
122+
* `nfsAzureFile()` was added
123+
* `withNfsAzureFile(models.NfsAzureFileProperties)` was added
124+
125+
#### `models.JobConfiguration` was modified
126+
127+
* `identitySettings()` was added
128+
* `withIdentitySettings(java.util.List)` was added
129+
130+
#### `models.TcpScaleRule` was modified
131+
132+
* `withIdentity(java.lang.String)` was added
133+
* `identity()` was added
134+
135+
#### `models.Scale` was modified
136+
137+
* `pollingInterval()` was added
138+
* `withPollingInterval(java.lang.Integer)` was added
139+
* `cooldownPeriod()` was added
140+
* `withCooldownPeriod(java.lang.Integer)` was added
141+
142+
#### `models.ManagedEnvironment` was modified
143+
144+
* `identity()` was added
145+
146+
#### `models.HttpScaleRule` was modified
147+
148+
* `identity()` was added
149+
* `withIdentity(java.lang.String)` was added
150+
151+
#### `models.CertificateProperties` was modified
152+
153+
* `certificateKeyVaultProperties()` was added
154+
* `withCertificateKeyVaultProperties(models.CertificateKeyVaultProperties)` was added
155+
156+
#### `models.ContainerApp` was modified
8157

9-
### Bugs Fixed
158+
* `runningStatus()` was added
159+
160+
#### `models.JobScaleRule` was modified
161+
162+
* `withIdentity(java.lang.String)` was added
163+
* `identity()` was added
10164

11-
### Other Changes
165+
#### `ContainerAppsApiManager` was modified
166+
167+
* `containerAppsSessionPools()` was added
168+
* `javaComponents()` was added
169+
170+
#### `models.CustomScaleRule` was modified
171+
172+
* `identity()` was added
173+
* `withIdentity(java.lang.String)` was added
174+
175+
#### `models.CustomDomainConfiguration` was modified
176+
177+
* `withCertificateKeyVaultProperties(models.CertificateKeyVaultProperties)` was added
178+
* `certificateKeyVaultProperties()` was added
179+
180+
#### `models.Configuration` was modified
181+
182+
* `withIdentitySettings(java.util.List)` was added
183+
* `runtime()` was added
184+
* `identitySettings()` was added
185+
* `withRuntime(models.Runtime)` was added
12186

13187
## 1.1.0-beta.1 (2024-10-17)
14188

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Azure Resource Manager ContainerAppsApi client library for Java.
44

5-
This package contains Microsoft Azure SDK for ContainerAppsApi Management SDK. Functions is an extension resource to revisions and the api listed is used to proxy the call from Web RP to the function app's host process, this api is not exposed to users and only Web RP is allowed to invoke functions extension resource. Package tag package-preview-2024-08. 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 ContainerAppsApi Management SDK. Package tag package-2025-01-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-appcontainers</artifactId>
35-
<version>1.1.0-beta.2</version>
35+
<version>1.1.0</version>
3636
</dependency>
3737
```
3838
[//]: # ({x-version-update-end})
@@ -52,15 +52,15 @@ Azure subscription ID can be configured via `AZURE_SUBSCRIPTION_ID` environment
5252
Assuming the use of the `DefaultAzureCredential` credential class, the client can be authenticated using the following code:
5353

5454
```java
55-
AzureProfile profile = new AzureProfile(AzureEnvironment.AZURE);
55+
AzureProfile profile = new AzureProfile(AzureCloud.AZURE_PUBLIC_CLOUD);
5656
TokenCredential credential = new DefaultAzureCredentialBuilder()
5757
.authorityHost(profile.getEnvironment().getActiveDirectoryEndpoint())
5858
.build();
5959
ContainerAppsApiManager manager = ContainerAppsApiManager
6060
.authenticate(credential, profile);
6161
```
6262

63-
The sample code assumes global Azure. Please change `AzureEnvironment.AZURE` variable if otherwise.
63+
The sample code assumes global Azure. Please change the `AzureCloud.AZURE_PUBLIC_CLOUD` variable if otherwise.
6464

6565
See [Authentication][authenticate] for more options.
6666

@@ -100,5 +100,3 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
100100
[cg]: https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md
101101
[coc]: https://opensource.microsoft.com/codeofconduct/
102102
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
103-
104-

0 commit comments

Comments
 (0)