Skip to content

Commit 17fec20

Browse files
author
SDKAuto
committed
CodeGen from PR 33078 in Azure/azure-rest-api-specs
Merge 7e8d38fb9b4b97419a2ba40760ef3e285ce99166 into 41c75918ddbde55ccf0a2a656d820f174b7007d0
1 parent a175945 commit 17fec20

File tree

712 files changed

+3041
-57480
lines changed

Some content is hidden

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

712 files changed

+3041
-57480
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-03-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+
* `withIdentity(java.lang.String)` was added
110+
* `identity()` was added
111+
* `accountName()` was added
112+
* `withAccountName(java.lang.String)` 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+
* `identity()` was added
126+
* `withIdentity(java.lang.String)` was added
127+
128+
#### `models.Scale` was modified
129+
130+
* `pollingInterval()` was added
131+
* `withCooldownPeriod(java.lang.Integer)` was added
132+
* `withPollingInterval(java.lang.Integer)` 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+
* `withCertificateKeyVaultProperties(models.CertificateKeyVaultProperties)` was added
147+
* `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+
* `certificateKeyVaultProperties()` was added
171+
* `withCertificateKeyVaultProperties(models.CertificateKeyVaultProperties)` was added
172+
173+
#### `models.Configuration` was modified
174+
175+
* `withRuntime(models.Runtime)` was added
176+
* `runtime()` was added
12177

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

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

Lines changed: 3 additions & 5 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

@@ -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)