diff --git a/specification/purview/resource-manager/Microsoft.Purview/preview/2020-12-01-preview/examples/PrivateLinkResources_GetByGroupId.json b/specification/purview/resource-manager/Microsoft.Purview/preview/2020-12-01-preview/examples/PrivateLinkResources_GetByGroupId.json index 7b7209df41a2..3dd70b0a2b99 100644 --- a/specification/purview/resource-manager/Microsoft.Purview/preview/2020-12-01-preview/examples/PrivateLinkResources_GetByGroupId.json +++ b/specification/purview/resource-manager/Microsoft.Purview/preview/2020-12-01-preview/examples/PrivateLinkResources_GetByGroupId.json @@ -21,8 +21,12 @@ "type": "Microsoft.Purview/accounts/privateLinkResources", "properties": { "groupId": "group1", - "requiredMembers": ["group1"], - "requiredZoneNames": ["privatelinkzone1.service.azure.com"] + "requiredMembers": [ + "group1" + ], + "requiredZoneNames": [ + "privatelinkzone1.service.azure.com" + ] } } } diff --git a/specification/purview/resource-manager/Microsoft.Purview/preview/2020-12-01-preview/examples/PrivateLinkResources_ListByAccount.json b/specification/purview/resource-manager/Microsoft.Purview/preview/2020-12-01-preview/examples/PrivateLinkResources_ListByAccount.json index 7efe316e5e25..ac077b278138 100644 --- a/specification/purview/resource-manager/Microsoft.Purview/preview/2020-12-01-preview/examples/PrivateLinkResources_ListByAccount.json +++ b/specification/purview/resource-manager/Microsoft.Purview/preview/2020-12-01-preview/examples/PrivateLinkResources_ListByAccount.json @@ -22,8 +22,12 @@ "type": "Microsoft.Purview/accounts/privateLinkResources", "properties": { "groupId": "account1", - "requiredMembers": ["account1"], - "requiredZoneNames": ["privatelinkzone1.service.azure.com"] + "requiredMembers": [ + "account1" + ], + "requiredZoneNames": [ + "privatelinkzone1.service.azure.com" + ] } }, { @@ -32,8 +36,12 @@ "type": "Microsoft.Purview/accounts/privateLinkResources", "properties": { "groupId": "account2", - "requiredMembers": ["account2"], - "requiredZoneNames": ["privatelinkzone2.service.azure.com"] + "requiredMembers": [ + "account2" + ], + "requiredZoneNames": [ + "privatelinkzone2.service.azure.com" + ] } } ] diff --git a/specification/purview/resource-manager/Microsoft.Purview/preview/2020-12-01-preview/purview.json b/specification/purview/resource-manager/Microsoft.Purview/preview/2020-12-01-preview/purview.json index 6ef086f60699..a3a4d4fc9cc2 100644 --- a/specification/purview/resource-manager/Microsoft.Purview/preview/2020-12-01-preview/purview.json +++ b/specification/purview/resource-manager/Microsoft.Purview/preview/2020-12-01-preview/purview.json @@ -1881,4 +1881,4 @@ } ], "tags": [] -} \ No newline at end of file +}