Skip to content

Azure.ResourceManager.Compute.Recommender_1.1.0-beta.2

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 03 Sep 23:28
02e4f3a

1.1.0-beta.2 (2026-09-02)

Features Added

  • Upgraded API version to 2026-09-05-preview.
  • Added ComputeSkuMixPlacementGenerateResult.Id so the recommendation identifier is returned once per response.
  • Added ComputeSkuMixPlacementGenerateResult.CapacityLimits and the ComputeSkuMixPlacementCapacityLimit model, which report the capacity ceiling that constrained a recommendation.
  • Added the SkuMixPlacementCapacityLimitReason enum with values None, InsufficientCapacity, InsufficientQuota, and SkuNotAvailable.

Breaking Changes

  • Removed ComputeSkuMixPlacementDeploymentChoice.Id. Use ComputeSkuMixPlacementGenerateResult.Id instead; the identifier now applies to the whole response rather than to each individual placement choice.
  • Removed ComputeSkuMixPlacementItem.CapacityMax. Use ComputeSkuMixPlacementGenerateResult.CapacityLimits instead, which reports the same ceiling along with the Reason it was applied.