Azure / azure-sdk-for-net

This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
MIT License
5.24k stars 4.58k forks source link

[FEATURE REQ] Add Azure.ResourceManager.Network support for NetworkSecurityPerimeter REST api #44959

Open pwoosam opened 1 month ago

pwoosam commented 1 month ago

Library name

Azure.ResourceManager.Network

Please describe the feature.

Azure.ResourceManager.Network v1.8.0 does not appear to support creating and managing NetworkSecurityPerimeters.

Can we get support for managing these NetworkSecurityPerimeters via the Azure SDK?

https://learn.microsoft.com/en-us/rest/api/networkmanager/network-security-perimeters/create-or-update?view=rest-networkmanager-2023-07-01-preview&tabs=HTTP

github-actions[bot] commented 1 month ago

Thank you for your feedback. Tagging and routing to the team member best able to assist.

archerzz commented 1 month ago

@pwoosam The spec is preview only. It's not in stable version now: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/network/resource-manager/Microsoft.Network/stable/2024-01-01

Need to contact network team on their schedule.

vineetmimrot commented 1 month ago

NSP is public-preview ready, so we haven't released stable version of APIs as of now. The plan to do it once we get to GA. I am not sure whether SDK can be generated from preview versions.