Skip to content

[AutoPR azure-resourcemanager-appcomplianceautomation] Batch 2 sdk gen #11807

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

Closed
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
# Release History

## 1.1.0-beta.1 (Unreleased)
## 1.0.0-beta.1 (2024-08-16)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- Azure Resource Manager App Compliance Automation client library for Java. This package contains Microsoft Azure SDK for App Compliance Automation Management SDK. App Compliance Automation Tool for Microsoft 365 API spec. Package tag package-2024-06. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).

## 1.0.0 (2024-06-27)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-appcomplianceautomation</artifactId>
<version>1.0.0</version>
<version>1.1.0-beta.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jacoco.min.linecoverage>0</jacoco.min.linecoverage>
<jacoco.min.branchcoverage>0</jacoco.min.branchcoverage>
<revapi.skip>true</revapi.skip>
</properties>
<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ public AppComplianceAutomationManager authenticate(TokenCredential credential, A
.append("-")
.append("com.azure.resourcemanager.appcomplianceautomation")
.append("/")
.append("1.0.0");
.append("1.0.0-beta.1");
if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) {
userAgentBuilder.append(" (")
.append(Configuration.getGlobalConfiguration().get("java.version"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
exports com.azure.resourcemanager.appcomplianceautomation.fluent;
exports com.azure.resourcemanager.appcomplianceautomation.fluent.models;
exports com.azure.resourcemanager.appcomplianceautomation.models;
opens com.azure.resourcemanager.appcomplianceautomation.fluent.models to com.azure.core, com.fasterxml.jackson.databind;
opens com.azure.resourcemanager.appcomplianceautomation.models to com.azure.core, com.fasterxml.jackson.databind;
opens com.azure.resourcemanager.appcomplianceautomation.fluent.models to com.azure.core;
opens com.azure.resourcemanager.appcomplianceautomation.models to com.azure.core;
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[ [ "com.azure.resourcemanager.appcomplianceautomation.implementation.EvidencesClientImpl$EvidencesService" ], [ "com.azure.resourcemanager.appcomplianceautomation.implementation.OperationsClientImpl$OperationsService" ], [ "com.azure.resourcemanager.appcomplianceautomation.implementation.ProviderActionsClientImpl$ProviderActionsService" ], [ "com.azure.resourcemanager.appcomplianceautomation.implementation.ReportsClientImpl$ReportsService" ], [ "com.azure.resourcemanager.appcomplianceautomation.implementation.ScopingConfigurationsClientImpl$ScopingConfigurationsService" ], [ "com.azure.resourcemanager.appcomplianceautomation.implementation.SnapshotsClientImpl$SnapshotsService" ], [ "com.azure.resourcemanager.appcomplianceautomation.implementation.WebhooksClientImpl$WebhooksService" ] ]
[["com.azure.resourcemanager.appcomplianceautomation.implementation.EvidencesClientImpl$EvidencesService"],["com.azure.resourcemanager.appcomplianceautomation.implementation.OperationsClientImpl$OperationsService"],["com.azure.resourcemanager.appcomplianceautomation.implementation.ProviderActionsClientImpl$ProviderActionsService"],["com.azure.resourcemanager.appcomplianceautomation.implementation.ReportsClientImpl$ReportsService"],["com.azure.resourcemanager.appcomplianceautomation.implementation.ScopingConfigurationsClientImpl$ScopingConfigurationsService"],["com.azure.resourcemanager.appcomplianceautomation.implementation.SnapshotsClientImpl$SnapshotsService"],["com.azure.resourcemanager.appcomplianceautomation.implementation.WebhooksClientImpl$WebhooksService"]]
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[ ]
[]

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading