From fdf8f01a22cac0cdab2e4ef20549e86b2f8820f8 Mon Sep 17 00:00:00 2001 From: begoldsm Date: Mon, 9 Jan 2017 12:07:56 -0800 Subject: [PATCH] Updating the secret operations to be deprecated (#853) These have been deprecated but the deprecated tag was not properly supported until recently. missed one deprecated tag. --- arm-datalake-analytics/catalog/2016-11-01/swagger/catalog.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arm-datalake-analytics/catalog/2016-11-01/swagger/catalog.json b/arm-datalake-analytics/catalog/2016-11-01/swagger/catalog.json index 9d7c16320f34..7be41cb9ee88 100644 --- a/arm-datalake-analytics/catalog/2016-11-01/swagger/catalog.json +++ b/arm-datalake-analytics/catalog/2016-11-01/swagger/catalog.json @@ -40,6 +40,7 @@ "tags": [ "Catalog" ], + "deprecated": true, "operationId": "Catalog_CreateSecret", "description": "Creates the specified secret for use with external data sources in the specified database. This is deprecated and will be removed in the next release. Please use CreateCredential instead.", "parameters": [ @@ -80,6 +81,7 @@ "tags": [ "Catalog" ], + "deprecated": true, "operationId": "Catalog_UpdateSecret", "description": "Modifies the specified secret for use with external data sources in the specified database. This is deprecated and will be removed in the next release. Please use UpdateCredential instead.", "parameters": [ @@ -155,6 +157,7 @@ "Catalog" ], "operationId": "Catalog_DeleteSecret", + "deprecated": true, "description": "Deletes the specified secret in the specified database. This is deprecated and will be removed in the next release. Please use DeleteCredential instead.", "parameters": [ {