Skip to content

Commit 37a153e

Browse files
Move Monitor to joyer/metrics-removed
1 parent 10f0278 commit 37a153e

File tree

381 files changed

+44669
-703
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

381 files changed

+44669
-703
lines changed

src/Monitor/ActionGroup.Autorest/exports/New-AzActionGroup.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
<#
1818
.Synopsis
19-
Create a new action group or Create an existing one.
19+
Create a new action group or update an existing one.
2020
.Description
21-
Create a new action group or Create an existing one.
21+
Create a new action group or update an existing one.
2222
.Example
2323
$email1 = New-AzActionGroupEmailReceiverObject -EmailAddress [email protected] -Name user1
2424
$sms1 = New-AzActionGroupSmsReceiverObject -CountryCode '{countrycode}' -Name user2 -PhoneNumber '{phonenumber}'

src/Monitor/ActionGroup.Autorest/exports/ProxyCmdletDefinitions.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -447,9 +447,9 @@ end {
447447

448448
<#
449449
.Synopsis
450-
Create a new action group or Create an existing one.
450+
Create a new action group or update an existing one.
451451
.Description
452-
Create a new action group or Create an existing one.
452+
Create a new action group or update an existing one.
453453
.Example
454454
$email1 = New-AzActionGroupEmailReceiverObject -EmailAddress [email protected] -Name user1
455455
$sms1 = New-AzActionGroupSmsReceiverObject -CountryCode '{countrycode}' -Name user2 -PhoneNumber '{phonenumber}'
@@ -1056,9 +1056,9 @@ end {
10561056

10571057
<#
10581058
.Synopsis
1059-
Update a new action group or Update an existing one.
1059+
Update a new action group or update an existing one.
10601060
.Description
1061-
Update a new action group or Update an existing one.
1061+
Update a new action group or update an existing one.
10621062
.Example
10631063
$enventhub = New-AzActionGroupEventHubReceiverObject -EventHubName "testEventHub" -EventHubNameSpace "actiongrouptest" -Name "sample eventhub" -SubscriptionId '{subid}'
10641064
Update-AzActionGroup -Name actiongroup1 -ResourceGroupName monitor-action -EventHubReceiver $enventhub

src/Monitor/ActionGroup.Autorest/exports/Update-AzActionGroup.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
<#
1818
.Synopsis
19-
Update a new action group or Update an existing one.
19+
Update a new action group or update an existing one.
2020
.Description
21-
Update a new action group or Update an existing one.
21+
Update a new action group or update an existing one.
2222
.Example
2323
$enventhub = New-AzActionGroupEventHubReceiverObject -EventHubName "testEventHub" -EventHubNameSpace "actiongrouptest" -Name "sample eventhub" -SubscriptionId '{subid}'
2424
Update-AzActionGroup -Name actiongroup1 -ResourceGroupName monitor-action -EventHubReceiver $enventhub

src/Monitor/ActionGroup.Autorest/generated/api/ActionGroup.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ public partial class ActionGroup
644644
}
645645
}
646646

647-
/// <summary>Update a new action group or Update an existing one.</summary>
647+
/// <summary>Update a new action group or update an existing one.</summary>
648648
/// <param name="subscriptionId">The ID of the target subscription.</param>
649649
/// <param name="resourceGroupName">The name of the resource group. The name is case insensitive.</param>
650650
/// <param name="actionGroupName">The name of the action group.</param>
@@ -694,7 +694,7 @@ public partial class ActionGroup
694694
}
695695
}
696696

697-
/// <summary>Update a new action group or Update an existing one.</summary>
697+
/// <summary>Update a new action group or update an existing one.</summary>
698698
/// <param name="viaIdentity"></param>
699699
/// <param name="body">The action group to create or use for the update.</param>
700700
/// <param name="onOk">a delegate that is called when the remote service returns 200 (OK).</param>
@@ -754,7 +754,7 @@ public partial class ActionGroup
754754
}
755755
}
756756

757-
/// <summary>Update a new action group or Update an existing one.</summary>
757+
/// <summary>Update a new action group or update an existing one.</summary>
758758
/// <param name="viaIdentity"></param>
759759
/// <param name="body">The action group to create or use for the update.</param>
760760
/// <param name="eventListener">an <see cref="Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Runtime.IEventListener" /> instance that will receive events.</param>
@@ -811,7 +811,7 @@ public partial class ActionGroup
811811
}
812812
}
813813

814-
/// <summary>Update a new action group or Update an existing one.</summary>
814+
/// <summary>Update a new action group or update an existing one.</summary>
815815
/// <param name="subscriptionId">The ID of the target subscription.</param>
816816
/// <param name="resourceGroupName">The name of the resource group. The name is case insensitive.</param>
817817
/// <param name="actionGroupName">The name of the action group.</param>
@@ -860,7 +860,7 @@ public partial class ActionGroup
860860
}
861861
}
862862

863-
/// <summary>Update a new action group or Update an existing one.</summary>
863+
/// <summary>Update a new action group or update an existing one.</summary>
864864
/// <param name="subscriptionId">The ID of the target subscription.</param>
865865
/// <param name="resourceGroupName">The name of the resource group. The name is case insensitive.</param>
866866
/// <param name="actionGroupName">The name of the action group.</param>
@@ -906,7 +906,7 @@ public partial class ActionGroup
906906
}
907907
}
908908

