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
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ com.azure.resourcemanager:azure-resourcemanager-azurestackhci-vm;1.0.0-beta.1;1.
com.azure.resourcemanager:azure-resourcemanager-workloadorchestration;1.0.0-beta.1;1.0.0-beta.2
com.azure.resourcemanager:azure-resourcemanager-disconnectedoperations;1.0.0;1.1.0-beta.1
com.azure.resourcemanager:azure-resourcemanager-compute-recommender;1.0.0-beta.1;1.0.0-beta.2
com.azure.resourcemanager:azure-resourcemanager-computelimit;1.2.0;1.3.0-beta.1
com.azure.resourcemanager:azure-resourcemanager-computelimit;1.2.0;1.3.0
com.azure.resourcemanager:azure-resourcemanager-containerregistry-tasks;1.0.0-beta.1;1.0.0-beta.2
com.azure.resourcemanager:azure-resourcemanager-virtualenclaves;1.0.0-beta.1;1.0.0-beta.1
com.azure.resourcemanager:azure-resourcemanager-edgeactions;1.0.0-beta.1;1.0.0-beta.2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# Release History

## 1.3.0-beta.1 (Unreleased)
## 1.3.0 (2026-07-07)

### Features Added

### Breaking Changes

### Bugs Fixed
- 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).

### Other Changes

- Updated Javadoc for `Features.enable` to note that it requires the Contributor role.

## 1.2.0 (2026-06-17)

- 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).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-computelimit</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

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

