{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-azsadmin-productsecret","description":"DeploymentAdminClient","version":"2019-01-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 DeploymentAdminClient\n@base https://management.azure.com\n@version 2019-01-01\n@auth OAuth2\n@endpoints 4\n@toc subscriptions(4)\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Deployment.Admin/locations/global/productPackages/{packageId}/secrets\n@desc Returns an array of product secrets.\n@returns(200) OK\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Deployment.Admin/locations/global/productPackages/{packageId}/secrets/{secretName}\n@desc Returns the specific product secret.\n@required {secretName: any # The secret name.}\n@returns(200) OK\n\n@endpoint POST /subscriptions/{subscriptionId}/providers/Microsoft.Deployment.Admin/locations/global/productPackages/{packageId}/secrets/{secretName}/import\n@desc Imports a product secret.\n@required {secretName: any # The secret name., secretParameters: map # The parameters required for creating/updating a product secret.}\n@returns(200) Accepted\n\n@endpoint POST /subscriptions/{subscriptionId}/providers/Microsoft.Deployment.Admin/locations/global/productPackages/{packageId}/secrets/{secretName}/validate\n@desc Validates a product secret.\n@required {secretName: any # The secret name., secretParameters: map # The parameters required for creating/updating a product secret.}\n@returns(200) Accepted\n\n@end\n"}