Skip to content

Commit ba9e966

Browse files
Move Monitor to release-2022-12-06 (#20348)
1 parent 2df1c5a commit ba9e966

File tree

50 files changed

+81
-80
lines changed

Some content is hidden

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

50 files changed

+81
-80
lines changed

src/Monitor/ActivityLogAlert.Autorest/custom/New-AzActivityLogAlert.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ CONDITIONALLOF <IAlertRuleAnyOfOrLeafCondition[]>: The list of Activity Log Aler
4545
[Equal <String>]: The value of the event's field will be compared to this value (case-insensitive) to determine if the condition is met.
4646
[Field <String>]: The name of the Activity Log event's field that this condition will examine. The possible values for this field are (case-insensitive): 'resourceId', 'category', 'caller', 'level', 'operationName', 'resourceGroup', 'resourceProvider', 'status', 'subStatus', 'resourceType', or anything beginning with 'properties'.
4747
.Link
48-
https://docs.microsoft.com/powershell/module/az.monitor/new-azactivitylogalert
48+
https://learn.microsoft.com/powershell/module/az.monitor/new-azactivitylogalert
4949
#>
5050
function New-AzActivityLogAlert {
5151
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActivityLogAlertResource])]

src/Monitor/ActivityLogAlert.Autorest/custom/Update-AzActivityLogAlert.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ INPUTOBJECT <IMonitorIdentity>: Identity Parameter
4343
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
4444
[SubscriptionId <String>]: The ID of the target subscription.
4545
.Link
46-
https://docs.microsoft.com/powershell/module/az.monitor/update-azactivitylogalert
46+
https://learn.microsoft.com/powershell/module/az.monitor/update-azactivitylogalert
4747
#>
4848
function Update-AzActivityLogAlert {
4949
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActivityLogAlertResource])]

src/Monitor/ActivityLogAlert.Autorest/docs/New-AzActivityLogAlert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file:
33
Module Name: Az.Monitor
4-
online version: https://docs.microsoft.com/powershell/module/az.monitor/new-azactivitylogalert
4+
online version: https://learn.microsoft.com/powershell/module/az.monitor/new-azactivitylogalert
55
schema: 2.0.0
66
---
77

src/Monitor/ActivityLogAlert.Autorest/docs/Update-AzActivityLogAlert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file:
33
Module Name: Az.Monitor
4-
online version: https://docs.microsoft.com/powershell/module/az.monitor/update-azactivitylogalert
4+
online version: https://learn.microsoft.com/powershell/module/az.monitor/update-azactivitylogalert
55
schema: 2.0.0
66
---
77

src/Monitor/ActivityLogAlert.Autorest/exports/New-AzActivityLogAlert.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ CONDITION <IAlertRuleAnyOfOrLeafCondition[]>: The list of Activity Log Alert rul
5050
[Equal <String>]: The value of the event's field will be compared to this value (case-insensitive) to determine if the condition is met.
5151
[Field <String>]: The name of the Activity Log event's field that this condition will examine. The possible values for this field are (case-insensitive): 'resourceId', 'category', 'caller', 'level', 'operationName', 'resourceGroup', 'resourceProvider', 'status', 'subStatus', 'resourceType', or anything beginning with 'properties'.
5252
.Link
53-
https://docs.microsoft.com/powershell/module/az.monitor/new-azactivitylogalert
53+
https://learn.microsoft.com/powershell/module/az.monitor/new-azactivitylogalert
5454
#>
5555
function New-AzActivityLogAlert {
5656
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActivityLogAlertResource])]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ CONDITION <IAlertRuleAnyOfOrLeafCondition[]>: The list of Activity Log Alert rul
434434
[Equal <String>]: The value of the event's field will be compared to this value (case-insensitive) to determine if the condition is met.
435435
[Field <String>]: The name of the Activity Log event's field that this condition will examine. The possible values for this field are (case-insensitive): 'resourceId', 'category', 'caller', 'level', 'operationName', 'resourceGroup', 'resourceProvider', 'status', 'subStatus', 'resourceType', or anything beginning with 'properties'.
436436
.Link
437-
https://docs.microsoft.com/powershell/module/az.monitor/new-azactivitylogalert
437+
https://learn.microsoft.com/powershell/module/az.monitor/new-azactivitylogalert
438438
#>
439439
function New-AzActivityLogAlert {
440440
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActivityLogAlertResource])]
@@ -1022,7 +1022,7 @@ INPUTOBJECT <IActivityLogAlertIdentity>: Identity Parameter
10221022
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
10231023
[SubscriptionId <String>]: The ID of the target subscription.
10241024
.Link
1025-
https://docs.microsoft.com/powershell/module/az.monitor/update-azactivitylogalert
1025+
https://learn.microsoft.com/powershell/module/az.monitor/update-azactivitylogalert
10261026
#>
10271027
function Update-AzActivityLogAlert {
10281028
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActivityLogAlertResource])]

