{"files":{"SKILL.md":"---\nname: networkmanagementclient\ndescription: \"NetworkManagementClient API skill. Use when working with NetworkManagementClient for subscriptions. Covers 11 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# NetworkManagementClient\nAPI version: 2019-07-01\n\n## Auth\nOAuth2\n\n## Base URL\nhttps://management.azure.com\n\n## Setup\n1. Configure auth: OAuth2\n2. GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName} -- gets the specified private link service by resource group.\n3. POST /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/checkPrivateLinkServiceVisibility -- create first checkPrivateLinkServiceVisibility\n\n## Endpoints\n11 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### Subscriptions\n| Method | Path | Description |\n|--------|------|-------------|\n| DELETE | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName} | Deletes the specified private link service. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName} | Gets the specified private link service by resource group. |\n| PUT | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName} | Creates or updates an private link service in the specified resource group. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices | Gets all private link services in a resource group. |\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.Network/privateLinkServices | Gets all private link service in a subscription. |\n| PUT | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}/privateEndpointConnections/{peConnectionName} | Approve or reject private end point connection for a private link service in a subscription. |\n| DELETE | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}/privateEndpointConnections/{peConnectionName} | Delete private end point connection for a private link service in a subscription. |\n| POST | /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/checkPrivateLinkServiceVisibility | Checks whether the subscription is visible to private link service. |\n| POST | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/locations/{location}/checkPrivateLinkServiceVisibility | Checks whether the subscription is visible to private link service in the specified resource group. |\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/autoApprovedPrivateLinkServices | Returns all of the private link service ids that can be linked to a Private Endpoint with auto approved in this subscription in this region. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/locations/{location}/autoApprovedPrivateLinkServices | Returns all of the private link service ids that can be linked to a Private Endpoint with auto approved in this subscription in this region. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Delete a privateLinkService?\" -> DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}\n- \"Get privateLinkService details?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}\n- \"Update a privateLinkService?\" -> PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}\n- \"List all privateLinkServices?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices\n- \"Update a privateEndpointConnection?\" -> PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}/privateEndpointConnections/{peConnectionName}\n- \"Delete a privateEndpointConnection?\" -> DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}/privateEndpointConnections/{peConnectionName}\n- \"Create a checkPrivateLinkServiceVisibility?\" -> POST /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/checkPrivateLinkServiceVisibility\n- \"List all autoApprovedPrivateLinkServices?\" -> GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/autoApprovedPrivateLinkServices\n- \"How to authenticate?\" -> See Auth section above\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Create/update endpoints return the modified resource on success\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api NetworkManagementClient\n@base https://management.azure.com\n@version 2019-07-01\n@auth OAuth2\n@endpoints 11\n@toc subscriptions(11)\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}\n@desc Deletes the specified private link service.\n@required {resourceGroupName: any # The name of the resource group., serviceName: any # The name of the private link service.}\n@returns(200) Delete successful.\n@returns(202) Accepted and the operation will complete asynchronously.\n@returns(204) Delete successful.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}\n@desc Gets the specified private link service by resource group.\n@required {resourceGroupName: any # The name of the resource group., serviceName: any # The name of the private link service.}\n@optional {$expand: any # Expands referenced resources.}\n@returns(200) Request successful. The operation returns the resulting PrivateLinkService resource.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}\n@desc Creates or updates an private link service in the specified resource group.\n@required {resourceGroupName: any # The name of the resource group., serviceName: any # The name of the private link service., parameters: any # Parameters supplied to the create or update private link service operation.}\n@returns(200) Update successful. The operation returns the resulting privateLinkService resource.\n@returns(201) Create successful. The operation returns the resulting privateLinkService resource.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices\n@desc Gets all private link services in a resource group.\n@required {resourceGroupName: any # The name of the resource group.}\n@returns(200) Request successful. The operation returns a list of privateLinkService resources.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/privateLinkServices\n@desc Gets all private link service in a subscription.\n@returns(200) Request successful. The operation returns a list of PrivateLinkService resources.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}/privateEndpointConnections/{peConnectionName}\n@desc Approve or reject private end point connection for a private link service in a subscription.\n@required {resourceGroupName: any # The name of the resource group., serviceName: any # The name of the private link service., peConnectionName: any # The name of the private end point connection., parameters: any # Parameters supplied to approve or reject the private end point connection.}\n@returns(200) Update successful. The operation returns the resulting PrivateEndpointConnection resource.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}/privateEndpointConnections/{peConnectionName}\n@desc Delete private end point connection for a private link service in a subscription.\n@required {resourceGroupName: any # The name of the resource group., serviceName: any # The name of the private link service., peConnectionName: any # The name of the private end point connection.}\n@returns(200) Delete successful.\n@returns(202) Accepted and the operation will complete asynchronously.\n@returns(204) Delete successful.\n\n@endpoint POST /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/checkPrivateLinkServiceVisibility\n@desc Checks whether the subscription is visible to private link service.\n@required {location: any # The location of the domain name., parameters: any # The request body of CheckPrivateLinkService API call.}\n@returns(200) Request successful. Returns whether the subscription is visible to private link service.\n@returns(202) Accepted and the operation will complete asynchronously.\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/locations/{location}/checkPrivateLinkServiceVisibility\n@desc Checks whether the subscription is visible to private link service in the specified resource group.\n@required {location: any # The location of the domain name., resourceGroupName: any # The name of the resource group., parameters: any # The request body of CheckPrivateLinkService API call.}\n@returns(200) Request successful. Returns whether the subscription is visible to private link service.\n@returns(202) Accepted and the operation will complete asynchronously.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/autoApprovedPrivateLinkServices\n@desc Returns all of the private link service ids that can be linked to a Private Endpoint with auto approved in this subscription in this region.\n@required {location: any # The location of the domain name.}\n@returns(200) Request successful. Returns all of the private link service ids that can be linked to a Private Endpoint with auto approved in this subscription in this region.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/locations/{location}/autoApprovedPrivateLinkServices\n@desc Returns all of the private link service ids that can be linked to a Private Endpoint with auto approved in this subscription in this region.\n@required {location: any # The location of the domain name., resourceGroupName: any # The name of the resource group.}\n@returns(200) Request successful. Returns all of the private link service ids that can be linked to a Private Endpoint with auto approved in this subscription in this region.\n\n@end\n"}}