Skip to content

Commit e2b819d

Browse files
committed
Merge pull request Azure#749 from pcgeek86/Update-Help2
Update Microsoft.Azure.Commands.Insights.dll-Help.xml
2 parents ed87403 + 94f4e48 commit e2b819d

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

src/ResourceManager/Insights/Commands.Insights/Microsoft.Azure.Commands.Insights.dll-Help.xml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?><helpItems schema="maml">
1+
<?xml version="1.0" encoding="utf-8"?><helpItems schema="maml">
22
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
33
<!--Generated by PS Cmdlet Help Editor-->
44
<command:details>
@@ -3575,7 +3575,7 @@ The value must be earlier than StartTime, but not more than 15 days.</maml:para>
35753575
<command:details>
35763576
<command:name>Get-AzureResourceProviderLog</command:name>
35773577
<maml:description>
3578-
<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>
35793579
</maml:description>
35803580
<maml:copyright>
35813581
<maml:para />
@@ -3593,51 +3593,50 @@ The value must be earlier than StartTime, but not more than 15 days.</maml:para>
35933593
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="0">
35943594
<maml:name>ResourceProvider</maml:name>
35953595
<maml:description>
3596-
<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>
35973597
</maml:description>
35983598
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
35993599
</command:parameter>
36003600
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
36013601
<maml:name>StartTime</maml:name>
36023602
<maml:description>
3603-
<maml:para>Specifies the start time of the query in local time. This parameter is optional.
3603+
<maml:para>A System.DateTime instance that specifies the timestamp (in local time) of the earliest log entry to retrieve. This parameter is optional.
36043604
The default is EndTime minus one hour.</maml:para>
36053605
</maml:description>
36063606
<command:parameterValue required="true" variableLength="true">Nullable`1[DateTime]</command:parameterValue>
36073607
</command:parameter>
36083608
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
36093609
<maml:name>EndTime</maml:name>
36103610
<maml:description>
3611-
<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>
36133612
</maml:description>
36143613
<command:parameterValue required="true" variableLength="true">Nullable`1[DateTime]</command:parameterValue>
36153614
</command:parameter>
36163615
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
36173616
<maml:name>Status</maml:name>
36183617
<maml:description>
3619-
<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>
36203619
</maml:description>
36213620
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
36223621
</command:parameter>
36233622
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
36243623
<maml:name>Caller</maml:name>
36253624
<maml:description>
3626-
<maml:para>Specifies a filter by caller. This parameter is optional. The fault is an empty string (i.e. no filter)</maml:para>
3625+
<maml:para>Specifies a filter by caller. This parameter is optional. The default value is an empty string (i.e. no filter)</maml:para>
36273626
</maml:description>
36283627
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
36293628
</command:parameter>
36303629
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
36313630
<maml:name>DetailedOutput</maml:name>
36323631
<maml:description>
3633-
<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>
36343633
</maml:description>
36353634
<command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
36363635
</command:parameter>
36373636
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
36383637
<maml:name>Profile</maml:name>
36393638
<maml:description>
3640-
<maml:para>In-memory profile (AzureProfile).</maml:para>
3639+
<maml:para>In-memory profile (AzureProfile). You can create an Azure Profile by using the New-AzureProfile command.</maml:para>
36413640
</maml:description>
36423641
<command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
36433642
</command:parameter>
@@ -6216,4 +6215,4 @@ Microsoft.Azure.Management.Insights.Models.MetricTrigger Microsoft.Azure.Mana
62166215
</maml:navigationLink>
62176216
</maml:relatedLinks>
62186217
</command:command>
6219-
</helpItems>
6218+
</helpItems>

0 commit comments

Comments
 (0)