src/Monitor/ActivityLogAlert.Autorest/exports/Update-AzActivityLogAlert.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ INPUTOBJECT <IActivityLogAlertIdentity>: Identity Parameter
4141
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
4242
[SubscriptionId <String>]: The ID of the target subscription.
4343
.Link
44-
https://docs.microsoft.com/powershell/module/az.monitor/update-azactivitylogalert
44+
https://learn.microsoft.com/powershell/module/az.monitor/update-azactivitylogalert
4545
#>
4646
function Update-AzActivityLogAlert {
4747
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IActivityLogAlertResource])]
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"node": "v14.15.5",
3-
"swagger_commit": "a7ae2063f33b983fee7f54a6ad0412b18842ce45",
2+
"autorest_powershell": "3.0.498",
3+
"autorest": "`-- (empty)",
44
"autorest_core": "3.9.3",
55
"autorest_modelerfour": "4.15.414",
6-
"autorest": "`-- (empty)",
7-
"autorest_powershell": "3.0.498"
6+
"swagger_commit": "9842de8f8f11c09511fc00e903eb947f76cba0e6",
7+
"node": "v14.15.5"
88
}

src/Monitor/Autoscale.Autorest/custom/Update-AzAutoscaleSetting.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ PROFILE <IAutoscaleProfile[]>: the collection of automatic scaling profiles that
8484
[ScheduleMinute <Int32[]>]: A collection of minutes at which the profile takes effect at.
8585
[ScheduleTimeZone <String>]: the timezone for the hours of the profile. Some examples of valid time zones are: Dateline Standard Time, UTC-11, Hawaiian Standard Time, Alaskan Standard Time, Pacific Standard Time (Mexico), Pacific Standard Time, US Mountain Standard Time, Mountain Standard Time (Mexico), Mountain Standard Time, Central America Standard Time, Central Standard Time, Central Standard Time (Mexico), Canada Central Standard Time, SA Pacific Standard Time, Eastern Standard Time, US Eastern Standard Time, Venezuela Standard Time, Paraguay Standard Time, Atlantic Standard Time, Central Brazilian Standard Time, SA Western Standard Time, Pacific SA Standard Time, Newfoundland Standard Time, E. South America Standard Time, Argentina Standard Time, SA Eastern Standard Time, Greenland Standard Time, Montevideo Standard Time, Bahia Standard Time, UTC-02, Mid-Atlantic Standard Time, Azores Standard Time, Cape Verde Standard Time, Morocco Standard Time, UTC, GMT Standard Time, Greenwich Standard Time, W. Europe Standard Time, Central Europe Standard Time, Romance Standard Time, Central European Standard Time, W. Central Africa Standard Time, Namibia Standard Time, Jordan Standard Time, GTB Standard Time, Middle East Standard Time, Egypt Standard Time, Syria Standard Time, E. Europe Standard Time, South Africa Standard Time, FLE Standard Time, Turkey Standard Time, Israel Standard Time, Kaliningrad Standard Time, Libya Standard Time, Arabic Standard Time, Arab Standard Time, Belarus Standard Time, Russian Standard Time, E. Africa Standard Time, Iran Standard Time, Arabian Standard Time, Azerbaijan Standard Time, Russia Time Zone 3, Mauritius Standard Time, Georgian Standard Time, Caucasus Standard Time, Afghanistan Standard Time, West Asia Standard Time, Ekaterinburg Standard Time, Pakistan Standard Time, India Standard Time, Sri Lanka Standard Time, Nepal Standard Time, Central Asia Standard Time, Bangladesh Standard Time, N. Central Asia Standard Time, Myanmar Standard Time, SE Asia Standard Time, North Asia Standard Time, China Standard Time, North Asia East Standard Time, Singapore Standard Time, W. Australia Standard Time, Taipei Standard Time, Ulaanbaatar Standard Time, Tokyo Standard Time, Korea Standard Time, Yakutsk Standard Time, Cen. Australia Standard Time, AUS Central Standard Time, E. Australia Standard Time, AUS Eastern Standard Time, West Pacific Standard Time, Tasmania Standard Time, Magadan Standard Time, Vladivostok Standard Time, Russia Time Zone 10, Central Pacific Standard Time, Russia Time Zone 11, New Zealand Standard Time, UTC+12, Fiji Standard Time, Kamchatka Standard Time, Tonga Standard Time, Samoa Standard Time, Line Islands Standard Time
8686
.Link
87-
https://docs.microsoft.com/powershell/module/az.monitor/update-azAutoscaleSetting
87+
https://learn.microsoft.com/powershell/module/az.monitor/update-azAutoscaleSetting
8888
#>
8989
function Update-AzAutoscaleSetting {
9090
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IAutoscaleSettingResource])]

src/Monitor/Autoscale.Autorest/docs/Update-AzAutoscaleSetting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file:
33
Module Name: Az.Monitor
4-
online version: https://docs.microsoft.com/powershell/module/az.monitor/update-azAutoscaleSetting
4+
online version: https://learn.microsoft.com/powershell/module/az.monitor/update-azAutoscaleSetting
55
schema: 2.0.0
66
---
77

0 commit comments

Comments
 (0)