diff --git a/kudu/package.json b/kudu/package.json index b58f35a46f..143ac9582a 100644 --- a/kudu/package.json +++ b/kudu/package.json @@ -1,7 +1,7 @@ { "name": "vscode-azurekudu", "author": "Microsoft Corporation", - "version": "0.1.3", + "version": "0.1.4", "description": "Client used to interact with Kudu.", "tags": [ "azure", diff --git a/kudu/swagger.json b/kudu/swagger.json index 2dcefb0a7f..1a896a7071 100644 --- a/kudu/swagger.json +++ b/kudu/swagger.json @@ -1121,7 +1121,7 @@ "200": { "description": "OK", "schema": { - "type": "object" + "$ref": "#/definitions/FunctionSecrets" } } } @@ -1142,7 +1142,7 @@ "200": { "description": "OK", "schema": { - "type": "object" + "$ref": "#/definitions/MasterKey" } } } @@ -1163,7 +1163,7 @@ "200": { "description": "OK", "schema": { - "type": "object" + "type": "string" } } } @@ -7090,6 +7090,25 @@ } } }, + "FunctionSecrets": { + "type": "object", + "properties": { + "key": { + "type": "string" + }, + "trigger_url": { + "type": "string" + } + } + }, + "MasterKey": { + "type": "object", + "properties": { + "masterKey": { + "type": "string" + } + } + }, "RepositoryInfo": { "type": "object", "properties": {