From 5362f484d797180a3a1924aa4fda7a6f1b06d4da Mon Sep 17 00:00:00 2001 From: Jeanine Burke Date: Thu, 14 Mar 2019 14:08:28 -0700 Subject: [PATCH 1/3] add name and version to webhook list-events schema --- .../stable/2017-10-01/containerregistry.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2017-10-01/containerregistry.json b/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2017-10-01/containerregistry.json index 7052e5113ebb..bce3155bb644 100644 --- a/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2017-10-01/containerregistry.json +++ b/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2017-10-01/containerregistry.json @@ -2358,6 +2358,14 @@ "tag": { "description": "The tag name.", "type": "string" + }, + "name": { + "description": "The name of the artifact.", + "type": "string" + }, + "version": { + "description": "The version of the artifact.", + "type": "string" } } }, From b03b9c10a46e09a4b50d90f1415e90b92c3f5be4 Mon Sep 17 00:00:00 2001 From: Jeanine Burke Date: Thu, 14 Mar 2019 14:52:15 -0700 Subject: [PATCH 2/3] trigger new azure-sdk-for-net build From 76f9b6a005bda5aea077ce8ddf35613831c95ecf Mon Sep 17 00:00:00 2001 From: Jeanine Burke Date: Mon, 18 Mar 2019 09:45:52 -0700 Subject: [PATCH 3/3] trigger new azure-sdk-for-net build