Azure / azure-sdk-for-js

This repository is for active development of the Azure SDK for JavaScript (NodeJS & Browser). For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/javascript/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-js.
MIT License
2.03k stars 1.19k forks source link

List Microsoft.ServiceFabric/managedclusters API call #30441

Open akumar-99 opened 1 month ago

akumar-99 commented 1 month ago

Is your feature request related to a problem? Please describe. I am using @azure/arm-servicefabric to list all the service fabric clusters, including the managed clusters, but it only lists Microsoft.ServiceFabric/clusters, and there doesn't seem to be a way to list Microsoft.ServiceFabric/managedclusters

Describe the solution you'd like I would request you to add the required functionality to achieve this.

Describe alternatives you've considered None, as I want to stick with azure-sdk-for-js

Additional context Add any other context or screenshots about the feature request here.

github-actions[bot] commented 1 month ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @juhacket @QingChenmsft @vaishnavk.

kazrael2119 commented 1 month ago

will check

kazrael2119 commented 1 month ago

managedclusters is separated to another library in spec repo , and service team doesn't request this package for JS. have already reported this situation to our PM

kazrael2119 commented 1 month ago

there's a release request for this : https://github.com/Azure/sdk-release-request/issues/5375

kazrael2119 commented 1 month ago

@akumar-99 we release a package here https://www.npmjs.com/package/@azure/arm-servicefabricmanagedclusters/v/1.0.0-beta.1 please try

akumar-99 commented 1 month ago

@kazrael2119 The API reference documentation link is broken - https://learn.microsoft.com/en-us/javascript/api/@azure/arm-servicefabricmanagedclusters?view=azure-node-preview

Please add the SDK docs under https://azure.github.io/azure-sdk-for-js/

kazrael2119 commented 1 month ago

@kazrael2119 The API reference documentation link is broken - https://learn.microsoft.com/en-us/javascript/api/@azure/arm-servicefabricmanagedclusters?view=azure-node-preview

Please add the SDK docs under https://azure.github.io/azure-sdk-for-js/

I think this doc link will be available this week. could you try to follow this to verify this package? https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/servicefabricmanagedclusters/arm-servicefabricmanagedclusters/samples/v1-beta/typescript/src/managedClustersListByResourceGroupSample.ts