Skip to content

Commit b8f0f21

Browse files
authored
[Automation] Generate Fluent Lite from policyinsights#package-2021-10 (Azure#25824)
1 parent 866db6b commit b8f0f21

File tree

96 files changed

+8309
-1741
lines changed

Some content is hidden

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

96 files changed

+8309
-1741
lines changed

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

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,47 @@
11
# Release History
22

3-
## 1.0.0-beta.2 (Unreleased)
3+
## 1.0.0-beta.2 (2021-12-06)
44

5+
- Azure Resource Manager PolicyInsights client library for Java. This package contains Microsoft Azure SDK for PolicyInsights Management SDK. Package tag package-2021-10. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
6+
7+
### Breaking Changes
8+
9+
* `models.PolicyMetadataSlimProperties` was removed
10+
11+
* `models.PolicyMetadataProperties` was removed
12+
13+
### Features Added
14+
15+
* `models.RemediationPropertiesFailureThreshold` was added
16+
17+
#### `PolicyInsightsManager$Configurable` was modified
18+
19+
* `withScope(java.lang.String)` was added
20+
21+
#### `models.Remediation` was modified
22+
23+
* `statusMessage()` was added
24+
* `failureThreshold()` was added
25+
* `correlationId()` was added
26+
* `resourceCount()` was added
27+
* `listDeploymentsAtResourceGroup(java.lang.Integer,com.azure.core.util.Context)` was added
28+
* `listDeploymentsAtResourceGroup()` was added
29+
* `cancelAtResourceGroup()` was added
30+
* `systemData()` was added
31+
* `parallelDeployments()` was added
32+
* `cancelAtResourceGroupWithResponse(com.azure.core.util.Context)` was added
33+
34+
#### `models.Remediation$Definition` was modified
35+
36+
* `withParallelDeployments(java.lang.Integer)` was added
37+
* `withFailureThreshold(models.RemediationPropertiesFailureThreshold)` was added
38+
* `withResourceCount(java.lang.Integer)` was added
39+
40+
#### `models.Remediation$Update` was modified
41+
42+
* `withParallelDeployments(java.lang.Integer)` was added
43+
* `withFailureThreshold(models.RemediationPropertiesFailureThreshold)` was added
44+
* `withResourceCount(java.lang.Integer)` was added
545

646
## 1.0.0-beta.1 (2021-04-22)
747

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Azure Resource Manager PolicyInsights client library for Java.
44

5-
This package contains Microsoft Azure SDK for PolicyInsights Management SDK. Package tag package-2021-01. 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 PolicyInsights Management SDK. Package tag package-2021-10. 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-policyinsights</artifactId>
35-
<version>1.0.0-beta.1</version>
35+
<version>1.0.0-beta.2</version>
3636
</dependency>
3737
```
3838
[//]: # ({x-version-update-end})
@@ -74,6 +74,9 @@ See [API design][design] for general introduction on design and key concepts on
7474

7575
## Examples
7676

77+
[Code snippets and samples](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/policyinsights/azure-resourcemanager-policyinsights/SAMPLE.md)
78+
79+
7780
## Troubleshooting
7881

7982
## Next steps

0 commit comments

Comments
 (0)