1.1.0-beta.2 (2026-09-02)
Features Added
- Upgraded API version to
2026-09-05-preview. - Added
ComputeSkuMixPlacementGenerateResult.Idso the recommendation identifier is returned once per response. - Added
ComputeSkuMixPlacementGenerateResult.CapacityLimitsand theComputeSkuMixPlacementCapacityLimitmodel, which report the capacity ceiling that constrained a recommendation. - Added the
SkuMixPlacementCapacityLimitReasonenum with valuesNone,InsufficientCapacity,InsufficientQuota, andSkuNotAvailable.
Breaking Changes
- Removed
ComputeSkuMixPlacementDeploymentChoice.Id. UseComputeSkuMixPlacementGenerateResult.Idinstead; the identifier now applies to the whole response rather than to each individual placement choice. - Removed
ComputeSkuMixPlacementItem.CapacityMax. UseComputeSkuMixPlacementGenerateResult.CapacityLimitsinstead, which reports the same ceiling along with theReasonit was applied.