You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/reservations/azure-resourcemanager-reservations/CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Release History
2
2
3
-
## 1.0.0-beta.2 (Unreleased)
3
+
## 1.0.0-beta.1 (2023-03-01)
4
+
5
+
- Azure Resource Manager reservations client library for Java. This package contains Microsoft Azure SDK for reservations Management SDK. This API describe Azure Reservation. Package tag package-2022-11. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
Copy file name to clipboardExpand all lines: sdk/reservations/azure-resourcemanager-reservations/src/main/java/com/azure/resourcemanager/reservations/fluent/ReturnsClient.java
Copy file name to clipboardExpand all lines: sdk/reservations/azure-resourcemanager-reservations/src/main/java/com/azure/resourcemanager/reservations/fluent/models/PatchProperties.java
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,8 @@ public final class PatchProperties {
23
23
privateAppliedScopeTypeappliedScopeType;
24
24
25
25
/*
26
-
* List of the subscriptions that the benefit will be applied. Do not specify if AppliedScopeType is Shared.
26
+
* List of the subscriptions that the benefit will be applied. Do not specify if AppliedScopeType is Shared. This
27
+
* property will be deprecated and replaced by appliedScopeProperties instead for Single AppliedScopeType.
27
28
*/
28
29
@JsonProperty(value = "appliedScopes")
29
30
privateList<String> appliedScopes;
@@ -92,7 +93,8 @@ public PatchProperties withAppliedScopeType(AppliedScopeType appliedScopeType) {
92
93
93
94
/**
94
95
* Get the appliedScopes property: List of the subscriptions that the benefit will be applied. Do not specify if
95
-
* AppliedScopeType is Shared.
96
+
* AppliedScopeType is Shared. This property will be deprecated and replaced by appliedScopeProperties instead for
97
+
* Single AppliedScopeType.
96
98
*
97
99
* @return the appliedScopes value.
98
100
*/
@@ -102,7 +104,8 @@ public List<String> appliedScopes() {
102
104
103
105
/**
104
106
* Set the appliedScopes property: List of the subscriptions that the benefit will be applied. Do not specify if
105
-
* AppliedScopeType is Shared.
107
+
* AppliedScopeType is Shared. This property will be deprecated and replaced by appliedScopeProperties instead for
108
+
* Single AppliedScopeType.
106
109
*
107
110
* @param appliedScopes the appliedScopes value to set.
Copy file name to clipboardExpand all lines: sdk/reservations/azure-resourcemanager-reservations/src/main/java/com/azure/resourcemanager/reservations/fluent/models/PurchaseRequestProperties.java
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,8 @@ public final class PurchaseRequestProperties {
61
61
privateAppliedScopeTypeappliedScopeType;
62
62
63
63
/*
64
-
* List of the subscriptions that the benefit will be applied. Do not specify if AppliedScopeType is Shared.
64
+
* List of the subscriptions that the benefit will be applied. Do not specify if AppliedScopeType is Shared. This
65
+
* property will be deprecated and replaced by appliedScopeProperties instead for Single AppliedScopeType.
65
66
*/
66
67
@JsonProperty(value = "appliedScopes")
67
68
privateList<String> appliedScopes;
@@ -237,7 +238,8 @@ public PurchaseRequestProperties withAppliedScopeType(AppliedScopeType appliedSc
237
238
238
239
/**
239
240
* Get the appliedScopes property: List of the subscriptions that the benefit will be applied. Do not specify if
240
-
* AppliedScopeType is Shared.
241
+
* AppliedScopeType is Shared. This property will be deprecated and replaced by appliedScopeProperties instead for
242
+
* Single AppliedScopeType.
241
243
*
242
244
* @return the appliedScopes value.
243
245
*/
@@ -247,7 +249,8 @@ public List<String> appliedScopes() {
247
249
248
250
/**
249
251
* Set the appliedScopes property: List of the subscriptions that the benefit will be applied. Do not specify if
250
-
* AppliedScopeType is Shared.
252
+
* AppliedScopeType is Shared. This property will be deprecated and replaced by appliedScopeProperties instead for
253
+
* Single AppliedScopeType.
251
254
*
252
255
* @param appliedScopes the appliedScopes value to set.
253
256
* @return the PurchaseRequestProperties object itself.
Copy file name to clipboardExpand all lines: sdk/reservations/azure-resourcemanager-reservations/src/main/java/com/azure/resourcemanager/reservations/implementation/ReturnsClientImpl.java
0 commit comments