In the API Center API specification, there is no mention of SKU in the Create Or Update operation (PUT) for Services.
However, if you do not specify the SKU in the request body, you cannot update the Services in API Center.
When SKU is not present
When SKU is present
Expected behavior
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiCenter/services/{serviceName}?api-version=2024-03-01
API Spec link
https://github.com/Azure/azure-rest-api-specs/blob/main/specification/apicenter/ApiCenter.Management/Service.tsp
API Spec version
2024-03-01
Describe the bug
In the API Center API specification, there is no mention of
SKU
in the Create Or Update operation (PUT) for Services. However, if you do not specify theSKU
in the request body, you cannot update the Services in API Center.When
SKU
is not presentWhen
SKU
is presentExpected behavior
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiCenter/services/{serviceName}?api-version=2024-03-01
Request body
Response
Actual behavior
Response
Reproduction Steps
Environment
No response