MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.13k stars 21.19k forks source link

Described API version is old if the cluster will be deployed with minimum ingestion (100 GB/day) commitment #121026

Closed NobufumiMurata closed 1 month ago

NobufumiMurata commented 3 months ago

The section of "Create a dedicated cluster" says that the parameter about REST API version is "2021-06-01". But I called this version API with "Capacity" setting 100 and it failed with bellow error code.

{ "error": { "code": "InvalidInput", "message": "CapacityReservationLevel must be an allowed value: [GB500,T1,T2,T5]. Operation Id: 'ed0110b012e5b17debb84dd517476a6d'", "target": "sku.capacity" } }

I changed API version to "2022-10-01" then my API request was success. I think that the REST API example is wrong with API version. Please confirm about this issue.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

AjayBathini-MSFT commented 3 months ago

@NobufumiMurata Thanks for your feedback! We will investigate and update as appropriate.

NobufumiMurata commented 3 months ago

@AjayBathini-MSFT Sorry but can I say one more feedback ? The section of "Link a workspace to a cluster" is also seems wrong API version. I think the linkservice create API's version needs "2020-08-01" according to bellow API refarence page. https://learn.microsoft.com/ja-jp/rest/api/loganalytics/linked-services/create-or-update?view=rest-loganalytics-2023-09-01&tabs=HTTP

If I should create new issue about that , tell me please.

AaronMaxwell commented 1 month ago

Thanks for your dedication to our documentation. This issue has been moved to an internal work item for triage and prioritization. Thanks in advance for your understanding as we investigate to provide the most accurate documentation updates. #please-close

Internal work item: https://dev.azure.com/msft-skilling/Content/_workitems/edit/262448

Please also note that GitHub documentation issues are being phased out completely. For more information see: https://aka.ms/ContentUserFeedback.

Our support team is available to assist you if you have any pressing questions or problems that need to be resolved. You can create a support ticket by visiting the following link: https://azure.microsoft.com/support/create-ticket/

You may also ask support questions to our Q&A forums or on Stack Overflow when the questions are related to coding.