You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Monitor/Autoscale.Autorest/README.md
+42-5Lines changed: 42 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,43 @@ use-extension:
50
50
"@autorest/powershell": "3.x"
51
51
52
52
directive:
53
+
- where:
54
+
Verb: Get
55
+
subject: PredictiveMetric
56
+
set:
57
+
breaking-change:
58
+
deprecated-output-properties:
59
+
- Data
60
+
new-output-properties:
61
+
- Data
62
+
change-description: The type of the property 'Data' of type 'IPredictiveResponse' will be changed from single object to 'List'.
63
+
deprecated-by-version: 7.0.0
64
+
deprecated-by-azversion: 15.0.0
65
+
change-effective-date: 2025/11/03
66
+
- where:
67
+
verb: Get|Update|New
68
+
subject: AutoscaleSetting
69
+
set:
70
+
breaking-change:
71
+
deprecated-output-properties:
72
+
- Notification
73
+
- Profile
74
+
new-output-properties:
75
+
- Notification
76
+
- Profile
77
+
change-description: The types of the properties 'Notification' and 'Profile' of type 'IAutoscaleSettingResource' will be changed from single object to 'List'.
[Parameter(Mandatory,HelpMessage="the collection of rules that provide the triggers and parameters for the scaling action. A maximum of 10 rules can be specified.")]
[Parameter(HelpMessage="A collection of hours that the profile takes effect on. Values supported are 0 to 23 on the 24-hour clock (AM/PM times are not supported).")]
[Parameter(HelpMessage="List of dimension conditions. For example: [{`"DimensionName`":`"AppName`",`"Operator`":`"Equals`",`"Values`":[`"App1`"]},{`"DimensionName`":`"Deployment`",`"Operator`":`"Equals`",`"Values`":[`"default`"]}].")]
This directory can contain any additional resources for module that are not required at runtime. This directory **does not** get packaged with the module. If you have assets for custom implementation, place them into the `..\custom` folder.
3
+
4
+
## Info
5
+
- Modifiable: yes
6
+
- Generated: no
7
+
- Committed: yes
8
+
- Packaged: no
9
+
10
+
## Purpose
11
+
Use this folder to put anything you want to keep around as part of the repository for the module, but is not something that is required for the module. For example, development files, packaged builds, or additional information. This is only intended to be used in repositories where the module's output directory is cleaned, but tangential resources for the module want to remain intact.
0 commit comments