|
18 | 18 | - Additional information about change #1
|
19 | 19 | -->
|
20 | 20 | ## Current Release
|
21 |
| - |
| 21 | + **Add-AzureRMLogAlertRule** |
| 22 | + - Deprecated as announced since April 2017 |
| 23 | + - After October 1st using this cmdlet no longer had any effect as this functionality was transitioned to Activity Log Alerts. Please see https://aka.ms/migratemealerts for more information. |
| 24 | + |
| 25 | + **Get-AzureRMUsage** |
| 26 | + - Deprecated as announced since April 2017 |
| 27 | + |
| 28 | + **Add-AzureRmMetricAlertRule** |
| 29 | + **Add-AzureRmWebtestAlertRule** |
| 30 | + - The argument ResourceGroup has been renamed as ResourceGroupName, i.e. a non-breaking change. |
| 31 | + - The parameter Actions has been renamed to Action and the Actions has been added to the alias list, i.e. a non-breaking change. |
| 32 | + - Warning message about the future deprecation of the plural parameter names added. |
| 33 | + |
| 34 | + **Add-AzureRmAutoscaleSetting** |
| 35 | + - The argument ResourceGroup has been renamed as ResourceGroupName, i.e. a non-breaking change. |
| 36 | + - The parameter AutoscaleProfiles has been renamed to AutoscaleProfiles and the AutoscaleProfiles has been added to the alias list, i.e. a non-breaking change. |
| 37 | + - The parameter Notifications has been renamed to Notification and the Notifications has been added to the alias list, i.e. a non-breaking change. |
| 38 | + - Warning message about the future deprecation of the plural parameter names added. |
| 39 | + |
| 40 | + **Remove-AzureRmAutoscaleSetting** |
| 41 | + - The argument ResourceGroup has been renamed as ResourceGroupName, i.e. a non-breaking change. |
| 42 | + |
| 43 | + **Get-AzureRmAlertRule** |
| 44 | + - Output changed as announced since April 2017. The output is now a list of PSAlertRule (descendant of AzureAlertRule) objects: no Properties attribute in them. |
| 45 | + - The argument ResourceGroup has been renamed as ResourceGroupName, i.e. a non-breaking change. |
| 46 | + - Warning message added for the future deprecation of the DetailedOutput parameter. |
| 47 | + |
| 48 | + **Remove-AzureRmAlertRule** |
| 49 | + - Output changed as announced since April 2017. The output is now an AzureOperationResponse object including status code and request Id. |
| 50 | + - The argument ResourceGroup has been renamed as ResourceGroupName, i.e. a non-breaking change. |
| 51 | + - The cmdlet now implements the ShouldProcess protocol. |
| 52 | + |
| 53 | + **Get-AzureRmAutoscaleSetting** |
| 54 | + - Output changed as announced since April 2017. The output is now a list of PSAutoscaleSetting (descendant of AutoscaleSettingResource.) The breaking change is the elimination of the AutoscaleSettingResourceName attribute from the output, since it is always the same as the Name property. |
| 55 | + - The argument ResourceGroup has been renamed as ResourceGroupName, i.e. a non-breaking change. |
| 56 | + - Warning message added for the future deprecation of the DetailedOutput parameter. |
| 57 | + |
| 58 | + **Remove-AzureRmLogProfile** |
| 59 | + - Output changed as announced since April 2017. The output is now an AzureOperationResponse object including status code and request Id. |
| 60 | + - The cmdlet now implements the ShouldProcess protocol. |
| 61 | + |
| 62 | + **Add-AzureRmLogProfile** |
| 63 | + - The parameter Locations has been renamed to Location and the Locations has been added to the alias list, i.e. a non-breaking change. |
| 64 | + - The parameter RetentionInDays has been renamed to RetentionInDay and the RetentionInDays has been added to the alias list, i.e. a non-breaking change. |
| 65 | + - The parameter Categories has been renamed to Category and the Categories has been added to the alias list, i.e. a non-breaking change. |
| 66 | + - The cmdlet now implements the ShouldProcess protocol. |
| 67 | + - Warning message about the future deprecation of the plural parameter names added. |
| 68 | + |
| 69 | + **Get-AzureRmMetricDefinition** |
| 70 | + **Get-AzureRmMetric** |
| 71 | + - The parameter MetricNames has been renamed to MetricName and the MetricNames has been added to the alias list, i.e. a non-breaking change. |
| 72 | + - Warning message about the future deprecation of the plural parameter names added. |
| 73 | + |
| 74 | + **Get-AzureRmLog** |
| 75 | + - Output changed as announced since April 2017. The output is now a list of PSEventData (a descendant of EventData) objects. The breaking change is the elimination of the EventChannels attribute from the PSEventData, in the previous version it was returning a fixed value. |
| 76 | + - Warning message added for the future deprecation of the DetailedOutput parameter. |
| 77 | + - The parameter MaxEvents has been renamed as MaxRecord (there was already an alias MaxRecords which is kept.) MaxEvents has been moved to the alias list, i.e. non-breaking change. |
| 78 | + - Warning message about the future deprecation of the plural parameter names added. |
| 79 | + |
| 80 | + **Get-AzureRmAlertHistory** |
| 81 | + **GetAzureRmAutoscaleHistory** |
| 82 | + - Output changed as announced since April 2017. The output is now a list of PSEventData (a descendant of EventData) objects. The breaking change is the elimination of the EventChannels attribute from the PSEventData, in the previous version it was returning a fixed value. |
| 83 | + - Warning message added for the future deprecation of the DetailedOutput parameter. |
| 84 | + |
| 85 | + **New-AzureRmAutoscaleNotification** |
| 86 | + - The parameter SendEmailToSubscriptionCoAdministrators has been renamed to SendEmailToSubscriptionCoAdministrator and the SendEmailToSubscriptionCoAdministrators has been added to the alias list, i.e. a non-breaking change. |
| 87 | + - The parameter CustomEmails has been renamed to CustomEmail and the CustomEmails has been added to the alias list, i.e. a non-breaking change. |
| 88 | + - The parameter Webhooks has been renamed to Webhook and the Webhooks has been added to the alias list, i.e. a non-breaking change. |
| 89 | + - Warning message about the future deprecation of the plural parameter names added. |
| 90 | + |
| 91 | + **New-AzureRmAutoscaleProfile** |
| 92 | + - The parameter ScheduleDays has been renamed to ScheduleDay and the ScheduleDays has been added to the alias list, i.e. a non-breaking change. |
| 93 | + - The parameter ScheduleHours has been renamed to ScheduleHour and the ScheduleHours has been added to the alias list, i.e. a non-breaking change. |
| 94 | + - The parameter ScheduleMinutes has been renamed to ScheduleMinute and the ScheduleMinutes has been added to the alias list, i.e. a non-breaking change. |
| 95 | + - The parameter Rules has been renamed to Rule and the Rules has been added to the alias list, i.e. a non-breaking change. |
| 96 | + - Warning message about the future deprecation of the plural parameter names added. |
| 97 | + |
| 98 | + **New-AzureRmAutoscaleWebhook** |
| 99 | + - The parameter Properties has been renamed to Property and the Properties has been added to the alias list, i.e. a non-breaking change. |
| 100 | + - Warning message about the future deprecation of the plural parameter names added. |
| 101 | + |
| 102 | + **New-AzureRmAlertRuleEmail** |
| 103 | + - The parameter CustomEmails has been renamed to CustomEmail and the CustomEmails has been added to the alias list, i.e. a non-breaking change. |
| 104 | + - The parameter SendToServiceOwners has been renamed to SendToServiceOwner and the SendToServiceOwners has been added to the alias list, i.e. a non-breaking change. |
| 105 | + - Warning message about the future deprecation of the plural parameter names added. |
| 106 | + |
| 107 | + **New-AzureRmAlertRuleWebhook** |
| 108 | + - The parameter Properties has been renamed to Property and the Properties has been added to the alias list, i.e. a non-breaking change. |
| 109 | + - Warning message about the future deprecation of the plural parameter names added. |
| 110 | + |
22 | 111 | ## Version 3.4.1
|
23 | 112 | * Add-AzureRmLogAlertRule
|
24 | 113 | - Adding details to deprecation warning introduced in April 2017: the cmdlet will stop having effect: its functionality is moved to the "ActivityLogAlerts" cmdlets.
|
|
0 commit comments