{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-azsadmin-directorytenant","description":"SubscriptionsManagementClient","version":"2015-11-01","base_url":"https://management.azure.com","endpoints":4,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api SubscriptionsManagementClient\n@base https://management.azure.com\n@version 2015-11-01\n@auth OAuth2\n@endpoints 4\n@toc subscriptions(4)\n\n@endpoint GET /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Subscriptions.Admin/directoryTenants\n@desc Lists all the directory tenants under the current subscription and given resource group name.\n@returns(200) OK\n\n@endpoint GET /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Subscriptions.Admin/directoryTenants/{tenant}\n@desc Get a directory tenant by name.\n@required {tenant: any # Directory tenant name.}\n@returns(200) OK\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Subscriptions.Admin/directoryTenants/{tenant}\n@desc Delete a directory tenant under a resource group.\n@required {tenant: any # Directory tenant name.}\n@returns(200) OK\n@returns(204) No Content\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Subscriptions.Admin/directoryTenants/{tenant}\n@desc Create or updates a directory tenant.\n@required {tenant: any # Directory tenant name., tenantDefinition: map # New directory tenant properties.}\n@returns(200) OK\n@returns(201) Created\n\n@end\n"}