{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-sql-connectionpolicies","description":"Azure SQL Server API spec","version":"2014-04-01","base_url":"https://management.azure.com","endpoints":2,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Azure SQL Server API spec\n@base https://management.azure.com\n@version 2014-04-01\n@auth OAuth2\n@endpoints 2\n@toc subscriptions(2)\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/connectionPolicies/{connectionPolicyName}\n@desc Creates or updates the server's connection policy.\n@required {serverName: any # The name of the server., connectionPolicyName: any # The name of the connection policy., parameters: any # The required parameters for updating a secure connection policy.}\n@returns(200) OK\n@returns(201) Created\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/connectionPolicies/{connectionPolicyName}\n@desc Gets the server's secure connection policy.\n@required {serverName: any # The name of the server., connectionPolicyName: any # The name of the connection policy.}\n@returns(200) OK\n\n@end\n"}