Skip to content

Commit bca93cc

Browse files
azure-sdk-automation[bot]azure-sdkyanle66Copilot
authored
[AutoPR azure-resourcemanager-computelimit]-generated-from-SDK Generation - Java-6531406 (#49747)
* Configurations: 'specification/computelimit/resource-manager/Microsoft.ComputeLimit/ComputeLimit/tspconfig.yaml', SDK Release Type: stable, and CommitSHA: '723a657f70e944d62515f29a59a914ab911dc32c' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6531406 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. * Fix CHANGELOG.md to include required section header for CI verification Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: azure-sdk <azuresdk@microsoft.com> Co-authored-by: Le Yang <yanle@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 09895ff commit bca93cc

9 files changed

Lines changed: 42 additions & 44 deletions

File tree

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ com.azure.resourcemanager:azure-resourcemanager-azurestackhci-vm;1.0.0-beta.1;1.
518518
com.azure.resourcemanager:azure-resourcemanager-workloadorchestration;1.0.0-beta.1;1.0.0-beta.2
519519
com.azure.resourcemanager:azure-resourcemanager-disconnectedoperations;1.0.0;1.1.0-beta.1
520520
com.azure.resourcemanager:azure-resourcemanager-compute-recommender;1.0.0-beta.1;1.0.0-beta.2
521-
com.azure.resourcemanager:azure-resourcemanager-computelimit;1.2.0;1.3.0-beta.1
521+
com.azure.resourcemanager:azure-resourcemanager-computelimit;1.2.0;1.3.0
522522
com.azure.resourcemanager:azure-resourcemanager-containerregistry-tasks;1.0.0-beta.1;1.0.0-beta.2
523523
com.azure.resourcemanager:azure-resourcemanager-virtualenclaves;1.0.0-beta.1;1.0.0-beta.1
524524
com.azure.resourcemanager:azure-resourcemanager-edgeactions;1.0.0-beta.1;1.0.0-beta.2

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
# Release History
22

3-
## 1.3.0-beta.1 (Unreleased)
3+
## 1.3.0 (2026-07-07)
44

5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
5+
- Azure Resource Manager ComputeLimit client library for Java. This package contains Microsoft Azure SDK for ComputeLimit Management SDK. Microsoft Azure Compute Limit Resource Provider. Package api-version 2026-07-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
106

117
### Other Changes
128

9+
- Updated Javadoc for `Features.enable` to note that it requires the Contributor role.
10+
1311
## 1.2.0 (2026-06-17)
1412

1513
- Azure Resource Manager ComputeLimit client library for Java. This package contains Microsoft Azure SDK for ComputeLimit Management SDK. Microsoft Azure Compute Limit Resource Provider. Package api-version 2026-07-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-computelimit</artifactId>
35-
<version>1.2.0</version>
35+
<version>1.3.0</version>
3636
</dependency>
3737
```
3838
[//]: # ({x-version-update-end})

sdk/computelimit/azure-resourcemanager-computelimit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<groupId>com.azure.resourcemanager</groupId>
1616
<artifactId>azure-resourcemanager-computelimit</artifactId>
17-
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.azure.resourcemanager:azure-resourcemanager-computelimit;current} -->
17+
<version>1.3.0</version> <!-- {x-version-update;com.azure.resourcemanager:azure-resourcemanager-computelimit;current} -->
1818
<packaging>jar</packaging>
1919

2020
<name>Microsoft Azure SDK for ComputeLimit Management</name>

sdk/computelimit/azure-resourcemanager-computelimit/src/main/java/com/azure/resourcemanager/computelimit/fluent/FeaturesClient.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public interface FeaturesClient {
7272
PagedIterable<FeatureInner> listBySubscriptionLocationResource(String location, Context context);
7373

7474
/**
75-
* Enables a compute limit feature for the subscription at the specified location.
75+
* Enables a compute limit feature for the subscription at the specified location. Requires the Contributor role.
7676
*
7777
* @param location The name of the Azure region.
7878
* @param featureName The name of the Feature.
@@ -86,7 +86,7 @@ SyncPoller<PollResult<OperationStatusResultInner>, OperationStatusResultInner> b
8686
String featureName);
8787

8888
/**
89-
* Enables a compute limit feature for the subscription at the specified location.
89+
* Enables a compute limit feature for the subscription at the specified location. Requires the Contributor role.
9090
*
9191
* @param location The name of the Azure region.
9292
* @param featureName The name of the Feature.
@@ -102,7 +102,7 @@ SyncPoller<PollResult<OperationStatusResultInner>, OperationStatusResultInner> b
102102
String featureName, FeatureEnableRequest body, Context context);
103103

104104
/**
105-
* Enables a compute limit feature for the subscription at the specified location.
105+
* Enables a compute limit feature for the subscription at the specified location. Requires the Contributor role.
106106
*
107107
* @param location The name of the Azure region.
108108
* @param featureName The name of the Feature.
@@ -115,7 +115,7 @@ SyncPoller<PollResult<OperationStatusResultInner>, OperationStatusResultInner> b
115115
OperationStatusResultInner enable(String location, String featureName);
116116

117117
/**
118-
* Enables a compute limit feature for the subscription at the specified location.
118+
* Enables a compute limit feature for the subscription at the specified location. Requires the Contributor role.
119119
*
120120
* @param location The name of the Azure region.
121121
* @param featureName The name of the Feature.
@@ -130,7 +130,7 @@ SyncPoller<PollResult<OperationStatusResultInner>, OperationStatusResultInner> b
130130
OperationStatusResultInner enable(String location, String featureName, FeatureEnableRequest body, Context context);
131131

132132
/**
133-
* Disables a compute limit feature for the subscription at the specified location.
133+
* Disables a compute limit feature for the subscription at the specified location. Requires the Contributor role.
134134
*
135135
* @param location The name of the Azure region.
136136
* @param featureName The name of the Feature.
@@ -144,7 +144,7 @@ SyncPoller<PollResult<OperationStatusResultInner>, OperationStatusResultInner> b
144144
String featureName);
145145

146146
/**
147-
* Disables a compute limit feature for the subscription at the specified location.
147+
* Disables a compute limit feature for the subscription at the specified location. Requires the Contributor role.
148148
*
149149
* @param location The name of the Azure region.
150150
* @param featureName The name of the Feature.
@@ -159,7 +159,7 @@ SyncPoller<PollResult<OperationStatusResultInner>, OperationStatusResultInner> b
159159
String featureName, Context context);
160160

161161
/**
162-
* Disables a compute limit feature for the subscription at the specified location.
162+
* Disables a compute limit feature for the subscription at the specified location. Requires the Contributor role.
163163
*
164164
* @param location The name of the Azure region.
165165
* @param featureName The name of the Feature.
@@ -172,7 +172,7 @@ SyncPoller<PollResult<OperationStatusResultInner>, OperationStatusResultInner> b
172172
OperationStatusResultInner disable(String location, String featureName);
173173

174174
/**
175-
* Disables a compute limit feature for the subscription at the specified location.
175+
* Disables a compute limit feature for the subscription at the specified location. Requires the Contributor role.
176176
*
177177
* @param location The name of the Azure region.
178178
* @param featureName The name of the Feature.

sdk/computelimit/azure-resourcemanager-computelimit/src/main/java/com/azure/resourcemanager/computelimit/implementation/FeaturesClientImpl.java

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ public PagedIterable<FeatureInner> listBySubscriptionLocationResource(String loc
333333
}
334334

335335
/**
336-
* Enables a compute limit feature for the subscription at the specified location.
336+
* Enables a compute limit feature for the subscription at the specified location. Requires the Contributor role.
337337
*
338338
* @param location The name of the Azure region.
339339
* @param featureName The name of the Feature.
@@ -355,7 +355,7 @@ private Mono<Response<Flux<ByteBuffer>>> enableWithResponseAsync(String location
355355
}
356356

357357
/**
358-
* Enables a compute limit feature for the subscription at the specified location.
358+
* Enables a compute limit feature for the subscription at the specified location. Requires the Contributor role.
359359
*
360360
* @param location The name of the Azure region.
361361
* @param featureName The name of the Feature.
@@ -373,7 +373,7 @@ private Response<BinaryData> enableWithResponse(String location, String featureN
373373
}
374374

375375
/**
376-
* Enables a compute limit feature for the subscription at the specified location.
376+
* Enables a compute limit feature for the subscription at the specified location. Requires the Contributor role.
377377
*
378378
* @param location The name of the Azure region.
379379
* @param featureName The name of the Feature.
@@ -393,7 +393,7 @@ private Response<BinaryData> enableWithResponse(String location, String featureN
393393
}
394394

395395
/**
396-
* Enables a compute limit feature for the subscription at the specified location.
396+
* Enables a compute limit feature for the subscription at the specified location. Requires the Contributor role.
397397
*
398398
* @param location The name of the Azure region.
399399
* @param featureName The name of the Feature.
@@ -413,7 +413,7 @@ private Response<BinaryData> enableWithResponse(String location, String featureN
413413
}
414414

415415
/**
416-
* Enables a compute limit feature for the subscription at the specified location.
416+
* Enables a compute limit feature for the subscription at the specified location. Requires the Contributor role.
417417
*
418418
* @param location The name of the Azure region.
419419
* @param featureName The name of the Feature.
@@ -433,7 +433,7 @@ private Response<BinaryData> enableWithResponse(String location, String featureN
433433
}
434434

435435
/**
436-
* Enables a compute limit feature for the subscription at the specified location.
436+
* Enables a compute limit feature for the subscription at the specified location. Requires the Contributor role.
437437
*
438438
* @param location The name of the Azure region.
439439
* @param featureName The name of the Feature.
@@ -452,7 +452,7 @@ public SyncPoller<PollResult<OperationStatusResultInner>, OperationStatusResultI
452452
}
453453

454454
/**
455-
* Enables a compute limit feature for the subscription at the specified location.
455+
* Enables a compute limit feature for the subscription at the specified location. Requires the Contributor role.
456456
*
457457
* @param location The name of the Azure region.
458458
* @param featureName The name of the Feature.
@@ -471,7 +471,7 @@ public SyncPoller<PollResult<OperationStatusResultInner>, OperationStatusResultI
471471
}
472472

473473
/**
474-
* Enables a compute limit feature for the subscription at the specified location.
474+
* Enables a compute limit feature for the subscription at the specified location. Requires the Contributor role.
475475
*
476476
* @param location The name of the Azure region.
477477
* @param featureName The name of the Feature.
@@ -491,7 +491,7 @@ public SyncPoller<PollResult<OperationStatusResultInner>, OperationStatusResultI
491491
}
492492

493493
/**
494-
* Enables a compute limit feature for the subscription at the specified location.
494+
* Enables a compute limit feature for the subscription at the specified location. Requires the Contributor role.
495495
*
496496
* @param location The name of the Azure region.
497497
* @param featureName The name of the Feature.
@@ -508,7 +508,7 @@ private Mono<OperationStatusResultInner> enableAsync(String location, String fea
508508
}
509509

510510
/**
511-
* Enables a compute limit feature for the subscription at the specified location.
511+
* Enables a compute limit feature for the subscription at the specified location. Requires the Contributor role.
512512
*
513513
* @param location The name of the Azure region.
514514
* @param featureName The name of the Feature.
@@ -524,7 +524,7 @@ private Mono<OperationStatusResultInner> enableAsync(String location, String fea
524524
}
525525

526526
/**
527-
* Enables a compute limit feature for the subscription at the specified location.
527+
* Enables a compute limit feature for the subscription at the specified location. Requires the Contributor role.
528528
*
529529
* @param location The name of the Azure region.
530530
* @param featureName The name of the Feature.
@@ -540,7 +540,7 @@ public OperationStatusResultInner enable(String location, String featureName) {
540540
}
541541

542542
/**
543-
* Enables a compute limit feature for the subscription at the specified location.
543+
* Enables a compute limit feature for the subscription at the specified location. Requires the Contributor role.
544544
*
545545
* @param location The name of the Azure region.
546546
* @param featureName The name of the Feature.
@@ -558,7 +558,7 @@ public OperationStatusResultInner enable(String location, String featureName, Fe
558558
}
559559

560560
/**
561-
* Disables a compute limit feature for the subscription at the specified location.
561+
* Disables a compute limit feature for the subscription at the specified location. Requires the Contributor role.
562562
*
563563
* @param location The name of the Azure region.
564564
* @param featureName The name of the Feature.
@@ -578,7 +578,7 @@ private Mono<Response<Flux<ByteBuffer>>> disableWithResponseAsync(String locatio
578578
}
579579

580580
/**
581-
* Disables a compute limit feature for the subscription at the specified location.
581+
* Disables a compute limit feature for the subscription at the specified location. Requires the Contributor role.
582582
*
583583
* @param location The name of the Azure region.
584584
* @param featureName The name of the Feature.
@@ -595,7 +595,7 @@ private Response<BinaryData> disableWithResponse(String location, String feature
595595
}
596596

597597
/**
598-
* Disables a compute limit feature for the subscription at the specified location.
598+
* Disables a compute limit feature for the subscription at the specified location. Requires the Contributor role.
599599
*
600600
* @param location The name of the Azure region.
601601
* @param featureName The name of the Feature.
@@ -613,7 +613,7 @@ private Response<BinaryData> disableWithResponse(String location, String feature
613613
}
614614

615615
/**
616-
* Disables a compute limit feature for the subscription at the specified location.
616+
* Disables a compute limit feature for the subscription at the specified location. Requires the Contributor role.
617617
*
618618
* @param location The name of the Azure region.
619619
* @param featureName The name of the Feature.
@@ -632,7 +632,7 @@ private Response<BinaryData> disableWithResponse(String location, String feature
632632
}
633633

634634
/**
635-
* Disables a compute limit feature for the subscription at the specified location.
635+
* Disables a compute limit feature for the subscription at the specified location. Requires the Contributor role.
636636
*
637637
* @param location The name of the Azure region.
638638
* @param featureName The name of the Feature.
@@ -650,7 +650,7 @@ public SyncPoller<PollResult<OperationStatusResultInner>, OperationStatusResultI
650650
}
651651

652652
/**
653-
* Disables a compute limit feature for the subscription at the specified location.
653+
* Disables a compute limit feature for the subscription at the specified location. Requires the Contributor role.
654654
*
655655
* @param location The name of the Azure region.
656656
* @param featureName The name of the Feature.
@@ -669,7 +669,7 @@ public SyncPoller<PollResult<OperationStatusResultInner>, OperationStatusResultI
669669
}
670670

671671
/**
672-
* Disables a compute limit feature for the subscription at the specified location.
672+
* Disables a compute limit feature for the subscription at the specified location. Requires the Contributor role.
673673
*
674674
* @param location The name of the Azure region.
675675
* @param featureName The name of the Feature.
@@ -684,7 +684,7 @@ private Mono<OperationStatusResultInner> disableAsync(String location, String fe
684684
}
685685

686686
/**
687-
* Disables a compute limit feature for the subscription at the specified location.
687+
* Disables a compute limit feature for the subscription at the specified location. Requires the Contributor role.
688688
*
689689
* @param location The name of the Azure region.
690690
* @param featureName The name of the Feature.
@@ -699,7 +699,7 @@ public OperationStatusResultInner disable(String location, String featureName) {
699699
}
700700

701701
/**
702-
* Disables a compute limit feature for the subscription at the specified location.
702+
* Disables a compute limit feature for the subscription at the specified location. Requires the Contributor role.
703703
*
704704
* @param location The name of the Azure region.
705705
* @param featureName The name of the Feature.

sdk/computelimit/azure-resourcemanager-computelimit/src/main/java/com/azure/resourcemanager/computelimit/models/Features.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public interface Features {
6161
PagedIterable<Feature> listBySubscriptionLocationResource(String location, Context context);
6262

6363
/**
64-
* Enables a compute limit feature for the subscription at the specified location.
64+
* Enables a compute limit feature for the subscription at the specified location. Requires the Contributor role.
6565
*
6666
* @param location The name of the Azure region.
6767
* @param featureName The name of the Feature.
@@ -73,7 +73,7 @@ public interface Features {
7373
OperationStatusResult enable(String location, String featureName);
7474

7575
/**
76-
* Enables a compute limit feature for the subscription at the specified location.
76+
* Enables a compute limit feature for the subscription at the specified location. Requires the Contributor role.
7777
*
7878
* @param location The name of the Azure region.
7979
* @param featureName The name of the Feature.
@@ -87,7 +87,7 @@ public interface Features {
8787
OperationStatusResult enable(String location, String featureName, FeatureEnableRequest body, Context context);
8888

8989
/**
90-
* Disables a compute limit feature for the subscription at the specified location.
90+
* Disables a compute limit feature for the subscription at the specified location. Requires the Contributor role.
9191
*
9292
* @param location The name of the Azure region.
9393
* @param featureName The name of the Feature.
@@ -99,7 +99,7 @@ public interface Features {
9999
OperationStatusResult disable(String location, String featureName);
100100

101101
/**
102-
* Disables a compute limit feature for the subscription at the specified location.
102+
* Disables a compute limit feature for the subscription at the specified location. Requires the Contributor role.
103103
*
104104
* @param location The name of the Azure region.
105105
* @param featureName The name of the Feature.

sdk/computelimit/azure-resourcemanager-computelimit/src/main/resources/META-INF/azure-resourcemanager-computelimit_metadata.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
directory: specification/computelimit/resource-manager/Microsoft.ComputeLimit/ComputeLimit
2-
commit: 2114bd7b79b2ff5604db83ebd706b81632cb0ea0
2+
commit: 723a657f70e944d62515f29a59a914ab911dc32c
33
repo: Azure/azure-rest-api-specs
44
additionalDirectories:

0 commit comments

Comments
 (0)