You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write-Host" How was your experience using Az predictor?";
224
-
Write-Host"";
225
-
Write-Host"Run "-NoNewline; Write-Host"Open-AzSurvey"-ForegroundColor $Host.PrivateData.VerboseBackgroundColor-BackgroundColor $host.PrivateData.VerboseForegroundColor-NoNewline; Write-Host" to give us your feedback.";
Write-Host" How was your experience using the Az Predictor module?";
224
+
Write-Host"";
225
+
Write-Host"Run "-NoNewline; Write-Host"Open-AzSurvey"-ForegroundColor $Host.PrivateData.VerboseBackgroundColor-BackgroundColor $host.PrivateData.VerboseForegroundColor-NoNewline; Write-Host" to give us your feedback.";
Copy file name to clipboardExpand all lines: tools/Az.Tools.Predictor/Az.Tools.Predictor/Utilities/JsonUtilities.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ internal static class JsonUtilities
30
30
/// 2. Use string instead of number for enums.
31
31
/// 3. Use the string values (camel case) for enum.
32
32
/// 4. Use the string values for the type <see cref="System.Version"/> in the properties and <see cref="System.Collections.Generic.IDictionary<TKey, TValue>"/> keys.
0 commit comments