naftiko: 1.0.0-alpha2 info: label: Microsoft Azure PrivateDnsManagementClient — VirtualNetworkLinks description: 'Microsoft Azure PrivateDnsManagementClient — VirtualNetworkLinks. 5 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Privatednszones Privatezonename Virtualnetworklinks. Self-contained Naftiko capability covering one Microsoft Azure business surface.' tags: - Microsoft Azure - VirtualNetworkLinks created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY capability: consumes: - type: http namespace: privatednsmanagementclient-virtualnetworklinks baseUri: https://management.azure.com description: Microsoft Azure PrivateDnsManagementClient — VirtualNetworkLinks business capability. Self-contained, no shared references. resources: - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/virtualNetworkLinks operations: - name: microsoftazurevirtualnetworklinkslist method: GET description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Privatednszones Privatezonename Virtualnetworklinks outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: resourceGroupName in: path type: string description: The name of the resource group. required: true - name: privateZoneName in: path type: string description: The name of the Private DNS zone (without a terminating dot). required: true - name: $top in: query type: integer description: The maximum number of virtual network links to return. If not specified, returns up to 100 virtual network links. - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/virtualNetworkLinks/{virtualNetworkLinkName} operations: - name: microsoftazurevirtualnetworklinkscreateorupdate method: PUT description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Privatednszones Privatezonename Virtualnetworklinks Virtualnetworklinkname outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: resourceGroupName in: path type: string description: The name of the resource group. required: true - name: privateZoneName in: path type: string description: The name of the Private DNS zone (without a terminating dot). required: true - name: virtualNetworkLinkName in: path type: string description: The name of the virtual network link. required: true - name: parameters in: body type: string description: Parameters supplied to the CreateOrUpdate operation. required: true - name: If-Match in: header type: string description: The ETag of the virtual network link to the Private DNS zone. Omit this value to always overwrite the current virtual network link. Specify the last-seen ETag v - name: If-None-Match in: header type: string description: Set to '*' to allow a new virtual network link to the Private DNS zone to be created, but to prevent updating an existing link. Other values will be ignored. - name: microsoftazurevirtualnetworklinksupdate method: PATCH description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Privatednszones Privatezonename Virtualnetworklinks Virtualnetworklinkname outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: resourceGroupName in: path type: string description: The name of the resource group. required: true - name: privateZoneName in: path type: string description: The name of the Private DNS zone (without a terminating dot). required: true - name: virtualNetworkLinkName in: path type: string description: The name of the virtual network link. required: true - name: parameters in: body type: string description: Parameters supplied to the Update operation. required: true - name: If-Match in: header type: string description: The ETag of the virtual network link to the Private DNS zone. Omit this value to always overwrite the current virtual network link. Specify the last-seen ETag v - name: microsoftazurevirtualnetworklinksdelete method: DELETE description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Privatednszones Privatezonename Virtualnetworklinks Virtualnetworklinkname outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: resourceGroupName in: path type: string description: The name of the resource group. required: true - name: privateZoneName in: path type: string description: The name of the Private DNS zone (without a terminating dot). required: true - name: virtualNetworkLinkName in: path type: string description: The name of the virtual network link. required: true - name: If-Match in: header type: string description: The ETag of the virtual network link to the Private DNS zone. Omit this value to always delete the current zone. Specify the last-seen ETag value to prevent acc - name: microsoftazurevirtualnetworklinksget method: GET description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Privatednszones Privatezonename Virtualnetworklinks Virtualnetworklinkname outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: resourceGroupName in: path type: string description: The name of the resource group. required: true - name: privateZoneName in: path type: string description: The name of the Private DNS zone (without a terminating dot). required: true - name: virtualNetworkLinkName in: path type: string description: The name of the virtual network link. required: true exposes: - type: rest namespace: privatednsmanagementclient-virtualnetworklinks-rest port: 8080 description: REST adapter for Microsoft Azure PrivateDnsManagementClient — VirtualNetworkLinks. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/privatednszones/{privatezonename}/virtualnetworklinks name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof. operations: - method: GET name: microsoftazurevirtualnetworklinkslist description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Privatednszones Privatezonename Virtualnetworklinks call: privatednsmanagementclient-virtualnetworklinks.microsoftazurevirtualnetworklinkslist with: resourceGroupName: rest.resourceGroupName privateZoneName: rest.privateZoneName $top: rest.$top outputParameters: - type: object mapping: $. - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/privatednszones/{privatezonename}/virtualnetworklinks/{virtualnetworklinkname} name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof. operations: - method: PUT name: microsoftazurevirtualnetworklinkscreateorupdate description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Privatednszones Privatezonename Virtualnetworklinks Virtualnetworklinkname call: privatednsmanagementclient-virtualnetworklinks.microsoftazurevirtualnetworklinkscreateorupdate with: resourceGroupName: rest.resourceGroupName privateZoneName: rest.privateZoneName virtualNetworkLinkName: rest.virtualNetworkLinkName parameters: rest.parameters If-Match: rest.If-Match If-None-Match: rest.If-None-Match outputParameters: - type: object mapping: $. - method: PATCH name: microsoftazurevirtualnetworklinksupdate description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Privatednszones Privatezonename Virtualnetworklinks Virtualnetworklinkname call: privatednsmanagementclient-virtualnetworklinks.microsoftazurevirtualnetworklinksupdate with: resourceGroupName: rest.resourceGroupName privateZoneName: rest.privateZoneName virtualNetworkLinkName: rest.virtualNetworkLinkName parameters: rest.parameters If-Match: rest.If-Match outputParameters: - type: object mapping: $. - method: DELETE name: microsoftazurevirtualnetworklinksdelete description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Privatednszones Privatezonename Virtualnetworklinks Virtualnetworklinkname call: privatednsmanagementclient-virtualnetworklinks.microsoftazurevirtualnetworklinksdelete with: resourceGroupName: rest.resourceGroupName privateZoneName: rest.privateZoneName virtualNetworkLinkName: rest.virtualNetworkLinkName If-Match: rest.If-Match outputParameters: - type: object mapping: $. - method: GET name: microsoftazurevirtualnetworklinksget description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Privatednszones Privatezonename Virtualnetworklinks Virtualnetworklinkname call: privatednsmanagementclient-virtualnetworklinks.microsoftazurevirtualnetworklinksget with: resourceGroupName: rest.resourceGroupName privateZoneName: rest.privateZoneName virtualNetworkLinkName: rest.virtualNetworkLinkName outputParameters: - type: object mapping: $. - type: mcp namespace: privatednsmanagementclient-virtualnetworklinks-mcp port: 9090 transport: http description: MCP adapter for Microsoft Azure PrivateDnsManagementClient — VirtualNetworkLinks. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: microsoft-azure-get-subscriptions-subscriptionid description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Privatednszones Privatezonename Virtualnetworklinks hints: readOnly: true destructive: false idempotent: true call: privatednsmanagementclient-virtualnetworklinks.microsoftazurevirtualnetworklinkslist with: resourceGroupName: tools.resourceGroupName privateZoneName: tools.privateZoneName $top: tools.$top outputParameters: - type: object mapping: $. - name: microsoft-azure-put-subscriptions-subscriptionid description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Privatednszones Privatezonename Virtualnetworklinks Virtualnetworklinkname hints: readOnly: false destructive: false idempotent: true call: privatednsmanagementclient-virtualnetworklinks.microsoftazurevirtualnetworklinkscreateorupdate with: resourceGroupName: tools.resourceGroupName privateZoneName: tools.privateZoneName virtualNetworkLinkName: tools.virtualNetworkLinkName parameters: tools.parameters If-Match: tools.If-Match If-None-Match: tools.If-None-Match outputParameters: - type: object mapping: $. - name: microsoft-azure-patch-subscriptions-subscriptionid description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Privatednszones Privatezonename Virtualnetworklinks Virtualnetworklinkname hints: readOnly: false destructive: false idempotent: true call: privatednsmanagementclient-virtualnetworklinks.microsoftazurevirtualnetworklinksupdate with: resourceGroupName: tools.resourceGroupName privateZoneName: tools.privateZoneName virtualNetworkLinkName: tools.virtualNetworkLinkName parameters: tools.parameters If-Match: tools.If-Match outputParameters: - type: object mapping: $. - name: microsoft-azure-delete-subscriptions-subscriptionid description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Privatednszones Privatezonename Virtualnetworklinks Virtualnetworklinkname hints: readOnly: false destructive: true idempotent: true call: privatednsmanagementclient-virtualnetworklinks.microsoftazurevirtualnetworklinksdelete with: resourceGroupName: tools.resourceGroupName privateZoneName: tools.privateZoneName virtualNetworkLinkName: tools.virtualNetworkLinkName If-Match: tools.If-Match outputParameters: - type: object mapping: $. - name: microsoft-azure-get-subscriptions-subscriptionid-2 description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Privatednszones Privatezonename Virtualnetworklinks Virtualnetworklinkname hints: readOnly: true destructive: false idempotent: true call: privatednsmanagementclient-virtualnetworklinks.microsoftazurevirtualnetworklinksget with: resourceGroupName: tools.resourceGroupName privateZoneName: tools.privateZoneName virtualNetworkLinkName: tools.virtualNetworkLinkName outputParameters: - type: object mapping: $.