Skip to content

Commit c1cafed

Browse files
committed
Update the feature APIs descriptions
1 parent 8329aa9 commit c1cafed

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

specification/computelimit/resource-manager/Microsoft.ComputeLimit/ComputeLimit/Feature.tsp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ interface Features {
6161
/** Lists all compute limit features for the subscription at the specified location. */
6262
list is ArmResourceListAtScope<Feature>;
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
@action("enable")
6666
@removed(Versions.v2026_06_01)
6767
@renamedFrom(Versions.v2026_06_01, "enable")
@@ -72,7 +72,7 @@ interface Features {
7272
Azure.ResourceManager.Foundations.OperationStatusResult
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
@action("enable")
7777
@added(Versions.v2026_06_01)
7878
@sharedRoute
@@ -92,7 +92,7 @@ interface Features {
9292
true
9393
>;
9494

95-
/** Disables a compute limit feature for the subscription at the specified location. */
95+
/** Disables a compute limit feature for the subscription at the specified location. Requires the Contributor role.*/
9696
@added(Versions.v2026_04_30)
9797
@action("disable")
9898
disable is ArmResourceActionAsync<

specification/computelimit/resource-manager/Microsoft.ComputeLimit/ComputeLimit/stable/2026-03-20/ComputeLimit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
"tags": [
188188
"Features"
189189
],
190-
"description": "Enables a compute limit feature for the subscription at the specified location.",
190+
"description": "Enables a compute limit feature for the subscription at the specified location. Requires the Contributor role.",
191191
"parameters": [
192192
{
193193
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"

specification/computelimit/resource-manager/Microsoft.ComputeLimit/ComputeLimit/stable/2026-04-30/ComputeLimit.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
"tags": [
191191
"Features"
192192
],
193-
"description": "Disables a compute limit feature for the subscription at the specified location.",
193+
"description": "Disables a compute limit feature for the subscription at the specified location. Requires the Contributor role.",
194194
"parameters": [
195195
{
196196
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
@@ -255,7 +255,7 @@
255255
"tags": [
256256
"Features"
257257
],
258-
"description": "Enables a compute limit feature for the subscription at the specified location.",
258+
"description": "Enables a compute limit feature for the subscription at the specified location. Requires the Contributor role.",
259259
"parameters": [
260260
{
261261
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"

specification/computelimit/resource-manager/Microsoft.ComputeLimit/ComputeLimit/stable/2026-06-01/ComputeLimit.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
"tags": [
191191
"Features"
192192
],
193-
"description": "Disables a compute limit feature for the subscription at the specified location.",
193+
"description": "Disables a compute limit feature for the subscription at the specified location. Requires the Contributor role.",
194194
"parameters": [
195195
{
196196
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
@@ -255,7 +255,7 @@
255255
"tags": [
256256
"Features"
257257
],
258-
"description": "Enables a compute limit feature for the subscription at the specified location.",
258+
"description": "Enables a compute limit feature for the subscription at the specified location. Requires the Contributor role.",
259259
"parameters": [
260260
{
261261
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"

specification/computelimit/resource-manager/Microsoft.ComputeLimit/ComputeLimit/stable/2026-07-01/ComputeLimit.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
"tags": [
197197
"Features"
198198
],
199-
"description": "Disables a compute limit feature for the subscription at the specified location.",
199+
"description": "Disables a compute limit feature for the subscription at the specified location. Requires the Contributor role.",
200200
"parameters": [
201201
{
202202
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
@@ -261,7 +261,7 @@
261261
"tags": [
262262
"Features"
263263
],
264-
"description": "Enables a compute limit feature for the subscription at the specified location.",
264+
"description": "Enables a compute limit feature for the subscription at the specified location. Requires the Contributor role.",
265265
"parameters": [
266266
{
267267
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"

0 commit comments

Comments
 (0)