From 3cb4f6ea003b3e3d573e76c244a8473e61a5128c Mon Sep 17 00:00:00 2001 From: Abdel Hermas Date: Thu, 18 Feb 2021 11:43:35 -0800 Subject: [PATCH] fix linter errors on x-ms-enum names --- .../preview/2018-11-01-preview/DataShare.json | 16 ++++++++-------- .../preview/2020-10-01-preview/DataShare.json | 16 ++++++++-------- .../stable/2019-11-01/DataShare.json | 16 ++++++++-------- .../stable/2020-09-01/DataShare.json | 16 ++++++++-------- 4 files changed, 32 insertions(+), 32 deletions(-) diff --git a/specification/datashare/resource-manager/Microsoft.DataShare/preview/2018-11-01-preview/DataShare.json b/specification/datashare/resource-manager/Microsoft.DataShare/preview/2018-11-01-preview/DataShare.json index fd95635d9e3b..eb52303f43a6 100644 --- a/specification/datashare/resource-manager/Microsoft.DataShare/preview/2018-11-01-preview/DataShare.json +++ b/specification/datashare/resource-manager/Microsoft.DataShare/preview/2018-11-01-preview/DataShare.json @@ -4408,7 +4408,7 @@ ], "type": "string", "x-ms-enum": { - "name": "kind", + "name": "dataSetKind", "modelAsString": true } } @@ -4464,7 +4464,7 @@ ], "type": "string", "x-ms-enum": { - "name": "kind", + "name": "dataSetMappingKind", "modelAsString": true } } @@ -5923,13 +5923,13 @@ "type": "object", "properties": { "kind": { - "description": "Kind of synchronization", + "description": "Kind of synchronization setting on share.", "enum": [ "ScheduleBased" ], "type": "string", "x-ms-enum": { - "name": "kind", + "name": "sourceShareSynchronizationSettingKind", "modelAsString": true } } @@ -6372,13 +6372,13 @@ ], "properties": { "kind": { - "description": "Kind of synchronization", + "description": "Kind of synchronization setting.", "enum": [ "ScheduleBased" ], "type": "string", "x-ms-enum": { - "name": "kind", + "name": "synchronizationSettingKind", "modelAsString": true } } @@ -6437,13 +6437,13 @@ ], "properties": { "kind": { - "description": "Kind of synchronization", + "description": "Kind of synchronization on trigger.", "enum": [ "ScheduleBased" ], "type": "string", "x-ms-enum": { - "name": "kind", + "name": "triggerKind", "modelAsString": true } } diff --git a/specification/datashare/resource-manager/Microsoft.DataShare/preview/2020-10-01-preview/DataShare.json b/specification/datashare/resource-manager/Microsoft.DataShare/preview/2020-10-01-preview/DataShare.json index ddaf63ccef1e..51794992a778 100644 --- a/specification/datashare/resource-manager/Microsoft.DataShare/preview/2020-10-01-preview/DataShare.json +++ b/specification/datashare/resource-manager/Microsoft.DataShare/preview/2020-10-01-preview/DataShare.json @@ -4505,7 +4505,7 @@ ], "type": "string", "x-ms-enum": { - "name": "kind", + "name": "dataSetKind", "modelAsString": true } } @@ -4563,7 +4563,7 @@ ], "type": "string", "x-ms-enum": { - "name": "kind", + "name": "dataSetMappingKind", "modelAsString": true } } @@ -6047,13 +6047,13 @@ "type": "object", "properties": { "kind": { - "description": "Kind of synchronization", + "description": "Kind of synchronization setting on share.", "enum": [ "ScheduleBased" ], "type": "string", "x-ms-enum": { - "name": "kind", + "name": "sourceShareSynchronizationSettingKind", "modelAsString": true } } @@ -6757,13 +6757,13 @@ ], "properties": { "kind": { - "description": "Kind of synchronization", + "description": "Kind of synchronization setting.", "enum": [ "ScheduleBased" ], "type": "string", "x-ms-enum": { - "name": "kind", + "name": "synchronizationSettingKind", "modelAsString": true } } @@ -6874,13 +6874,13 @@ ], "properties": { "kind": { - "description": "Kind of synchronization", + "description": "Kind of synchronization on trigger.", "enum": [ "ScheduleBased" ], "type": "string", "x-ms-enum": { - "name": "kind", + "name": "triggerKind", "modelAsString": true } } diff --git a/specification/datashare/resource-manager/Microsoft.DataShare/stable/2019-11-01/DataShare.json b/specification/datashare/resource-manager/Microsoft.DataShare/stable/2019-11-01/DataShare.json index 684afd37b74a..2ce9f9c6082b 100644 --- a/specification/datashare/resource-manager/Microsoft.DataShare/stable/2019-11-01/DataShare.json +++ b/specification/datashare/resource-manager/Microsoft.DataShare/stable/2019-11-01/DataShare.json @@ -4408,7 +4408,7 @@ ], "type": "string", "x-ms-enum": { - "name": "kind", + "name": "dataSetKind", "modelAsString": true } } @@ -4464,7 +4464,7 @@ ], "type": "string", "x-ms-enum": { - "name": "kind", + "name": "dataSetMappingKind", "modelAsString": true } } @@ -5928,13 +5928,13 @@ "type": "object", "properties": { "kind": { - "description": "Kind of synchronization", + "description": "Kind of synchronization setting on share.", "enum": [ "ScheduleBased" ], "type": "string", "x-ms-enum": { - "name": "kind", + "name": "sourceShareSynchronizationSettingKind", "modelAsString": true } } @@ -6377,13 +6377,13 @@ ], "properties": { "kind": { - "description": "Kind of synchronization", + "description": "Kind of synchronization setting.", "enum": [ "ScheduleBased" ], "type": "string", "x-ms-enum": { - "name": "kind", + "name": "synchronizationSettingKind", "modelAsString": true } } @@ -6442,13 +6442,13 @@ ], "properties": { "kind": { - "description": "Kind of synchronization", + "description": "Kind of synchronization on trigger.", "enum": [ "ScheduleBased" ], "type": "string", "x-ms-enum": { - "name": "kind", + "name": "triggerKind", "modelAsString": true } } diff --git a/specification/datashare/resource-manager/Microsoft.DataShare/stable/2020-09-01/DataShare.json b/specification/datashare/resource-manager/Microsoft.DataShare/stable/2020-09-01/DataShare.json index d7d7b8360b15..906849a87a0b 100644 --- a/specification/datashare/resource-manager/Microsoft.DataShare/stable/2020-09-01/DataShare.json +++ b/specification/datashare/resource-manager/Microsoft.DataShare/stable/2020-09-01/DataShare.json @@ -4497,7 +4497,7 @@ ], "type": "string", "x-ms-enum": { - "name": "kind", + "name": "dataSetKind", "modelAsString": true } } @@ -4554,7 +4554,7 @@ ], "type": "string", "x-ms-enum": { - "name": "kind", + "name": "dataSetMappingKind", "modelAsString": true } } @@ -6038,13 +6038,13 @@ "type": "object", "properties": { "kind": { - "description": "Kind of synchronization", + "description": "Kind of synchronization setting on share.", "enum": [ "ScheduleBased" ], "type": "string", "x-ms-enum": { - "name": "kind", + "name": "sourceShareSynchronizationSettingKind", "modelAsString": true } } @@ -6595,13 +6595,13 @@ ], "properties": { "kind": { - "description": "Kind of synchronization", + "description": "Kind of synchronization setting.", "enum": [ "ScheduleBased" ], "type": "string", "x-ms-enum": { - "name": "kind", + "name": "synchronizationSettingKind", "modelAsString": true } } @@ -6712,13 +6712,13 @@ ], "properties": { "kind": { - "description": "Kind of synchronization", + "description": "Kind of synchronization on trigger.", "enum": [ "ScheduleBased" ], "type": "string", "x-ms-enum": { - "name": "kind", + "name": "triggerKind", "modelAsString": true } }