Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ interface Features {
/** Lists all compute limit features for the subscription at the specified location. */
list is ArmResourceListAtScope<Feature>;

/** Enables a compute limit feature for the subscription at the specified location. */
/** Enables a compute limit feature for the subscription at the specified location. Requires the Contributor role. */
@action("enable")
@removed(Versions.v2026_06_01)
@renamedFrom(Versions.v2026_06_01, "enable")
Expand All @@ -72,7 +72,7 @@ interface Features {
Azure.ResourceManager.Foundations.OperationStatusResult
>;

/** Enables a compute limit feature for the subscription at the specified location. */
/** Enables a compute limit feature for the subscription at the specified location. Requires the Contributor role. */
@action("enable")
@added(Versions.v2026_06_01)
@sharedRoute
Expand All @@ -92,7 +92,7 @@ interface Features {
true
>;

/** Disables a compute limit feature for the subscription at the specified location. */
/** Disables a compute limit feature for the subscription at the specified location. Requires the Contributor role. */
@added(Versions.v2026_04_30)
@action("disable")
disable is ArmResourceActionAsync<
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
"tags": [
"Features"
],
"description": "Enables a compute limit feature for the subscription at the specified location.",
"description": "Enables a compute limit feature for the subscription at the specified location. Requires the Contributor role.",
"parameters": [
{
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
"tags": [
"Features"
],
"description": "Disables a compute limit feature for the subscription at the specified location.",
"description": "Disables a compute limit feature for the subscription at the specified location. Requires the Contributor role.",
"parameters": [
{
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -255,7 +255,7 @@
"tags": [
"Features"
],
"description": "Enables a compute limit feature for the subscription at the specified location.",
"description": "Enables a compute limit feature for the subscription at the specified location. Requires the Contributor role.",
"parameters": [
{
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
"tags": [
"Features"
],
"description": "Disables a compute limit feature for the subscription at the specified location.",
"description": "Disables a compute limit feature for the subscription at the specified location. Requires the Contributor role.",
"parameters": [
{
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -255,7 +255,7 @@
"tags": [
"Features"
],
"description": "Enables a compute limit feature for the subscription at the specified location.",
"description": "Enables a compute limit feature for the subscription at the specified location. Requires the Contributor role.",
"parameters": [
{
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"tags": [
"Features"
],
"description": "Disables a compute limit feature for the subscription at the specified location.",
"description": "Disables a compute limit feature for the subscription at the specified location. Requires the Contributor role.",
"parameters": [
{
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -261,7 +261,7 @@
"tags": [
"Features"
],
"description": "Enables a compute limit feature for the subscription at the specified location.",
"description": "Enables a compute limit feature for the subscription at the specified location. Requires the Contributor role.",
"parameters": [
{
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
Expand Down