naftiko: 1.0.0-alpha2 info: label: Microsoft Azure BatchManagementClient — Certificate description: 'Microsoft Azure BatchManagementClient — Certificate. 6 operations. Lead operation: Microsoft Azure Lists All Of The Certificates In The Specified Account. Self-contained Naftiko capability covering one Microsoft Azure business surface.' tags: - Microsoft Azure - Certificate 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: batchmanagementclient-certificate baseUri: https://management.azure.com description: Microsoft Azure BatchManagementClient — Certificate business capability. Self-contained, no shared references. resources: - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/certificates operations: - name: microsoftazurecertificatelistbybatchaccount method: GET description: Microsoft Azure Lists All Of The Certificates In The Specified Account outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: maxresults in: query type: integer description: The maximum number of items to return in the response. - name: $select in: query type: string description: Comma separated list of properties that should be returned. e.g. "properties/provisioningState". Only top level properties under properties/ are valid for selec - name: $filter in: query type: string description: OData filter expression. Valid properties for filtering are "properties/provisioningState", "properties/provisioningStateTransitionTime", "name". - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/certificates/{certificateName} operations: - name: microsoftazurecertificatecreate method: PUT description: Microsoft Azure Creates A New Certificate Inside The Specified Account outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: parameters in: body type: string description: Additional parameters for certificate creation. required: true - name: If-Match in: header type: string description: The entity state (ETag) version of the certificate to update. A value of "*" can be used to apply the operation only if the certificate already exists. If omitt - name: If-None-Match in: header type: string description: Set to '*' to allow a new certificate to be created, but to prevent updating an existing certificate. Other values will be ignored. - name: microsoftazurecertificateupdate method: PATCH description: Microsoft Azure Updates The Properties Of An Existing Certificate outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: parameters in: body type: string description: Certificate entity to update. required: true - name: If-Match in: header type: string description: The entity state (ETag) version of the certificate to update. This value can be omitted or set to "*" to apply the operation unconditionally. - name: microsoftazurecertificatedelete method: DELETE description: Microsoft Azure Deletes The Specified Certificate outputRawFormat: json outputParameters: - name: result type: object value: $. - name: microsoftazurecertificateget method: GET description: Microsoft Azure Gets Information About The Specified Certificate outputRawFormat: json outputParameters: - name: result type: object value: $. - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/certificates/{certificateName}/cancelDelete operations: - name: microsoftazurecertificatecanceldeletion method: POST description: Microsoft Azure Cancels A Failed Deletion Of A Certificate From The Specified Account outputRawFormat: json outputParameters: - name: result type: object value: $. exposes: - type: rest namespace: batchmanagementclient-certificate-rest port: 8080 description: REST adapter for Microsoft Azure BatchManagementClient — Certificate. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-batch/batchaccounts/{accountname}/certificates name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof. operations: - method: GET name: microsoftazurecertificatelistbybatchaccount description: Microsoft Azure Lists All Of The Certificates In The Specified Account call: batchmanagementclient-certificate.microsoftazurecertificatelistbybatchaccount with: maxresults: rest.maxresults $select: rest.$select $filter: rest.$filter outputParameters: - type: object mapping: $. - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-batch/batchaccounts/{accountname}/certificates/{certificatename} name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof. operations: - method: PUT name: microsoftazurecertificatecreate description: Microsoft Azure Creates A New Certificate Inside The Specified Account call: batchmanagementclient-certificate.microsoftazurecertificatecreate with: parameters: rest.parameters If-Match: rest.If-Match If-None-Match: rest.If-None-Match outputParameters: - type: object mapping: $. - method: PATCH name: microsoftazurecertificateupdate description: Microsoft Azure Updates The Properties Of An Existing Certificate call: batchmanagementclient-certificate.microsoftazurecertificateupdate with: parameters: rest.parameters If-Match: rest.If-Match outputParameters: - type: object mapping: $. - method: DELETE name: microsoftazurecertificatedelete description: Microsoft Azure Deletes The Specified Certificate call: batchmanagementclient-certificate.microsoftazurecertificatedelete outputParameters: - type: object mapping: $. - method: GET name: microsoftazurecertificateget description: Microsoft Azure Gets Information About The Specified Certificate call: batchmanagementclient-certificate.microsoftazurecertificateget outputParameters: - type: object mapping: $. - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-batch/batchaccounts/{accountname}/certificates/{certificatename}/canceldelete name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof. operations: - method: POST name: microsoftazurecertificatecanceldeletion description: Microsoft Azure Cancels A Failed Deletion Of A Certificate From The Specified Account call: batchmanagementclient-certificate.microsoftazurecertificatecanceldeletion outputParameters: - type: object mapping: $. - type: mcp namespace: batchmanagementclient-certificate-mcp port: 9090 transport: http description: MCP adapter for Microsoft Azure BatchManagementClient — Certificate. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: microsoft-azure-lists-all-certificates description: Microsoft Azure Lists All Of The Certificates In The Specified Account hints: readOnly: true destructive: false idempotent: true call: batchmanagementclient-certificate.microsoftazurecertificatelistbybatchaccount with: maxresults: tools.maxresults $select: tools.$select $filter: tools.$filter outputParameters: - type: object mapping: $. - name: microsoft-azure-creates-new-certificate description: Microsoft Azure Creates A New Certificate Inside The Specified Account hints: readOnly: false destructive: false idempotent: true call: batchmanagementclient-certificate.microsoftazurecertificatecreate with: parameters: tools.parameters If-Match: tools.If-Match If-None-Match: tools.If-None-Match outputParameters: - type: object mapping: $. - name: microsoft-azure-updates-properties-existing description: Microsoft Azure Updates The Properties Of An Existing Certificate hints: readOnly: false destructive: false idempotent: true call: batchmanagementclient-certificate.microsoftazurecertificateupdate with: parameters: tools.parameters If-Match: tools.If-Match outputParameters: - type: object mapping: $. - name: microsoft-azure-deletes-specified-certificate description: Microsoft Azure Deletes The Specified Certificate hints: readOnly: false destructive: true idempotent: true call: batchmanagementclient-certificate.microsoftazurecertificatedelete outputParameters: - type: object mapping: $. - name: microsoft-azure-gets-information-about description: Microsoft Azure Gets Information About The Specified Certificate hints: readOnly: true destructive: false idempotent: true call: batchmanagementclient-certificate.microsoftazurecertificateget outputParameters: - type: object mapping: $. - name: microsoft-azure-cancels-failed-deletion description: Microsoft Azure Cancels A Failed Deletion Of A Certificate From The Specified Account hints: readOnly: false destructive: false idempotent: false call: batchmanagementclient-certificate.microsoftazurecertificatecanceldeletion outputParameters: - type: object mapping: $.