Skip to content

Commit

Permalink
Updating the secret operations to be deprecated (Azure#853)
Browse files Browse the repository at this point in the history
These have been deprecated but the deprecated tag was not properly
supported until recently.

missed one deprecated tag.
  • Loading branch information
begoldsm authored and amarzavery committed Jan 9, 2017
1 parent 4d7108c commit fdf8f01
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -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": [
{
Expand Down

0 comments on commit fdf8f01

Please sign in to comment.