Skip to content
Merged
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
19 changes: 19 additions & 0 deletions eng/lintingconfigs/revapi/track2/revapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1839,6 +1839,25 @@
"old" : "method com.azure.resourcemanager.monitor.models.ConditionOperator[] com.azure.resourcemanager.monitor.models.ConditionOperator::values()",
"justification": "TypeSpec migration: ConditionOperator changed from enum to ExpandableStringEnum, values() return type changed."
},
{
"code": "java.method.removed",
"old" : {
"matcher": "regex",
"match": "method .* com\\.azure\\.resourcemanager\\.monitor\\.models\\.CategoryType.*"
},
"justification": "TypeSpec migration: CategoryType changed from enum to ExpandableStringEnum; enum-specific methods removed. Matches swagger x-ms-enum modelAsString:true intent."
},
{
"code": "java.method.visibilityIncreased",
"old" : "method void com.azure.resourcemanager.monitor.models.CategoryType::<init>(java.lang.String)",
"new" : "method void com.azure.resourcemanager.monitor.models.CategoryType::<init>()",
"justification": "TypeSpec migration: CategoryType changed from enum to ExpandableStringEnum, constructor visibility increased."
},
{
"code": "java.method.returnTypeChanged",
"old" : "method com.azure.resourcemanager.monitor.models.CategoryType[] com.azure.resourcemanager.monitor.models.CategoryType::values()",
"justification": "TypeSpec migration: CategoryType changed from enum to ExpandableStringEnum, values() return type changed."
},
{
"ignore": true,
"code": "java.field.enumConstantOrderChanged",
Expand Down
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
com.azure.resourcemanager:azure-resourcemanager-computelimit;1.3.0;1.4.0-beta.1
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
10 changes: 10 additions & 0 deletions sdk/computelimit/azure-resourcemanager-computelimit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.4.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.3.0 (2026-07-07)

- 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 @@ -14,7 +14,7 @@

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

<name>Microsoft Azure SDK for ComputeLimit Management</name>
Expand Down
2 changes: 1 addition & 1 deletion sdk/monitor/azure-resourcemanager-monitor/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "java",
"TagPrefix": "java/monitor/azure-resourcemanager-monitor",
"Tag": "java/monitor/azure-resourcemanager-monitor_bb6ce78dc6"
"Tag": "java/monitor/azure-resourcemanager-monitor_9fadd20cc6"
}
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,8 @@ ActionGroupResourceInner update(String resourceGroupName, String actionGroupName
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the response body along with {@link Response} on successful completion of {@link Mono}.
* @return the details of the test notification results along with {@link Response} on successful completion of
* {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono<Response<Flux<ByteBuffer>>> createNotificationsAtActionGroupResourceLevelWithResponseAsync(
Expand All @@ -353,7 +354,7 @@ Mono<Response<Flux<ByteBuffer>>> createNotificationsAtActionGroupResourceLevelWi
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link PollerFlux} for polling of long-running operation.
* @return the {@link PollerFlux} for polling of the details of the test notification results.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
PollerFlux<PollResult<TestNotificationDetailsResponseInner>, TestNotificationDetailsResponseInner>
Expand All @@ -369,7 +370,7 @@ Mono<Response<Flux<ByteBuffer>>> createNotificationsAtActionGroupResourceLevelWi
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link SyncPoller} for polling of long-running operation.
* @return the {@link SyncPoller} for polling of the details of the test notification results.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
SyncPoller<PollResult<TestNotificationDetailsResponseInner>, TestNotificationDetailsResponseInner>
Expand All @@ -386,7 +387,7 @@ Mono<Response<Flux<ByteBuffer>>> createNotificationsAtActionGroupResourceLevelWi
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link SyncPoller} for polling of long-running operation.
* @return the {@link SyncPoller} for polling of the details of the test notification results.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
SyncPoller<PollResult<TestNotificationDetailsResponseInner>, TestNotificationDetailsResponseInner>
Expand All @@ -402,7 +403,7 @@ Mono<Response<Flux<ByteBuffer>>> createNotificationsAtActionGroupResourceLevelWi
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the response body on successful completion of {@link Mono}.
* @return the details of the test notification results on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono<TestNotificationDetailsResponseInner> createNotificationsAtActionGroupResourceLevelAsync(
Expand All @@ -417,7 +418,7 @@ Mono<TestNotificationDetailsResponseInner> createNotificationsAtActionGroupResou
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the response.
* @return the details of the test notification results.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
TestNotificationDetailsResponseInner createNotificationsAtActionGroupResourceLevel(String resourceGroupName,
Expand All @@ -433,7 +434,7 @@ TestNotificationDetailsResponseInner createNotificationsAtActionGroupResourceLev
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the response.
* @return the details of the test notification results.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
TestNotificationDetailsResponseInner createNotificationsAtActionGroupResourceLevel(String resourceGroupName,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,4 @@ public interface AlertRuleManagementClient {
* @return the AlertRulesClient object.
*/
AlertRulesClient getAlertRules();

/**
* Gets the DiagnosticSettingsOperationsClient object to access its operations.
*
* @return the DiagnosticSettingsOperationsClient object.
*/
DiagnosticSettingsOperationsClient getDiagnosticSettingsOperations();

/**
* Gets the DiagnosticSettingsCategoriesClient object to access its operations.
*
* @return the DiagnosticSettingsCategoriesClient object.
*/
DiagnosticSettingsCategoriesClient getDiagnosticSettingsCategories();
}
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Response<DataCollectionRuleAssociationProxyOnlyResourceInner> getWithResponse(St
/**
* Creates or updates an association.
*
* @param resourceUri The identifier of the resource.
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
* @param associationName The name of the association. The name is case insensitive.
* @param body The payload.
* @throws IllegalArgumentException thrown if parameters fail the validation.
Expand All @@ -139,7 +139,7 @@ Mono<Response<DataCollectionRuleAssociationProxyOnlyResourceInner>> createWithRe
/**
* Creates or updates an association.
*
* @param resourceUri The identifier of the resource.
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
* @param associationName The name of the association. The name is case insensitive.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
Expand All @@ -152,7 +152,7 @@ Mono<Response<DataCollectionRuleAssociationProxyOnlyResourceInner>> createWithRe
/**
* Creates or updates an association.
*
* @param resourceUri The identifier of the resource.
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
* @param associationName The name of the association. The name is case insensitive.
* @param body The payload.
* @param context The context to associate with this operation.
Expand All @@ -168,7 +168,7 @@ Response<DataCollectionRuleAssociationProxyOnlyResourceInner> createWithResponse
/**
* Creates or updates an association.
*
* @param resourceUri The identifier of the resource.
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
* @param associationName The name of the association. The name is case insensitive.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Deprecated generated code.
// Code generated by Microsoft (R) TypeSpec Code Generator.

package com.azure.resourcemanager.monitor.fluent;

Expand All @@ -20,7 +20,7 @@ public interface DiagnosticSettingsCategoriesClient {
/**
* Gets the diagnostic settings category for the specified resource.
*
* @param resourceUri The identifier of the resource.
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
* @param name The name of the diagnostic setting.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
Expand All @@ -34,7 +34,7 @@ public interface DiagnosticSettingsCategoriesClient {
/**
* Gets the diagnostic settings category for the specified resource.
*
* @param resourceUri The identifier of the resource.
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
* @param name The name of the diagnostic setting.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
Expand All @@ -47,7 +47,7 @@ public interface DiagnosticSettingsCategoriesClient {
/**
* Gets the diagnostic settings category for the specified resource.
*
* @param resourceUri The identifier of the resource.
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
* @param name The name of the diagnostic setting.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
Expand All @@ -61,7 +61,7 @@ public interface DiagnosticSettingsCategoriesClient {
/**
* Gets the diagnostic settings category for the specified resource.
*
* @param resourceUri The identifier of the resource.
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
* @param name The name of the diagnostic setting.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
Expand All @@ -74,7 +74,7 @@ public interface DiagnosticSettingsCategoriesClient {
/**
* Lists the diagnostic settings categories for the specified resource.
*
* @param resourceUri The identifier of the resource.
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
Expand All @@ -87,7 +87,7 @@ public interface DiagnosticSettingsCategoriesClient {
/**
* Lists the diagnostic settings categories for the specified resource.
*
* @param resourceUri The identifier of the resource.
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
Expand All @@ -100,7 +100,7 @@ public interface DiagnosticSettingsCategoriesClient {
/**
* Lists the diagnostic settings categories for the specified resource.
*
* @param resourceUri The identifier of the resource.
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
Expand Down
Loading
Loading