Skip to content

Update Microsoft.Azure.Commands.Insights.dll-Help.xml #749

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 14, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><helpItems schema="maml">
<?xml version="1.0" encoding="utf-8"?><helpItems schema="maml">
<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">
<!--Generated by PS Cmdlet Help Editor-->
<command:details>
Expand Down Expand Up @@ -3575,7 +3575,7 @@ The value must be earlier than StartTime, but not more than 15 days.</maml:para>
<command:details>
<command:name>Get-AzureResourceProviderLog</command:name>
<maml:description>
<maml:para>Gets the operations associated with a Resource Provider</maml:para>
<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>
</maml:description>
<maml:copyright>
<maml:para />
Expand All @@ -3593,51 +3593,50 @@ The value must be earlier than StartTime, but not more than 15 days.</maml:para>
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="0">
<maml:name>ResourceProvider</maml:name>
<maml:description>
<maml:para>Specifies a filter by ResourceProvider. This parameter is mandatory.</maml:para>
<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:description>
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
</command:parameter>
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
<maml:name>StartTime</maml:name>
<maml:description>
<maml:para>Specifies the start time of the query in local time. This parameter is optional.
<maml:para>A System.DateTime instance that specifies the timestamp (in local time) of the earliest log entry to retrieve. This parameter is optional.
The default is EndTime minus one hour.</maml:para>
</maml:description>
<command:parameterValue required="true" variableLength="true">Nullable`1[DateTime]</command:parameterValue>
</command:parameter>
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
<maml:name>EndTime</maml:name>
<maml:description>
<maml:para>Specifies the end time of the query in local time. This parameter is optional. The default is the current time.
The value must be earlier than StartTime, but not more than 15 days.</maml:para>
<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:description>
<command:parameterValue required="true" variableLength="true">Nullable`1[DateTime]</command:parameterValue>
</command:parameter>
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
<maml:name>Status</maml:name>
<maml:description>
<maml:para>Specifies a filter by status. This parameter is optional. The fault is an empty string (i.e. no filter)</maml:para>
<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:description>
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
</command:parameter>
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
<maml:name>Caller</maml:name>
<maml:description>
<maml:para>Specifies a filter by caller. This parameter is optional. The fault is an empty string (i.e. no filter)</maml:para>
<maml:para>Specifies a filter by caller. This parameter is optional. The default value is an empty string (i.e. no filter)</maml:para>
</maml:description>
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
</command:parameter>
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
<maml:name>DetailedOutput</maml:name>
<maml:description>
<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>
<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>
</maml:description>
<command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
</command:parameter>
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Profile</maml:name>
<maml:description>
<maml:para>In-memory profile (AzureProfile).</maml:para>
<maml:para>In-memory profile (AzureProfile). You can create an Azure Profile by using the New-AzureProfile command.</maml:para>
</maml:description>
<command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
</command:parameter>
Expand Down Expand Up @@ -6216,4 +6215,4 @@ Microsoft.Azure.Management.Insights.Models.MetricTrigger Microsoft.Azure.Mana
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
</helpItems>
</helpItems>