909-
/// <summary>Update a new action group or Update an existing one.</summary>
909+
/// <summary>Update a new action group or update an existing one.</summary>
910910
/// <param name="subscriptionId">The ID of the target subscription.</param>
911911
/// <param name="resourceGroupName">The name of the resource group. The name is case insensitive.</param>
912912
/// <param name="actionGroupName">The name of the action group.</param>

src/Monitor/ActionGroup.Autorest/generated/cmdlets/NewAzActionGroup_CreateExpanded.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Cmdlets
1010
using Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Runtime.Cmdlets;
1111
using System;
1212

13-
/// <summary>Create a new action group or Create an existing one.</summary>
13+
/// <summary>Create a new action group or update an existing one.</summary>
1414
/// <remarks>
1515
/// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}"
1616
/// </remarks>
1717
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzActionGroup_CreateExpanded", SupportsShouldProcess = true)]
1818
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IActionGroupResource))]
19-
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Description(@"Create a new action group or Create an existing one.")]
19+
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Description(@"Create a new action group or update an existing one.")]
2020
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Generated]
2121
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}", ApiVersion = "2023-01-01")]
2222
public partial class NewAzActionGroup_CreateExpanded : global::System.Management.Automation.PSCmdlet,

src/Monitor/ActionGroup.Autorest/generated/cmdlets/NewAzActionGroup_CreateViaIdentityExpanded.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Cmdlets
1010
using Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Runtime.Cmdlets;
1111
using System;
1212

13-
/// <summary>Create a new action group or Create an existing one.</summary>
13+
/// <summary>Create a new action group or update an existing one.</summary>
1414
/// <remarks>
1515
/// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}"
1616
/// </remarks>
1717
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzActionGroup_CreateViaIdentityExpanded", SupportsShouldProcess = true)]
1818
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IActionGroupResource))]
19-
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Description(@"Create a new action group or Create an existing one.")]
19+
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Description(@"Create a new action group or update an existing one.")]
2020
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Generated]
2121
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}", ApiVersion = "2023-01-01")]
2222
public partial class NewAzActionGroup_CreateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet,

src/Monitor/ActionGroup.Autorest/generated/cmdlets/NewAzActionGroup_CreateViaJsonFilePath.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Cmdlets
1010
using Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Runtime.Cmdlets;
1111
using System;
1212

13-
/// <summary>Create a new action group or Create an existing one.</summary>
13+
/// <summary>Create a new action group or update an existing one.</summary>
1414
/// <remarks>
1515
/// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}"
1616
/// </remarks>
1717
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzActionGroup_CreateViaJsonFilePath", SupportsShouldProcess = true)]
1818
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IActionGroupResource))]
19-
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Description(@"Create a new action group or Create an existing one.")]
19+
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Description(@"Create a new action group or update an existing one.")]
2020
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Generated]
2121
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}", ApiVersion = "2023-01-01")]
2222
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.NotSuggestDefaultParameterSet]

src/Monitor/ActionGroup.Autorest/generated/cmdlets/NewAzActionGroup_CreateViaJsonString.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Cmdlets
1010
using Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Runtime.Cmdlets;
1111
using System;
1212

13-
/// <summary>Create a new action group or Create an existing one.</summary>
13+
/// <summary>Create a new action group or update an existing one.</summary>
1414
/// <remarks>
1515
/// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}"
1616
/// </remarks>
1717
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzActionGroup_CreateViaJsonString", SupportsShouldProcess = true)]
1818
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IActionGroupResource))]
19-
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Description(@"Create a new action group or Create an existing one.")]
19+
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Description(@"Create a new action group or update an existing one.")]
2020
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Generated]
2121
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}", ApiVersion = "2023-01-01")]
2222
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.NotSuggestDefaultParameterSet]

src/Monitor/ActionGroup.Autorest/generated/cmdlets/SetAzActionGroup_UpdateExpanded.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Cmdlets
1010
using Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Runtime.Cmdlets;
1111
using System;
1212

13-
/// <summary>Update a new action group or Update an existing one.</summary>
13+
/// <summary>Update a new action group or update an existing one.</summary>
1414
/// <remarks>
1515
/// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}"
1616
/// </remarks>
1717
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.InternalExport]
1818
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Set, @"AzActionGroup_UpdateExpanded", SupportsShouldProcess = true)]
1919
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IActionGroupResource))]
20-
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Description(@"Update a new action group or Update an existing one.")]
20+
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Description(@"Update a new action group or update an existing one.")]
2121
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Generated]
2222
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}", ApiVersion = "2023-01-01")]
2323
public partial class SetAzActionGroup_UpdateExpanded : global::System.Management.Automation.PSCmdlet,

src/Monitor/ActionGroup.Autorest/generated/cmdlets/SetAzActionGroup_UpdateViaJsonFilePath.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Cmdlets
1010
using Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Runtime.Cmdlets;
1111
using System;
1212

13-
/// <summary>Update a new action group or Update an existing one.</summary>
13+
/// <summary>Update a new action group or update an existing one.</summary>
1414
/// <remarks>
1515
/// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}"
1616
/// </remarks>
1717
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.InternalExport]
1818
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Set, @"AzActionGroup_UpdateViaJsonFilePath", SupportsShouldProcess = true)]
1919
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IActionGroupResource))]
20-
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Description(@"Update a new action group or Update an existing one.")]
20+
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Description(@"Update a new action group or update an existing one.")]
2121
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Generated]
2222
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}", ApiVersion = "2023-01-01")]
2323
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.NotSuggestDefaultParameterSet]

0 commit comments

Comments
 (0)