Skip to content

Commit d415df0

Browse files
committed
Remove redundant test checking for removed parameter, reserialize more cmdlets
1 parent b737337 commit d415df0

11 files changed

+6594
-2581
lines changed

tools/StaticAnalysis/Program.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ public class Program
2828
{
2929
static readonly IList<IStaticAnalyzer> Analyzers = new List<IStaticAnalyzer>()
3030
{
31-
//new HelpAnalyzer.HelpAnalyzer(),
32-
//new DependencyAnalyzer.DependencyAnalyzer(),
33-
//new SignatureVerifier.SignatureVerifier(),
31+
new HelpAnalyzer.HelpAnalyzer(),
32+
new DependencyAnalyzer.DependencyAnalyzer(),
33+
new SignatureVerifier.SignatureVerifier(),
3434
new BreakingChangeAnalyzer.BreakingChangeAnalyzer()
3535
};
3636

tools/StaticAnalysis/SerializedCmdlets/Microsoft.Azure.Commands.AnalysisServices.Dataplane.dll.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"Type": {
1515
"Namespace": "Microsoft.Azure.Commands.AnalysisServices.Dataplane",
1616
"Name": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureProfile",
17-
"AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureProfile, Microsoft.Azure.Commands.AnalysisServices.Dataplane, Version=0.3.1.0, Culture=neutral, PublicKeyToken=null",
17+
"AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureProfile, Microsoft.Azure.Commands.AnalysisServices.Dataplane, Version=0.4.0.0, Culture=neutral, PublicKeyToken=null",
1818
"Properties": {
1919
"Context": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureContext",
2020
"Environments": "System.Collections.Hashtable"
@@ -346,7 +346,7 @@
346346
"Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureContext": {
347347
"Namespace": "Microsoft.Azure.Commands.AnalysisServices.Dataplane",
348348
"Name": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureContext",
349-
"AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureContext, Microsoft.Azure.Commands.AnalysisServices.Dataplane, Version=0.3.1.0, Culture=neutral, PublicKeyToken=null",
349+
"AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureContext, Microsoft.Azure.Commands.AnalysisServices.Dataplane, Version=0.4.0.0, Culture=neutral, PublicKeyToken=null",
350350
"Properties": {
351351
"Account": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureAccount",
352352
"Environment": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureEnvironment",
@@ -358,7 +358,7 @@
358358
"Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureAccount": {
359359
"Namespace": "Microsoft.Azure.Commands.AnalysisServices.Dataplane",
360360
"Name": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureAccount",
361-
"AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureAccount, Microsoft.Azure.Commands.AnalysisServices.Dataplane, Version=0.3.1.0, Culture=neutral, PublicKeyToken=null",
361+
"AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureAccount, Microsoft.Azure.Commands.AnalysisServices.Dataplane, Version=0.4.0.0, Culture=neutral, PublicKeyToken=null",
362362
"Properties": {
363363
"Id": "System.String",
364364
"UniqueId": "System.String",
@@ -370,7 +370,7 @@
370370
"Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureEnvironment": {
371371
"Namespace": "Microsoft.Azure.Commands.AnalysisServices.Dataplane",
372372
"Name": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureEnvironment",
373-
"AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureEnvironment, Microsoft.Azure.Commands.AnalysisServices.Dataplane, Version=0.3.1.0, Culture=neutral, PublicKeyToken=null",
373+
"AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureEnvironment, Microsoft.Azure.Commands.AnalysisServices.Dataplane, Version=0.4.0.0, Culture=neutral, PublicKeyToken=null",
374374
"Properties": {
375375
"Endpoints": "System.Collections.Hashtable",
376376
"Name": "System.String"

tools/StaticAnalysis/SerializedCmdlets/Microsoft.Azure.Commands.Compute.dll.json

Lines changed: 471 additions & 19 deletions
Large diffs are not rendered by default.

tools/StaticAnalysis/SerializedCmdlets/Microsoft.Azure.Commands.DataLakeAnalytics.dll.json

Lines changed: 5488 additions & 2477 deletions
Large diffs are not rendered by default.

tools/StaticAnalysis/SerializedCmdlets/Microsoft.Azure.Commands.DataLakeStore.dll.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7794,6 +7794,22 @@
77947794
"ValidateRangeMin": null,
77957795
"ValidateRangeMax": null,
77967796
"ValidateNotNullOrEmpty": false
7797+
},
7798+
{
7799+
"Name": "KeyVersion",
7800+
"AliasList": [],
7801+
"Type": {
7802+
"Namespace": "System",
7803+
"Name": "System.String",
7804+
"AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
7805+
"Properties": {},
7806+
"ElementType": null,
7807+
"GenericTypeArguments": []
7808+
},
7809+
"ValidateSet": [],
7810+
"ValidateRangeMin": null,
7811+
"ValidateRangeMax": null,
7812+
"ValidateNotNullOrEmpty": false
77977813
}
77987814
],
77997815
"ParameterSets": [
@@ -7983,6 +7999,28 @@
79837999
"Position": -2147483648,
79848000
"ValueFromPipeline": false,
79858001
"ValueFromPipelineByPropertyName": true
8002+
},
8003+
{
8004+
"ParameterMetadata": {
8005+
"Name": "KeyVersion",
8006+
"AliasList": [],
8007+
"Type": {
8008+
"Namespace": "System",
8009+
"Name": "System.String",
8010+
"AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
8011+
"Properties": {},
8012+
"ElementType": null,
8013+
"GenericTypeArguments": []
8014+
},
8015+
"ValidateSet": [],
8016+
"ValidateRangeMin": null,
8017+
"ValidateRangeMax": null,
8018+
"ValidateNotNullOrEmpty": false
8019+
},
8020+
"Mandatory": false,
8021+
"Position": -2147483648,
8022+
"ValueFromPipeline": false,
8023+
"ValueFromPipelineByPropertyName": true
79868024
}
79878025
]
79888026
}

0 commit comments

Comments
 (0)