Skip to content

Commit e0e2619

Browse files
author
SDKAuto
committed
CodeGen from PR 3431 in test-repo-billy/azure-rest-api-specs
Merge 12ff37009808948b5c7ed4a0d384181471f3219f into ad9955f6175988f8c2082da671b3d6bca5fb5520
1 parent 8c9ea1a commit e0e2619

File tree

300 files changed

+3548
-3777
lines changed

Some content is hidden

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

300 files changed

+3548
-3777
lines changed

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

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

3-
## 1.1.0-beta.1 (Unreleased)
3+
## 1.0.0-beta.1 (2024-07-30)
44

5-
### Features Added
5+
- 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. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
66

77
### Breaking Changes
88

9-
### Bugs Fixed
9+
* `models.ReportResourceListResult` was removed
10+
11+
* `models.OperationListResult` was removed
12+
13+
* `models.WebhookResourceListResult` was removed
14+
15+
* `models.EvidenceResourceListResult` was removed
16+
17+
* `models.ScopingConfigurationResourceListResult` was removed
18+
19+
* `models.SnapshotResourceListResult` was removed
20+
21+
#### `models.Reports` was modified
22+
23+
* `nestedResourceCheckNameAvailabilityWithResponse(java.lang.String,models.CheckNameAvailabilityRequest,com.azure.core.util.Context)` was removed
24+
* `nestedResourceCheckNameAvailability(java.lang.String,models.CheckNameAvailabilityRequest)` was removed
25+
26+
#### `models.ResponsibilityResource` was modified
27+
28+
* `withRecommendationIds(java.util.List)` was removed
29+
30+
#### `models.Responsibility` was modified
31+
32+
* `withEvidenceFiles(java.util.List)` was removed
33+
* `withTotalResourceCount(java.lang.Integer)` was removed
34+
* `withFailedResourceCount(java.lang.Integer)` was removed
35+
36+
### Features Added
37+
38+
* `implementation.models.EvidenceResourceListResult` was added
39+
40+
* `implementation.models.ReportResourceListResult` was added
41+
42+
* `implementation.models.ScopingConfigurationResourceListResult` was added
43+
44+
* `implementation.models.WebhookResourceListResult` was added
45+
46+
* `implementation.models.SnapshotResourceListResult` was added
47+
48+
* `implementation.models.OperationListResult` was added
49+
50+
#### `models.Reports` was modified
1051

11-
### Other Changes
52+
* `checkNameAvailabilityWithResponse(java.lang.String,models.CheckNameAvailabilityRequest,com.azure.core.util.Context)` was added
53+
* `checkNameAvailability(java.lang.String,models.CheckNameAvailabilityRequest)` was added
1254

1355
## 1.0.0 (2024-06-27)
1456

sdk/appcomplianceautomation/azure-resourcemanager-appcomplianceautomation/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 App Compliance Automation client library for Java.
44

5-
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).
5+
This package contains Microsoft Azure SDK for App Compliance Automation Management SDK. App Compliance Automation Tool for Microsoft 365 API spec. 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-appcomplianceautomation</artifactId>
35-
<version>1.0.0</version>
35+
<version>1.1.0-beta.1</version>
3636
</dependency>
3737
```
3838
[//]: # ({x-version-update-end})

0 commit comments

Comments
 (0)