Skip to content

Commit

Permalink
CodeGen from PR 33078 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 7e8d38fb9b4b97419a2ba40760ef3e285ce99166 into 41c75918ddbde55ccf0a2a656d820f174b7007d0
  • Loading branch information
SDKAuto committed Mar 7, 2025
1 parent a175945 commit 17fec20
Show file tree
Hide file tree
Showing 712 changed files with 3,041 additions and 57,480 deletions.
173 changes: 169 additions & 4 deletions sdk/appcontainers/azure-resourcemanager-appcontainers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,179 @@
# Release History

## 1.1.0-beta.2 (Unreleased)
## 1.0.0-beta.1 (2025-03-07)

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

### Features Added

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

* `models.Runtime` was added

* `models.SessionPoolUpdatableProperties` was added

* `models.JavaComponentPropertiesScale` was added

* `models.ScaleConfiguration` was added

* `models.PoolManagementType` was added

* `models.CertificateKeyVaultProperties` was added

* `models.IdentitySettingsLifeCycle` was added

* `models.SessionPoolProvisioningState` was added

* `models.SpringBootAdminComponent` was added

* `models.JavaComponentServiceBind` was added

* `models.SessionPool$UpdateStages` was added

* `models.JavaComponentConfigurationProperty` was added

* `models.SpringCloudConfigComponent` was added

* `models.SessionPool$Definition` was added

* `models.LifecycleConfiguration` was added

* `models.JavaComponent$Definition` was added

* `models.SessionPool$DefinitionStages` was added

* `models.SessionIngress` was added

* `models.SessionPool` was added

* `models.NfsAzureFileProperties` was added

* `models.ContainerAppRunningStatus` was added

* `models.SessionContainerResources` was added

* `models.SessionPoolSecret` was added

* `models.SessionPool$Update` was added

* `models.JavaComponentsCollection` was added

* `models.JavaComponent` was added

* `models.SessionNetworkStatus` was added

* `models.RuntimeJava` was added

* `models.JavaComponent$UpdateStages` was added

* `models.JavaComponentProvisioningState` was added

* `models.ManagedIdentitySetting` was added

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

* `models.SessionNetworkConfiguration` was added

* `models.DynamicPoolConfiguration` was added

* `models.JavaComponent$DefinitionStages` was added

* `models.ContainerType` was added

* `models.SessionRegistryCredentials` was added

* `models.JavaComponentType` was added

* `models.JavaComponentProperties` was added

* `models.LifecycleType` was added

* `models.ContainerAppsSessionPools` was added

* `models.SessionPoolCollection` was added

### Other Changes
* `models.JavaComponent$Update` was added

* `models.JavaComponentIngress` was added

* `models.JavaComponents` was added

* `models.SpringCloudEurekaComponent` was added

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

* `withIdentity(models.ManagedServiceIdentity)` was added

#### `models.QueueScaleRule` was modified

* `withIdentity(java.lang.String)` was added
* `identity()` was added
* `accountName()` was added
* `withAccountName(java.lang.String)` was added

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

* `withIdentity(models.ManagedServiceIdentity)` was added

#### `models.ManagedEnvironmentStorageProperties` was modified

* `withNfsAzureFile(models.NfsAzureFileProperties)` was added
* `nfsAzureFile()` was added

#### `models.TcpScaleRule` was modified

* `identity()` was added
* `withIdentity(java.lang.String)` was added

#### `models.Scale` was modified

* `pollingInterval()` was added
* `withCooldownPeriod(java.lang.Integer)` was added
* `withPollingInterval(java.lang.Integer)` was added
* `cooldownPeriod()` was added

#### `models.ManagedEnvironment` was modified

* `identity()` was added

#### `models.HttpScaleRule` was modified

* `identity()` was added
* `withIdentity(java.lang.String)` was added

#### `models.CertificateProperties` was modified

* `withCertificateKeyVaultProperties(models.CertificateKeyVaultProperties)` was added
* `certificateKeyVaultProperties()` was added

#### `models.ContainerApp` was modified

* `runningStatus()` was added

#### `models.JobScaleRule` was modified

* `withIdentity(java.lang.String)` was added
* `identity()` was added

#### `ContainerAppsApiManager` was modified

* `containerAppsSessionPools()` was added
* `javaComponents()` was added

#### `models.CustomScaleRule` was modified

* `identity()` was added
* `withIdentity(java.lang.String)` was added

#### `models.CustomDomainConfiguration` was modified

* `certificateKeyVaultProperties()` was added
* `withCertificateKeyVaultProperties(models.CertificateKeyVaultProperties)` was added

#### `models.Configuration` was modified

* `withRuntime(models.Runtime)` was added
* `runtime()` was added

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

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

Azure Resource Manager ContainerAppsApi client library for Java.

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

## We'd love to hear your feedback

Expand Down Expand Up @@ -52,15 +52,15 @@ Azure subscription ID can be configured via `AZURE_SUBSCRIPTION_ID` environment
Assuming the use of the `DefaultAzureCredential` credential class, the client can be authenticated using the following code:

```java
AzureProfile profile = new AzureProfile(AzureEnvironment.AZURE);
AzureProfile profile = new AzureProfile(AzureCloud.AZURE_PUBLIC_CLOUD);
TokenCredential credential = new DefaultAzureCredentialBuilder()
.authorityHost(profile.getEnvironment().getActiveDirectoryEndpoint())
.build();
ContainerAppsApiManager manager = ContainerAppsApiManager
.authenticate(credential, profile);
```

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

See [Authentication][authenticate] for more options.

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


Loading

0 comments on commit 17fec20

Please sign in to comment.