From 5d48a7dc324dd221d5e0455e3947c5fc39084132 Mon Sep 17 00:00:00 2001 From: Navneet Singh Date: Thu, 5 Nov 2020 17:48:20 +0530 Subject: [PATCH] attributes added in LibraryInfo in BigDataPool specs (#11415) Co-authored-by: Navneet Singh --- .../preview/2019-06-01-preview/bigDataPool.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/specification/synapse/resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/bigDataPool.json b/specification/synapse/resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/bigDataPool.json index 30626cba8eaa..ddc61caf359c 100644 --- a/specification/synapse/resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/bigDataPool.json +++ b/specification/synapse/resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/bigDataPool.json @@ -545,6 +545,16 @@ "type": { "type": "string", "description": "Type of the library." + }, + "provisioningStatus": { + "readOnly": true, + "type": "string", + "description": "Provisioning status of the library/package." + }, + "creatorId": { + "readOnly": true, + "type": "string", + "description": "Creator Id of the library/package." } } },