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
<maml:para>Gets the operations associated with a Resource Provider</maml:para>
3578
+
<maml:para>Gets the operations associated with a Resource Provider (RP) for Azure Resource Manager (ARM). You can use the Get-AzureProvider command to list out the ARM Resource Providers that are available. By default, this command retrieves Resource Provider log entries for the last hour, however you can specify custom start and end times to get log entries from a specific time period.</maml:para>
3579
3579
</maml:description>
3580
3580
<maml:copyright>
3581
3581
<maml:para />
@@ -3593,51 +3593,50 @@ The value must be earlier than StartTime, but not more than 15 days.</maml:para>
<maml:para>Specifies a filter by ResourceProvider. This parameter is mandatory.</maml:para>
3596
+
<maml:para>Specifies a filter by ResourceProvider. This parameter is mandatory. To discover a list of Resource Providers, use the Get-AzureProvider command.</maml:para>
<maml:para>Specifies the end time of the query in local time. This parameter is optional. The default is the current time.
3612
-
The value must be earlier than StartTime, but not more than 15 days.</maml:para>
3611
+
<maml:para>A System.DateTime instance that specifies the timestamp (in Local Time) of the latest log entry to retrieve. This parameter is optional. The default value of this parameter is the current time. The EndTime parameter value must be later than the StartTime, but not by more than fifteen (15) days.</maml:para>
<maml:para>Specifies a filter by status. This parameter is optional. The fault is an empty string (i.e. no filter)</maml:para>
3618
+
<maml:para>Specifies a filter by status. This parameter is optional. The default value is an empty string, which will not perform any filtering.</maml:para>
<maml:para>If present it indicates that the output will be detailed. This parameter is optional. The default is no (i.e. summarized output.)</maml:para>
3632
+
<maml:para>If present it indicates that the output will be detailed. This parameter is optional. The default is $false, which results in summarized output.</maml:para>
0 commit comments