diff --git a/src/ClientRuntime/Microsoft.Rest.ClientRuntime.Azure.Authentication/project.json b/src/ClientRuntime/Microsoft.Rest.ClientRuntime.Azure.Authentication/project.json index 629fbec197a9..dfa23bf7c1a2 100644 --- a/src/ClientRuntime/Microsoft.Rest.ClientRuntime.Azure.Authentication/project.json +++ b/src/ClientRuntime/Microsoft.Rest.ClientRuntime.Azure.Authentication/project.json @@ -17,7 +17,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/src/ClientRuntime/Microsoft.Rest.ClientRuntime.Azure.Tests/project.json b/src/ClientRuntime/Microsoft.Rest.ClientRuntime.Azure.Tests/project.json index 122ae6dd931a..53627f9beb7b 100644 --- a/src/ClientRuntime/Microsoft.Rest.ClientRuntime.Azure.Tests/project.json +++ b/src/ClientRuntime/Microsoft.Rest.ClientRuntime.Azure.Tests/project.json @@ -6,7 +6,7 @@ "summary": "ClientRuntime Tests.", "tags": [ "Microsoft AutoRest ClientRuntime REST" ], "projectUrl": "https://github.com/Azure/AutoRest", - "licenseUrl": "https://raw.githubusercontent.com/Microsoft/dotnet/master/LICENSE", + "licenseUrl": "https://raw.githubusercontent.com/Microsoft/dotnet/master/LICENSE" }, "testRunner": "xunit", diff --git a/src/ClientRuntime/Microsoft.Rest.ClientRuntime.Azure/project.json b/src/ClientRuntime/Microsoft.Rest.ClientRuntime.Azure/project.json index 5a38d62a230d..4de939ef3cd8 100644 --- a/src/ClientRuntime/Microsoft.Rest.ClientRuntime.Azure/project.json +++ b/src/ClientRuntime/Microsoft.Rest.ClientRuntime.Azure/project.json @@ -17,7 +17,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/src/ClientRuntime/Microsoft.Rest.ClientRuntime.Etw/project.json b/src/ClientRuntime/Microsoft.Rest.ClientRuntime.Etw/project.json index 3f5c1404bfd9..3154026e3926 100644 --- a/src/ClientRuntime/Microsoft.Rest.ClientRuntime.Etw/project.json +++ b/src/ClientRuntime/Microsoft.Rest.ClientRuntime.Etw/project.json @@ -11,13 +11,14 @@ "projectUrl": "https://github.com/Azure/AutoRest", "licenseUrl": "https://raw.githubusercontent.com/Microsoft/dotnet/master/LICENSE", "tags": [ "Microsoft AutoRest ClientRuntime REST ETW" ], - "requireLicenseAcceptance": true, + "requireLicenseAcceptance": true }, "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/src/ClientRuntime/Microsoft.Rest.ClientRuntime.Log4Net/project.json b/src/ClientRuntime/Microsoft.Rest.ClientRuntime.Log4Net/project.json index f1ea0da8e799..8c1c28c84211 100644 --- a/src/ClientRuntime/Microsoft.Rest.ClientRuntime.Log4Net/project.json +++ b/src/ClientRuntime/Microsoft.Rest.ClientRuntime.Log4Net/project.json @@ -11,12 +11,13 @@ "projectUrl": "https://github.com/Azure/AutoRest", "licenseUrl": "https://raw.githubusercontent.com/Microsoft/dotnet/master/LICENSE", "tags": [ "Microsoft AutoRest ClientRuntime REST ETW" ], - "requireLicenseAcceptance": true, + "requireLicenseAcceptance": true }, "buildOptions": { "delaySign": true, - "keyFile": "../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/src/ClientRuntime/Microsoft.Rest.ClientRuntime/project.json b/src/ClientRuntime/Microsoft.Rest.ClientRuntime/project.json index 37220fea58ea..16b625dfc069 100644 --- a/src/ClientRuntime/Microsoft.Rest.ClientRuntime/project.json +++ b/src/ClientRuntime/Microsoft.Rest.ClientRuntime/project.json @@ -15,7 +15,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "frameworks": { diff --git a/src/KeyVault/Microsoft.Azure.KeyVault.Core/project.json b/src/KeyVault/Microsoft.Azure.KeyVault.Core/project.json index 31cebf43a7e5..314ddd0edfb2 100644 --- a/src/KeyVault/Microsoft.Azure.KeyVault.Core/project.json +++ b/src/KeyVault/Microsoft.Azure.KeyVault.Core/project.json @@ -16,7 +16,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/src/KeyVault/Microsoft.Azure.KeyVault.Cryptography/project.json b/src/KeyVault/Microsoft.Azure.KeyVault.Cryptography/project.json index 489551a786fa..920f3ff36483 100644 --- a/src/KeyVault/Microsoft.Azure.KeyVault.Cryptography/project.json +++ b/src/KeyVault/Microsoft.Azure.KeyVault.Cryptography/project.json @@ -15,7 +15,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/src/KeyVault/Microsoft.Azure.KeyVault.Extensions/project.json b/src/KeyVault/Microsoft.Azure.KeyVault.Extensions/project.json index f7ee7fab49b7..0d1039c81752 100644 --- a/src/KeyVault/Microsoft.Azure.KeyVault.Extensions/project.json +++ b/src/KeyVault/Microsoft.Azure.KeyVault.Extensions/project.json @@ -15,7 +15,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/src/KeyVault/Microsoft.Azure.KeyVault.TestFramework/project.json b/src/KeyVault/Microsoft.Azure.KeyVault.TestFramework/project.json index 53f6beb565a9..a4f50b02e348 100644 --- a/src/KeyVault/Microsoft.Azure.KeyVault.TestFramework/project.json +++ b/src/KeyVault/Microsoft.Azure.KeyVault.TestFramework/project.json @@ -7,7 +7,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/src/KeyVault/Microsoft.Azure.KeyVault.WebKey/project.json b/src/KeyVault/Microsoft.Azure.KeyVault.WebKey/project.json index aaed11053163..da9a2ebc2912 100644 --- a/src/KeyVault/Microsoft.Azure.KeyVault.WebKey/project.json +++ b/src/KeyVault/Microsoft.Azure.KeyVault.WebKey/project.json @@ -15,7 +15,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "frameworks": { "net45": { diff --git a/src/KeyVault/Microsoft.Azure.KeyVault/project.json b/src/KeyVault/Microsoft.Azure.KeyVault/project.json index 63d009e09ab5..39306a5116c3 100644 --- a/src/KeyVault/Microsoft.Azure.KeyVault/project.json +++ b/src/KeyVault/Microsoft.Azure.KeyVault/project.json @@ -17,7 +17,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/src/ResourceManagement/AnalysisServices/Microsoft.Azure.Management.Analysis/project.json b/src/ResourceManagement/AnalysisServices/Microsoft.Azure.Management.Analysis/project.json index e15819b241bc..4a9a36f314c3 100644 --- a/src/ResourceManagement/AnalysisServices/Microsoft.Azure.Management.Analysis/project.json +++ b/src/ResourceManagement/AnalysisServices/Microsoft.Azure.Management.Analysis/project.json @@ -16,7 +16,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { "Microsoft.Rest.ClientRuntime.Azure": "[3.3.5,4.0.0)", diff --git a/src/ResourceManagement/Authorization/Microsoft.Azure.Management.Authorization/project.json b/src/ResourceManagement/Authorization/Microsoft.Azure.Management.Authorization/project.json index 0aa112cc6cf4..21c2dc7928a8 100644 --- a/src/ResourceManagement/Authorization/Microsoft.Azure.Management.Authorization/project.json +++ b/src/ResourceManagement/Authorization/Microsoft.Azure.Management.Authorization/project.json @@ -16,7 +16,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/src/ResourceManagement/Batch/Microsoft.Azure.Management.Batch/project.json b/src/ResourceManagement/Batch/Microsoft.Azure.Management.Batch/project.json index dd5ecbeacfb2..1f517c46f412 100644 --- a/src/ResourceManagement/Batch/Microsoft.Azure.Management.Batch/project.json +++ b/src/ResourceManagement/Batch/Microsoft.Azure.Management.Batch/project.json @@ -17,7 +17,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/src/ResourceManagement/Billing/Microsoft.Azure.Management.Billing/project.json b/src/ResourceManagement/Billing/Microsoft.Azure.Management.Billing/project.json index fa7b1742f2be..fef1ac475e59 100644 --- a/src/ResourceManagement/Billing/Microsoft.Azure.Management.Billing/project.json +++ b/src/ResourceManagement/Billing/Microsoft.Azure.Management.Billing/project.json @@ -15,7 +15,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/src/ResourceManagement/Cdn/Microsoft.Azure.Management.Cdn/project.json b/src/ResourceManagement/Cdn/Microsoft.Azure.Management.Cdn/project.json index bc5691ce8da2..5f51323aeaf1 100644 --- a/src/ResourceManagement/Cdn/Microsoft.Azure.Management.Cdn/project.json +++ b/src/ResourceManagement/Cdn/Microsoft.Azure.Management.Cdn/project.json @@ -15,7 +15,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/src/ResourceManagement/CognitiveServices/Microsoft.Azure.Management.CognitiveServices/project.json b/src/ResourceManagement/CognitiveServices/Microsoft.Azure.Management.CognitiveServices/project.json index 874a6fc94371..7bfcb079df51 100644 --- a/src/ResourceManagement/CognitiveServices/Microsoft.Azure.Management.CognitiveServices/project.json +++ b/src/ResourceManagement/CognitiveServices/Microsoft.Azure.Management.CognitiveServices/project.json @@ -15,7 +15,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/project.json b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/project.json index 6bcf3c73503a..c9b13cad5cb2 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/project.json +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/project.json @@ -15,7 +15,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { "Microsoft.Rest.ClientRuntime.Azure": "[3.3.5,4.0.0)", diff --git a/src/ResourceManagement/ContainerRegistry/Microsoft.Azure.Management.ContainerRegistry/project.json b/src/ResourceManagement/ContainerRegistry/Microsoft.Azure.Management.ContainerRegistry/project.json index 63b04956045b..061a36d75ace 100644 --- a/src/ResourceManagement/ContainerRegistry/Microsoft.Azure.Management.ContainerRegistry/project.json +++ b/src/ResourceManagement/ContainerRegistry/Microsoft.Azure.Management.ContainerRegistry/project.json @@ -15,7 +15,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/src/ResourceManagement/CustomerInsights/Microsoft.Azure.Management.CustomerInsights/project.json b/src/ResourceManagement/CustomerInsights/Microsoft.Azure.Management.CustomerInsights/project.json index 1fe3eb632101..bf1f90d8ea10 100644 --- a/src/ResourceManagement/CustomerInsights/Microsoft.Azure.Management.CustomerInsights/project.json +++ b/src/ResourceManagement/CustomerInsights/Microsoft.Azure.Management.CustomerInsights/project.json @@ -15,7 +15,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/project.json b/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/project.json index 97572587aaf5..4f2aa50bd7f2 100644 --- a/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/project.json +++ b/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/project.json @@ -16,7 +16,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/project.json b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/project.json index 8105ae800f3d..4beccefbad1e 100644 --- a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/project.json +++ b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/project.json @@ -16,7 +16,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/src/ResourceManagement/DevTestLabs/Microsoft.Azure.Management.DevTestLabs/project.json b/src/ResourceManagement/DevTestLabs/Microsoft.Azure.Management.DevTestLabs/project.json index bc22af392bef..c1056af4e8e6 100644 --- a/src/ResourceManagement/DevTestLabs/Microsoft.Azure.Management.DevTestLabs/project.json +++ b/src/ResourceManagement/DevTestLabs/Microsoft.Azure.Management.DevTestLabs/project.json @@ -15,7 +15,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/src/ResourceManagement/Dns/Microsoft.Azure.Management.Dns/project.json b/src/ResourceManagement/Dns/Microsoft.Azure.Management.Dns/project.json index 15a4506ddfb3..6a2cc301211f 100644 --- a/src/ResourceManagement/Dns/Microsoft.Azure.Management.Dns/project.json +++ b/src/ResourceManagement/Dns/Microsoft.Azure.Management.Dns/project.json @@ -15,7 +15,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/src/ResourceManagement/EventHub/Microsoft.Azure.Management.EventHub/project.json b/src/ResourceManagement/EventHub/Microsoft.Azure.Management.EventHub/project.json index 4b1e6c5ecd97..a452b48e7514 100644 --- a/src/ResourceManagement/EventHub/Microsoft.Azure.Management.EventHub/project.json +++ b/src/ResourceManagement/EventHub/Microsoft.Azure.Management.EventHub/project.json @@ -15,7 +15,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/src/ResourceManagement/Graph.RBAC/Microsoft.Azure.Graph.RBAC/project.json b/src/ResourceManagement/Graph.RBAC/Microsoft.Azure.Graph.RBAC/project.json index 7d6b93e32e29..3e49b864547a 100644 --- a/src/ResourceManagement/Graph.RBAC/Microsoft.Azure.Graph.RBAC/project.json +++ b/src/ResourceManagement/Graph.RBAC/Microsoft.Azure.Graph.RBAC/project.json @@ -15,7 +15,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/src/ResourceManagement/Insights/Microsoft.Azure.Insights/project.json b/src/ResourceManagement/Insights/Microsoft.Azure.Insights/project.json index 2ae4868f7c7a..5b7046701c80 100644 --- a/src/ResourceManagement/Insights/Microsoft.Azure.Insights/project.json +++ b/src/ResourceManagement/Insights/Microsoft.Azure.Insights/project.json @@ -15,7 +15,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { "Microsoft.Rest.ClientRuntime.Azure": "[3.3.5,4.0.0)", diff --git a/src/ResourceManagement/IotHub/Microsoft.Azure.Management.IotHub/project.json b/src/ResourceManagement/IotHub/Microsoft.Azure.Management.IotHub/project.json index 7f162ef49e90..9d5d26acac17 100644 --- a/src/ResourceManagement/IotHub/Microsoft.Azure.Management.IotHub/project.json +++ b/src/ResourceManagement/IotHub/Microsoft.Azure.Management.IotHub/project.json @@ -16,7 +16,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/src/ResourceManagement/KeyVaultManagement/Microsoft.Azure.Management.KeyVault/project.json b/src/ResourceManagement/KeyVaultManagement/Microsoft.Azure.Management.KeyVault/project.json index 10d14eaa0a06..e3217d31f599 100644 --- a/src/ResourceManagement/KeyVaultManagement/Microsoft.Azure.Management.KeyVault/project.json +++ b/src/ResourceManagement/KeyVaultManagement/Microsoft.Azure.Management.KeyVault/project.json @@ -16,7 +16,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/src/ResourceManagement/Logic/Microsoft.Azure.Management.Logic/project.json b/src/ResourceManagement/Logic/Microsoft.Azure.Management.Logic/project.json index c7bb6520d441..b9d874621233 100644 --- a/src/ResourceManagement/Logic/Microsoft.Azure.Management.Logic/project.json +++ b/src/ResourceManagement/Logic/Microsoft.Azure.Management.Logic/project.json @@ -15,7 +15,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/src/ResourceManagement/MachineLearning/Microsoft.Azure.Management.MachineLearning/project.json b/src/ResourceManagement/MachineLearning/Microsoft.Azure.Management.MachineLearning/project.json index 5144484051e2..387e39b3d1a1 100644 --- a/src/ResourceManagement/MachineLearning/Microsoft.Azure.Management.MachineLearning/project.json +++ b/src/ResourceManagement/MachineLearning/Microsoft.Azure.Management.MachineLearning/project.json @@ -15,7 +15,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/src/ResourceManagement/Media/Microsoft.Azure.Management.Media/project.json b/src/ResourceManagement/Media/Microsoft.Azure.Management.Media/project.json index e1a6da154d42..62681c9bf28a 100644 --- a/src/ResourceManagement/Media/Microsoft.Azure.Management.Media/project.json +++ b/src/ResourceManagement/Media/Microsoft.Azure.Management.Media/project.json @@ -15,7 +15,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/src/ResourceManagement/Monitor/Microsoft.Azure.Monitor/project.json b/src/ResourceManagement/Monitor/Microsoft.Azure.Monitor/project.json index 988598f3748e..e33d04ea397a 100644 --- a/src/ResourceManagement/Monitor/Microsoft.Azure.Monitor/project.json +++ b/src/ResourceManagement/Monitor/Microsoft.Azure.Monitor/project.json @@ -15,7 +15,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { "Microsoft.Rest.ClientRuntime.Azure": "[3.3.5,4.0.0)", diff --git a/src/ResourceManagement/Network/Microsoft.Azure.Management.Network/project.json b/src/ResourceManagement/Network/Microsoft.Azure.Management.Network/project.json index d8484bf93b04..d9978de025f5 100644 --- a/src/ResourceManagement/Network/Microsoft.Azure.Management.Network/project.json +++ b/src/ResourceManagement/Network/Microsoft.Azure.Management.Network/project.json @@ -16,7 +16,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/src/ResourceManagement/NotificationHubs/Microsoft.Azure.Management.NotificationHubs/project.json b/src/ResourceManagement/NotificationHubs/Microsoft.Azure.Management.NotificationHubs/project.json index fa587b025dec..e8a94c45a52e 100644 --- a/src/ResourceManagement/NotificationHubs/Microsoft.Azure.Management.NotificationHubs/project.json +++ b/src/ResourceManagement/NotificationHubs/Microsoft.Azure.Management.NotificationHubs/project.json @@ -15,7 +15,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/src/ResourceManagement/OperationalInsights/Microsoft.Azure.Management.OperationalInsights/project.json b/src/ResourceManagement/OperationalInsights/Microsoft.Azure.Management.OperationalInsights/project.json index 0a23195c1b8c..8462501146ec 100644 --- a/src/ResourceManagement/OperationalInsights/Microsoft.Azure.Management.OperationalInsights/project.json +++ b/src/ResourceManagement/OperationalInsights/Microsoft.Azure.Management.OperationalInsights/project.json @@ -15,7 +15,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { "Microsoft.Rest.ClientRuntime.Azure": "[3.3.5,4.0.0)", diff --git a/src/ResourceManagement/OperationalInsights/OperationalInsights.Test/project.json b/src/ResourceManagement/OperationalInsights/OperationalInsights.Test/project.json index 879405fd5bf7..555206e25247 100644 --- a/src/ResourceManagement/OperationalInsights/OperationalInsights.Test/project.json +++ b/src/ResourceManagement/OperationalInsights/OperationalInsights.Test/project.json @@ -7,14 +7,15 @@ "summary": "OperationalInsights.Tests Tests.", "tags": [ "" ], "projectUrl": "", - "licenseUrl": "", + "licenseUrl": "" }, "buildOptions": { "delaySign": true, "publicSign": false, "keyFile": "../../../../tools/MSSharedLibKey.snk", - "compile": "../../../../tools/DisableTestRunParallel.cs" + "compile": "../../../../tools/DisableTestRunParallel.cs", + "xmlDoc": true }, "testRunner": "xunit", diff --git a/src/ResourceManagement/PowerBIEmbedded/Microsoft.Azure.Management.PowerBIEmbedded/project.json b/src/ResourceManagement/PowerBIEmbedded/Microsoft.Azure.Management.PowerBIEmbedded/project.json index 32e3ce3a410c..b3d25d46b8ea 100644 --- a/src/ResourceManagement/PowerBIEmbedded/Microsoft.Azure.Management.PowerBIEmbedded/project.json +++ b/src/ResourceManagement/PowerBIEmbedded/Microsoft.Azure.Management.PowerBIEmbedded/project.json @@ -21,7 +21,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/src/ResourceManagement/RecoveryServices.Backup/Microsoft.Azure.Management.RecoveryServices.Backup/project.json b/src/ResourceManagement/RecoveryServices.Backup/Microsoft.Azure.Management.RecoveryServices.Backup/project.json index 76f5e22b8a4d..7f4a5a9941da 100644 --- a/src/ResourceManagement/RecoveryServices.Backup/Microsoft.Azure.Management.RecoveryServices.Backup/project.json +++ b/src/ResourceManagement/RecoveryServices.Backup/Microsoft.Azure.Management.RecoveryServices.Backup/project.json @@ -13,7 +13,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { "Microsoft.Rest.ClientRuntime.Azure": "[3.3.5,4.0.0)", diff --git a/src/ResourceManagement/RecoveryServices/Microsoft.Azure.Management.RecoveryServices/project.json b/src/ResourceManagement/RecoveryServices/Microsoft.Azure.Management.RecoveryServices/project.json index 5f48d01fb33b..18a1294b59e3 100644 --- a/src/ResourceManagement/RecoveryServices/Microsoft.Azure.Management.RecoveryServices/project.json +++ b/src/ResourceManagement/RecoveryServices/Microsoft.Azure.Management.RecoveryServices/project.json @@ -13,7 +13,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { "Microsoft.Rest.ClientRuntime.Azure": "[3.3.5,4.0.0)", diff --git a/src/ResourceManagement/RedisCache/Microsoft.Azure.Management.Redis/project.json b/src/ResourceManagement/RedisCache/Microsoft.Azure.Management.Redis/project.json index 7d22463e03ca..4e2567ae5704 100644 --- a/src/ResourceManagement/RedisCache/Microsoft.Azure.Management.Redis/project.json +++ b/src/ResourceManagement/RedisCache/Microsoft.Azure.Management.Redis/project.json @@ -16,7 +16,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/src/ResourceManagement/Resource/Microsoft.Azure.Management.ResourceManager/project.json b/src/ResourceManagement/Resource/Microsoft.Azure.Management.ResourceManager/project.json index 94db79646572..5219e229dad1 100644 --- a/src/ResourceManagement/Resource/Microsoft.Azure.Management.ResourceManager/project.json +++ b/src/ResourceManagement/Resource/Microsoft.Azure.Management.ResourceManager/project.json @@ -15,7 +15,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/src/ResourceManagement/Scheduler/Microsoft.Azure.Management.Scheduler/project.json b/src/ResourceManagement/Scheduler/Microsoft.Azure.Management.Scheduler/project.json index 1d8b38e99b69..f268381feebc 100644 --- a/src/ResourceManagement/Scheduler/Microsoft.Azure.Management.Scheduler/project.json +++ b/src/ResourceManagement/Scheduler/Microsoft.Azure.Management.Scheduler/project.json @@ -15,7 +15,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { "Microsoft.Rest.ClientRuntime.Azure": "[3.3.5,4.0.0)", diff --git a/src/ResourceManagement/Scheduler/Scheduler.Test/project.json b/src/ResourceManagement/Scheduler/Scheduler.Test/project.json index f93873c6b6c1..6d8d0e115a91 100644 --- a/src/ResourceManagement/Scheduler/Scheduler.Test/project.json +++ b/src/ResourceManagement/Scheduler/Scheduler.Test/project.json @@ -7,14 +7,15 @@ "summary": "Scheduler.Tests Tests.", "tags": [ "" ], "projectUrl": "", - "licenseUrl": "", + "licenseUrl": "" }, "buildOptions": { "delaySign": true, "publicSign": false, "keyFile": "../../../../tools/MSSharedLibKey.snk", - "compile": "../../../../tools/DisableTestRunParallel.cs" + "compile": "../../../../tools/DisableTestRunParallel.cs", + "xmlDoc": true }, "testRunner": "xunit", diff --git a/src/ResourceManagement/ServerManagement/Microsoft.Azure.Management.ServerManagement/project.json b/src/ResourceManagement/ServerManagement/Microsoft.Azure.Management.ServerManagement/project.json index 6a654cba9ac3..c947f7495eee 100644 --- a/src/ResourceManagement/ServerManagement/Microsoft.Azure.Management.ServerManagement/project.json +++ b/src/ResourceManagement/ServerManagement/Microsoft.Azure.Management.ServerManagement/project.json @@ -15,7 +15,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { "Microsoft.Rest.ClientRuntime.Azure": "[3.3.5,4.0.0)", diff --git a/src/ResourceManagement/ServiceBus/Microsoft.Azure.Management.ServiceBus/project.json b/src/ResourceManagement/ServiceBus/Microsoft.Azure.Management.ServiceBus/project.json index e89632c977f2..34fd875992d9 100644 --- a/src/ResourceManagement/ServiceBus/Microsoft.Azure.Management.ServiceBus/project.json +++ b/src/ResourceManagement/ServiceBus/Microsoft.Azure.Management.ServiceBus/project.json @@ -15,7 +15,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/src/ResourceManagement/SqlManagement/Microsoft.Azure.Management.Sql/project.json b/src/ResourceManagement/SqlManagement/Microsoft.Azure.Management.Sql/project.json index ea76ed113cfe..6f1ab3d6bace 100644 --- a/src/ResourceManagement/SqlManagement/Microsoft.Azure.Management.Sql/project.json +++ b/src/ResourceManagement/SqlManagement/Microsoft.Azure.Management.Sql/project.json @@ -14,7 +14,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/src/ResourceManagement/TrafficManager/Microsoft.Azure.Management.TrafficManager/project.json b/src/ResourceManagement/TrafficManager/Microsoft.Azure.Management.TrafficManager/project.json index c7183cfbc6c4..42ac17b25142 100644 --- a/src/ResourceManagement/TrafficManager/Microsoft.Azure.Management.TrafficManager/project.json +++ b/src/ResourceManagement/TrafficManager/Microsoft.Azure.Management.TrafficManager/project.json @@ -15,7 +15,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/src/ResourceManagement/WebSites/Microsoft.Azure.Management.Websites/project.json b/src/ResourceManagement/WebSites/Microsoft.Azure.Management.Websites/project.json index c0ecac7b06fd..c794816a8402 100644 --- a/src/ResourceManagement/WebSites/Microsoft.Azure.Management.Websites/project.json +++ b/src/ResourceManagement/WebSites/Microsoft.Azure.Management.Websites/project.json @@ -15,7 +15,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/src/Search/Microsoft.Azure.Management.Search/project.json b/src/Search/Microsoft.Azure.Management.Search/project.json index 77bcc7c9a332..6e626b06e83c 100644 --- a/src/Search/Microsoft.Azure.Management.Search/project.json +++ b/src/Search/Microsoft.Azure.Management.Search/project.json @@ -17,7 +17,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "../../../tools/MSSharedLibKey.snk" + "keyFile": "../../../tools/MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/tools/ProjectTemplates/AutoRest-AzureDotNetSDK/project.json b/tools/ProjectTemplates/AutoRest-AzureDotNetSDK/project.json index 8eef845d816a..353f558e7671 100644 --- a/tools/ProjectTemplates/AutoRest-AzureDotNetSDK/project.json +++ b/tools/ProjectTemplates/AutoRest-AzureDotNetSDK/project.json @@ -12,7 +12,8 @@ "buildOptions": { "delaySign": true, "publicSign": false, - "keyFile": "MSSharedLibKey.snk" + "keyFile": "MSSharedLibKey.snk", + "xmlDoc": true }, "dependencies": { diff --git a/tools/ProjectTemplates/AzureDotNetSDK-TestProject/project.json b/tools/ProjectTemplates/AzureDotNetSDK-TestProject/project.json index f48ce3eeac5e..af7658014102 100644 --- a/tools/ProjectTemplates/AzureDotNetSDK-TestProject/project.json +++ b/tools/ProjectTemplates/AzureDotNetSDK-TestProject/project.json @@ -3,7 +3,8 @@ "buildOptions": { "delaySign": true, - "publicSign": false + "publicSign": false, + "xmlDoc": true }, "testRunner": "xunit",