Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR azure-resourcemanager-appcontainers] [Microsoft.App] Fix lint check issues #12988

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
795 changes: 791 additions & 4 deletions sdk/appcontainers/azure-resourcemanager-appcontainers/CHANGELOG.md

Large diffs are not rendered by default.

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. 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-10. 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 @@ -32,7 +32,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-appcontainers</artifactId>
<version>1.1.0-beta.1</version>
<version>1.1.0-beta.2</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
982 changes: 728 additions & 254 deletions sdk/appcontainers/azure-resourcemanager-appcontainers/SAMPLE.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<packaging>jar</packaging>

<name>Microsoft Azure SDK for ContainerAppsApi Management</name>
<description>This package contains Microsoft Azure SDK for ContainerAppsApi Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. 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.</description>
<description>This package contains Microsoft Azure SDK for ContainerAppsApi Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. 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-10.</description>
<url>https://github.com/Azure/azure-sdk-for-java</url>

<licenses>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
import com.azure.resourcemanager.appcontainers.implementation.ContainerAppsBuildsImpl;
import com.azure.resourcemanager.appcontainers.implementation.ContainerAppsDiagnosticsImpl;
import com.azure.resourcemanager.appcontainers.implementation.ContainerAppsImpl;
import com.azure.resourcemanager.appcontainers.implementation.ContainerAppsLabelHistoriesImpl;
import com.azure.resourcemanager.appcontainers.implementation.ContainerAppsPatchesImpl;
import com.azure.resourcemanager.appcontainers.implementation.ContainerAppsRevisionReplicasImpl;
import com.azure.resourcemanager.appcontainers.implementation.ContainerAppsRevisionsImpl;
Expand All @@ -52,10 +53,12 @@
import com.azure.resourcemanager.appcontainers.implementation.DaprSubscriptionsImpl;
import com.azure.resourcemanager.appcontainers.implementation.DotNetComponentsImpl;
import com.azure.resourcemanager.appcontainers.implementation.FunctionsExtensionsImpl;
import com.azure.resourcemanager.appcontainers.implementation.HttpRouteConfigsImpl;
import com.azure.resourcemanager.appcontainers.implementation.JavaComponentsImpl;
import com.azure.resourcemanager.appcontainers.implementation.JobsExecutionsImpl;
import com.azure.resourcemanager.appcontainers.implementation.JobsImpl;
import com.azure.resourcemanager.appcontainers.implementation.LogicAppsImpl;
import com.azure.resourcemanager.appcontainers.implementation.MaintenanceConfigurationsImpl;
import com.azure.resourcemanager.appcontainers.implementation.ManagedCertificatesImpl;
import com.azure.resourcemanager.appcontainers.implementation.ManagedEnvironmentDiagnosticsImpl;
import com.azure.resourcemanager.appcontainers.implementation.ManagedEnvironmentPrivateEndpointConnectionsImpl;
Expand Down Expand Up @@ -85,6 +88,7 @@
import com.azure.resourcemanager.appcontainers.models.ContainerAppsBuilds;
import com.azure.resourcemanager.appcontainers.models.ContainerAppsBuildsByContainerApps;
import com.azure.resourcemanager.appcontainers.models.ContainerAppsDiagnostics;
import com.azure.resourcemanager.appcontainers.models.ContainerAppsLabelHistories;
import com.azure.resourcemanager.appcontainers.models.ContainerAppsPatches;
import com.azure.resourcemanager.appcontainers.models.ContainerAppsRevisionReplicas;
import com.azure.resourcemanager.appcontainers.models.ContainerAppsRevisions;
Expand All @@ -95,10 +99,12 @@
import com.azure.resourcemanager.appcontainers.models.DaprSubscriptions;
import com.azure.resourcemanager.appcontainers.models.DotNetComponents;
import com.azure.resourcemanager.appcontainers.models.FunctionsExtensions;
import com.azure.resourcemanager.appcontainers.models.HttpRouteConfigs;
import com.azure.resourcemanager.appcontainers.models.JavaComponents;
import com.azure.resourcemanager.appcontainers.models.Jobs;
import com.azure.resourcemanager.appcontainers.models.JobsExecutions;
import com.azure.resourcemanager.appcontainers.models.LogicApps;
import com.azure.resourcemanager.appcontainers.models.MaintenanceConfigurations;
import com.azure.resourcemanager.appcontainers.models.ManagedCertificates;
import com.azure.resourcemanager.appcontainers.models.ManagedEnvironmentDiagnostics;
import com.azure.resourcemanager.appcontainers.models.ManagedEnvironmentPrivateEndpointConnections;
Expand Down Expand Up @@ -157,6 +163,8 @@ public final class ContainerAppsApiManager {

private ContainerAppsPatches containerAppsPatches;

private ContainerAppsLabelHistories containerAppsLabelHistories;

private ContainerAppsRevisions containerAppsRevisions;

private ContainerAppsRevisionReplicas containerAppsRevisionReplicas;
Expand Down Expand Up @@ -201,6 +209,10 @@ public final class ContainerAppsApiManager {

private DaprSubscriptions daprSubscriptions;

private HttpRouteConfigs httpRouteConfigs;

private MaintenanceConfigurations maintenanceConfigurations;

private ManagedEnvironmentsStorages managedEnvironmentsStorages;

private ContainerAppsSessionPools containerAppsSessionPools;
Expand Down Expand Up @@ -375,7 +387,7 @@ public ContainerAppsApiManager authenticate(TokenCredential credential, AzurePro
.append("-")
.append("com.azure.resourcemanager.appcontainers")
.append("/")
.append("1.1.0-beta.1");
.append("1.0.0-beta.1");
if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) {
userAgentBuilder.append(" (")
.append(Configuration.getGlobalConfiguration().get("java.version"))
Expand Down Expand Up @@ -546,7 +558,8 @@ public ConnectedEnvironmentsCertificates connectedEnvironmentsCertificates() {
}

/**
* Gets the resource collection API of ConnectedEnvironmentsDaprComponents. It manages DaprComponent.
* Gets the resource collection API of ConnectedEnvironmentsDaprComponents. It manages
* ConnectedEnvironmentDaprComponent.
*
* @return Resource collection API of ConnectedEnvironmentsDaprComponents.
*/
Expand Down Expand Up @@ -620,6 +633,19 @@ public ContainerAppsPatches containerAppsPatches() {
return containerAppsPatches;
}

/**
* Gets the resource collection API of ContainerAppsLabelHistories.
*
* @return Resource collection API of ContainerAppsLabelHistories.
*/
public ContainerAppsLabelHistories containerAppsLabelHistories() {
if (this.containerAppsLabelHistories == null) {
this.containerAppsLabelHistories
= new ContainerAppsLabelHistoriesImpl(clientObject.getContainerAppsLabelHistories(), this);
}
return containerAppsLabelHistories;
}

/**
* Gets the resource collection API of ContainerAppsRevisions.
*
Expand Down Expand Up @@ -870,7 +896,7 @@ public DaprComponentResiliencyPolicies daprComponentResiliencyPolicies() {
}

/**
* Gets the resource collection API of DaprComponents.
* Gets the resource collection API of DaprComponents. It manages DaprComponent.
*
* @return Resource collection API of DaprComponents.
*/
Expand All @@ -893,6 +919,31 @@ public DaprSubscriptions daprSubscriptions() {
return daprSubscriptions;
}

/**
* Gets the resource collection API of HttpRouteConfigs. It manages HttpRouteConfig.
*
* @return Resource collection API of HttpRouteConfigs.
*/
public HttpRouteConfigs httpRouteConfigs() {
if (this.httpRouteConfigs == null) {
this.httpRouteConfigs = new HttpRouteConfigsImpl(clientObject.getHttpRouteConfigs(), this);
}
return httpRouteConfigs;
}

/**
* Gets the resource collection API of MaintenanceConfigurations. It manages MaintenanceConfigurationResource.
*
* @return Resource collection API of MaintenanceConfigurations.
*/
public MaintenanceConfigurations maintenanceConfigurations() {
if (this.maintenanceConfigurations == null) {
this.maintenanceConfigurations
= new MaintenanceConfigurationsImpl(clientObject.getMaintenanceConfigurations(), this);
}
return maintenanceConfigurations;
}

/**
* Gets the resource collection API of ManagedEnvironmentsStorages. It manages ManagedEnvironmentStorage.
*
Expand Down
Loading