We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 335f705 commit db2c520Copy full SHA for db2c520
src/ServiceManagement/Compute/Commands.ServiceManagement.Preview/Automation/RunCodeGeneration.ps1
@@ -61,15 +61,16 @@ param(
61
[string[]]$operationNameFilter = $null
62
)
63
64
+$VerbosePreference='Continue';
65
+$ErrorActionPreference = "Stop";
66
+
67
$NEW_LINE = "`r`n";
68
$BAR_LINE = "=============================================";
69
$SEC_LINE = "---------------------------------------------";
70
$verbs_common_new = "VerbsCommon.New";
71
$verbs_lifecycle_invoke = "VerbsLifecycle.Invoke";
72
$client_model_namespace = $client_library_namespace + '.Models';
73
-#$verbosePreference='Continue';
-
74
$common_verb_mapping =
75
@{
76
"CreateOrUpdate" = "New";
0 commit comments