Skip to content

Commit 18d73f5

Browse files
author
SDKAuto
committed
CodeGen from PR 32498 in Azure/azure-rest-api-specs
Merge 08a69fbe037901caf739c7f9140cfcb52669a04b into 59b558a1fa2a1767b40d6c4bf84fa943d48161b0
1 parent 080ecba commit 18d73f5

File tree

708 files changed

+3029
-57474
lines changed

Some content is hidden

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

708 files changed

+3029
-57474
lines changed

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

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

3-
## 1.1.0-beta.2 (Unreleased)
3+
## 1.0.0-beta.1 (2025-02-07)
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
872

9-
### Bugs Fixed
73+
* `models.CustomContainerTemplate` was added
74+
75+
* `models.SessionNetworkConfiguration` was added
76+
77+
* `models.DynamicPoolConfiguration` was added
78+
79+
* `models.JavaComponent$DefinitionStages` was added
80+
81+
* `models.ContainerType` was added
82+
83+
* `models.SessionRegistryCredentials` was added
84+
85+
* `models.JavaComponentType` was added
86+
87+
* `models.JavaComponentProperties` was added
88+
89+
* `models.LifecycleType` was added
90+
91+
* `models.ContainerAppsSessionPools` was added
92+
93+
* `models.SessionPoolCollection` was added
1094

11-
### Other Changes
95+
* `models.JavaComponent$Update` was added
96+
97+
* `models.JavaComponentIngress` was added
98+
99+
* `models.JavaComponents` was added
100+
101+
* `models.SpringCloudEurekaComponent` was added
102+
103+
#### `models.ManagedEnvironment$Update` was modified
104+
105+
* `withIdentity(models.ManagedServiceIdentity)` was added
106+
107+
#### `models.QueueScaleRule` was modified
108+
109+
* `accountName()` was added
110+
* `withAccountName(java.lang.String)` was added
111+
* `withIdentity(java.lang.String)` was added
112+
* `identity()` was added
113+
114+
#### `models.ManagedEnvironment$Definition` was modified
115+
116+
* `withIdentity(models.ManagedServiceIdentity)` was added
117+
118+
#### `models.ManagedEnvironmentStorageProperties` was modified
119+
120+
* `withNfsAzureFile(models.NfsAzureFileProperties)` was added
121+
* `nfsAzureFile()` was added
122+
123+
#### `models.TcpScaleRule` was modified
124+
125+
* `withIdentity(java.lang.String)` was added
126+
* `identity()` was added
127+
128+
#### `models.Scale` was modified
129+
130+
* `withCooldownPeriod(java.lang.Integer)` was added
131+
* `withPollingInterval(java.lang.Integer)` was added
132+
* `pollingInterval()` was added
133+
* `cooldownPeriod()` was added
134+
135+
#### `models.ManagedEnvironment` was modified
136+
137+
* `identity()` was added
138+
139+
#### `models.HttpScaleRule` was modified
140+
141+
* `identity()` was added
142+
* `withIdentity(java.lang.String)` was added
143+
144+
#### `models.CertificateProperties` was modified
145+
146+
* `certificateKeyVaultProperties()` was added
147+
* `withCertificateKeyVaultProperties(models.CertificateKeyVaultProperties)` was added
148+
149+
#### `models.ContainerApp` was modified
150+
151+
* `runningStatus()` was added
152+
153+
#### `models.JobScaleRule` was modified
154+
155+
* `withIdentity(java.lang.String)` was added
156+
* `identity()` was added
157+
158+
#### `ContainerAppsApiManager` was modified
159+
160+
* `containerAppsSessionPools()` was added
161+
* `javaComponents()` was added
162+
163+
#### `models.CustomScaleRule` was modified
164+
165+
* `identity()` was added
166+
* `withIdentity(java.lang.String)` was added
167+
168+
#### `models.CustomDomainConfiguration` was modified
169+
170+
* `withCertificateKeyVaultProperties(models.CertificateKeyVaultProperties)` was added
171+
* `certificateKeyVaultProperties()` was added
172+
173+
#### `models.Configuration` was modified
174+
175+
* `runtime()` was added
176+
* `withRuntime(models.Runtime)` was added
12177

13178
## 1.1.0-beta.1 (2024-10-17)
14179

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

Lines changed: 2 additions & 2 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.1</version>
35+
<version>1.1.0-beta.2</version>
3636
</dependency>
3737
```
3838
[//]: # ({x-version-update-end})

0 commit comments

Comments
 (0)