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
#set start time to current time (if not entered) and convert to epoch time
1961
+
if ($null-eq$startTime)
1962
+
{
1963
+
if ($metricDetails.availabilities.Count-gt1) {
1964
+
#some of the metrics have multiple availabilities defined
1965
+
#caller needs to specify metric history start time explicitly through the input parameters in this case
1966
+
throw"Multiple granularities and history time ranges are available for the metric $($metricDetails.name). Specify the desired start time explicitly, and re-run the command."
Copy file name to clipboardExpand all lines: README.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,26 @@
68
68
<ul><li>W is iterated for large updates</li><li>X is iterated for new cmdlets/significant enhancements</li><li>Y is iterated for new functions to existing cmdlets</li><li>Z is iterated for bug fixes</li></ul>
69
69
<!-- /wp:list -->
70
70
71
+
<!-- wp:heading -->
72
+
<h2>Latest version 1.4.4.3 (July 21st, 2022)</h2>
73
+
<!-- /wp:heading -->
74
+
75
+
<!-- wp:paragraph -->
76
+
<p>See version details:<ahref="https://github.com/PureStorage-OpenConnect/PureStorage.Pure1/issues/52"> https://github.com/PureStorage-OpenConnect/PureStorage.Pure1/issues/52</a></p>
77
+
<!-- /wp:paragraph -->
78
+
79
+
<!-- wp:paragraph -->
80
+
<p><strong>New features:</strong></p>
81
+
<!-- /wp:paragraph -->
82
+
83
+
<!-- wp:paragraph -->
84
+
<p><strong>Bug Fixes:</strong></p>
85
+
<!-- /wp:paragraph -->
86
+
87
+
<!-- wp:list -->
88
+
<ul><li>Enhanced handling of metrics with multiple availabilities by the Get-PureOneMetric command</li></ul>
0 commit comments