{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-customproviders","description":"customproviders","version":"2018-09-01-preview","base_url":"https://management.azure.com","endpoints":11,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api customproviders\n@base https://management.azure.com\n@version 2018-09-01-preview\n@auth OAuth2\n@common_fields {api-version: any # The API version to be used with the HTTP request.}\n@endpoints 11\n@toc providers(1), subscriptions(6), {scope}(4)\n\n@group providers\n@endpoint GET /providers/Microsoft.CustomProviders/operations\n@desc The list of operations provided by Microsoft CustomProviders.\n@returns(200) Describe the result of a successful operation.\n\n@endgroup\n\n@group subscriptions\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomProviders/resourceProviders/{resourceProviderName}\n@desc Creates or updates the custom resource provider.\n@required {subscriptionId: any # The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000), resourceGroupName: any # The name of the resource group., resourceProviderName: any # The name of the resource provider., resourceProvider: any # The parameters required to create or update a custom resource provider definition.}\n@returns(200) OK response definition. Resource already exists and the changes have been accepted\n@returns(201) Created response definition. Resource has been created\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomProviders/resourceProviders/{resourceProviderName}\n@desc Deletes the custom resource provider.\n@required {subscriptionId: any # The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000), resourceGroupName: any # The name of the resource group., resourceProviderName: any # The name of the resource provider.}\n@returns(200) OK resource deleted\n@returns(202) OK resource delete has been accepted.\n@returns(204) OK resource was not found.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomProviders/resourceProviders/{resourceProviderName}\n@desc Gets the custom resource provider manifest.\n@required {subscriptionId: any # The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000), resourceGroupName: any # The name of the resource group., resourceProviderName: any # The name of the resource provider.}\n@returns(200) OK response definition with the existing resource.\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomProviders/resourceProviders/{resourceProviderName}\n@desc Updates an existing custom resource provider. The only value that can be updated via PATCH currently is the tags.\n@required {subscriptionId: any # The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000), resourceGroupName: any # The name of the resource group., resourceProviderName: any # The name of the resource provider., patchableResource: any # The updatable fields of a custom resource provider.}\n@returns(200) OK response. The resource has been updated.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomProviders/resourceProviders\n@desc Gets all the custom resource providers within a resource group.\n@required {subscriptionId: any # The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000), resourceGroupName: any # The name of the resource group.}\n@returns(200) OK - Returns an array of custom resource providers.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.CustomProviders/resourceProviders\n@desc Gets all the custom resource providers within a subscription.\n@required {subscriptionId: any # The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)}\n@returns(200) OK - Returns an array of custom resource providers.\n\n@endgroup\n\n@group {scope}\n@endpoint PUT /{scope}/providers/Microsoft.CustomProviders/associations/{associationName}\n@desc Create or update an association.\n@required {scope: any # The scope of the association. The scope can be any valid REST resource instance. For example, use '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/Microsoft.Compute/virtualMachines/{vm-name}' for a virtual machine resource., associationName: any # The name of the association., association: any # The parameters required to create or update an association.}\n@returns(200) OK. Association already exists and the changes have been accepted.\n@returns(201) Created. Association has been created.\n\n@endpoint DELETE /{scope}/providers/Microsoft.CustomProviders/associations/{associationName}\n@desc Delete an association.\n@required {scope: any # The scope of the association., associationName: any # The name of the association.}\n@returns(200) OK. Association deleted.\n@returns(202) Accepted. Association delete has been accepted.\n@returns(204) No Content. Association was not found.\n\n@endpoint GET /{scope}/providers/Microsoft.CustomProviders/associations/{associationName}\n@desc Get an association.\n@required {scope: any # The scope of the association., associationName: any # The name of the association.}\n@returns(200) OK. Returns association.\n\n@endpoint GET /{scope}/providers/Microsoft.CustomProviders/associations\n@desc Gets all association for the given scope.\n@required {scope: any # The scope of the association.}\n@returns(200) OK. Returns all associations for the given scope.\n\n@endgroup\n\n@end\n"}