<name>Microsoft Azure SDK for ComputeLimit Management</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public interface FeaturesClient {
PagedIterable<FeatureInner> listBySubscriptionLocationResource(String location, Context context);

/**
* 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.
*
* @param location The name of the Azure region.
* @param featureName The name of the Feature.
Expand All @@ -86,7 +86,7 @@ SyncPoller<PollResult<OperationStatusResultInner>, OperationStatusResultInner> b
String featureName);

/**
* 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.
*
* @param location The name of the Azure region.
* @param featureName The name of the Feature.
Expand All @@ -102,7 +102,7 @@ SyncPoller<PollResult<OperationStatusResultInner>, OperationStatusResultInner> b
String featureName, FeatureEnableRequest body, Context context);

/**
* 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.
*
* @param location The name of the Azure region.
* @param featureName The name of the Feature.
Expand All @@ -115,7 +115,7 @@ SyncPoller<PollResult<OperationStatusResultInner>, OperationStatusResultInner> b
OperationStatusResultInner enable(String location, String featureName);

/**
* 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.
*
* @param location The name of the Azure region.
* @param featureName The name of the Feature.
Expand All @@ -130,7 +130,7 @@ SyncPoller<PollResult<OperationStatusResultInner>, OperationStatusResultInner> b
OperationStatusResultInner enable(String location, String featureName, FeatureEnableRequest body, Context context);

/**
* 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.
*
* @param location The name of the Azure region.
* @param featureName The name of the Feature.
Expand All @@ -144,7 +144,7 @@ SyncPoller<PollResult<OperationStatusResultInner>, OperationStatusResultInner> b
String featureName);

/**
* 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.
*
* @param location The name of the Azure region.
* @param featureName The name of the Feature.
Expand All @@ -159,7 +159,7 @@ SyncPoller<PollResult<OperationStatusResultInner>, OperationStatusResultInner> b
String featureName, Context context);

/**
* 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.
*
* @param location The name of the Azure region.
* @param featureName The name of the Feature.
Expand All @@ -172,7 +172,7 @@ SyncPoller<PollResult<OperationStatusResultInner>, OperationStatusResultInner> b
OperationStatusResultInner disable(String location, String featureName);

/**
* 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.
*
* @param location The name of the Azure region.
* @param featureName The name of the Feature.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ public PagedIterable<FeatureInner> listBySubscriptionLocationResource(String loc
}

/**
* 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.
*
* @param location The name of the Azure region.
* @param featureName The name of the Feature.
Expand All @@ -355,7 +355,7 @@ private Mono<Response<Flux<ByteBuffer>>> enableWithResponseAsync(String location
}

/**
* 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.
*
* @param location The name of the Azure region.
* @param featureName The name of the Feature.
Expand All @@ -373,7 +373,7 @@ private Response<BinaryData> enableWithResponse(String location, String featureN
}

/**
* 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.
*
* @param location The name of the Azure region.
* @param featureName The name of the Feature.
Expand All @@ -393,7 +393,7 @@ private Response<BinaryData> enableWithResponse(String location, String featureN
}

/**
* 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.
*
* @param location The name of the Azure region.
* @param featureName The name of the Feature.
Expand All @@ -413,7 +413,7 @@ private Response<BinaryData> enableWithResponse(String location, String featureN
}

/**
* 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.
*
* @param location The name of the Azure region.
* @param featureName The name of the Feature.
Expand All @@ -433,7 +433,7 @@ private Response<BinaryData> enableWithResponse(String location, String featureN
}

/**
* 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.
*
* @param location The name of the Azure region.
* @param featureName The name of the Feature.
Expand All @@ -452,7 +452,7 @@ public SyncPoller<PollResult<OperationStatusResultInner>, OperationStatusResultI
}

/**
* 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.
*
* @param location The name of the Azure region.
* @param featureName The name of the Feature.
Expand All @@ -471,7 +471,7 @@ public SyncPoller<PollResult<OperationStatusResultInner>, OperationStatusResultI
}

/**
* 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.
*
* @param location The name of the Azure region.
* @param featureName The name of the Feature.
Expand All @@ -491,7 +491,7 @@ public SyncPoller<PollResult<OperationStatusResultInner>, OperationStatusResultI
}

/**
* 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.
*
* @param location The name of the Azure region.
* @param featureName The name of the Feature.
Expand All @@ -508,7 +508,7 @@ private Mono<OperationStatusResultInner> enableAsync(String location, String fea
}

/**
* 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.
*
* @param location The name of the Azure region.
* @param featureName The name of the Feature.
Expand All @@ -524,7 +524,7 @@ private Mono<OperationStatusResultInner> enableAsync(String location, String fea
}

/**
* 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.
*
* @param location The name of the Azure region.
* @param featureName The name of the Feature.
Expand All @@ -540,7 +540,7 @@ public OperationStatusResultInner enable(String location, String featureName) {
}

/**
* 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.
*
* @param location The name of the Azure region.
* @param featureName The name of the Feature.
Expand All @@ -558,7 +558,7 @@ public OperationStatusResultInner enable(String location, String featureName, Fe
}

/**
* 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.
*
* @param location The name of the Azure region.
* @param featureName The name of the Feature.
Expand All @@ -578,7 +578,7 @@ private Mono<Response<Flux<ByteBuffer>>> disableWithResponseAsync(String locatio
}

/**
* 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.
*
* @param location The name of the Azure region.
* @param featureName The name of the Feature.
Expand All @@ -595,7 +595,7 @@ private Response<BinaryData> disableWithResponse(String location, String feature
}

/**
* 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.
*
* @param location The name of the Azure region.
* @param featureName The name of the Feature.
Expand All @@ -613,7 +613,7 @@ private Response<BinaryData> disableWithResponse(String location, String feature
}

/**
* 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.
*
* @param location The name of the Azure region.
* @param featureName The name of the Feature.
Expand All @@ -632,7 +632,7 @@ private Response<BinaryData> disableWithResponse(String location, String feature
}

/**
* 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.
*
* @param location The name of the Azure region.
* @param featureName The name of the Feature.
Expand All @@ -650,7 +650,7 @@ public SyncPoller<PollResult<OperationStatusResultInner>, OperationStatusResultI
}

/**
* 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.
*
* @param location The name of the Azure region.
* @param featureName The name of the Feature.
Expand All @@ -669,7 +669,7 @@ public SyncPoller<PollResult<OperationStatusResultInner>, OperationStatusResultI
}

/**
* 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.
*
* @param location The name of the Azure region.
* @param featureName The name of the Feature.
Expand All @@ -684,7 +684,7 @@ private Mono<OperationStatusResultInner> disableAsync(String location, String fe
}

/**
* 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.
*
* @param location The name of the Azure region.
* @param featureName The name of the Feature.
Expand All @@ -699,7 +699,7 @@ public OperationStatusResultInner disable(String location, String featureName) {
}

/**
* 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.
*
* @param location The name of the Azure region.
* @param featureName The name of the Feature.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public interface Features {
PagedIterable<Feature> listBySubscriptionLocationResource(String location, Context context);

/**
* 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.
*
* @param location The name of the Azure region.
* @param featureName The name of the Feature.
Expand All @@ -73,7 +73,7 @@ public interface Features {
OperationStatusResult enable(String location, String featureName);

/**
* 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.
*
* @param location The name of the Azure region.
* @param featureName The name of the Feature.
Expand All @@ -87,7 +87,7 @@ public interface Features {
OperationStatusResult enable(String location, String featureName, FeatureEnableRequest body, Context context);

/**
* 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.
*
* @param location The name of the Azure region.
* @param featureName The name of the Feature.
Expand All @@ -99,7 +99,7 @@ public interface Features {
OperationStatusResult disable(String location, String featureName);

/**
* 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.
*
* @param location The name of the Azure region.
* @param featureName The name of the Feature.
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
directory: specification/computelimit/resource-manager/Microsoft.ComputeLimit/ComputeLimit
commit: 2114bd7b79b2ff5604db83ebd706b81632cb0ea0
commit: 723a657f70e944d62515f29a59a914ab911dc32c
repo: Azure/azure-rest-api-specs
additionalDirectories:
Loading