Skip to content

Commit f462612

Browse files
author
SDKAuto
committed
CodeGen from PR 32235 in Azure/azure-rest-api-specs
Merge df34af5f58d9f51a35be15f88be6f0b2e51dd285 into 05b150757bd72ad78bd27216e5e662beaa49bd6c
1 parent aa0eb34 commit f462612

File tree

106 files changed

+3687
-1883
lines changed

Some content is hidden

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

106 files changed

+3687
-1883
lines changed

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

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

3-
## 1.1.0-beta.1 (Unreleased)
3+
## 1.0.0-beta.1 (2025-02-06)
44

5-
### Features Added
5+
- Azure Resource Manager Advisor client library for Java. This package contains Microsoft Azure SDK for Advisor Management SDK. REST APIs for Azure Advisor. Package tag package-2025-01. 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.RecommendationMetadatas` was modified
1010

11-
### Other Changes
11+
* `list(com.azure.core.util.Context)` was removed
12+
13+
### Features Added
14+
15+
* `models.Risk` was added
16+
17+
* `models.AdvisorScoreEntityProperties` was added
18+
19+
* `models.AdvisorScores` was added
20+
21+
* `models.PredictionType` was added
22+
23+
* `models.DurationModel` was added
24+
25+
* `models.AdvisorScoreResponse` was added
26+
27+
* `models.AdvisorScoreEntity` was added
28+
29+
* `models.ScoreEntity` was added
30+
31+
* `models.PredictionRequest` was added
32+
33+
* `models.PredictionResponse` was added
34+
35+
* `models.Control` was added
36+
37+
* `models.ResourceProviders` was added
38+
39+
* `models.TimeSeriesEntityItem` was added
40+
41+
* `models.Aggregated` was added
42+
43+
#### `models.ConfigData` was modified
44+
45+
* `systemData()` was added
46+
* `duration()` was added
47+
48+
#### `models.ConfigData$Definition` was modified
49+
50+
* `withDuration(models.DurationModel)` was added
51+
52+
#### `AdvisorManager` was modified
53+
54+
* `resourceProviders()` was added
55+
* `advisorScores()` was added
56+
57+
#### `models.SuppressionContract` was modified
58+
59+
* `systemData()` was added
60+
61+
#### `models.ResourceRecommendationBase` was modified
62+
63+
* `control()` was added
64+
* `systemData()` was added
65+
* `risk()` was added
66+
67+
#### `models.RecommendationMetadatas` was modified
68+
69+
* `list(java.lang.String,com.azure.core.util.Context)` was added
1270

1371
## 1.0.0 (2024-12-23)
1472

sdk/advisor/azure-resourcemanager-advisor/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 Advisor client library for Java.
44

5-
This package contains Microsoft Azure SDK for Advisor Management SDK. REST APIs for Azure Advisor. Package tag package-2020-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 Advisor Management SDK. REST APIs for Azure Advisor. Package tag package-2025-01. 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-advisor</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)