@azure/arm-consumption 9.2.1-alpha.20250611.1 → 9.2.1-alpha.20250616.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sdk-type": "mgmt",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "A generated SDK for ConsumptionManagementClient.",
|
|
6
|
-
"version": "9.2.1-alpha.
|
|
6
|
+
"version": "9.2.1-alpha.20250616.2",
|
|
7
7
|
"engines": {
|
|
8
|
-
"node": ">=
|
|
8
|
+
"node": ">=20.0.0"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@azure/core-auth": "^1.9.0",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
34
34
|
"@azure/identity": "^4.6.0",
|
|
35
35
|
"@azure/logger": "^1.1.4",
|
|
36
|
-
"@types/node": "^
|
|
36
|
+
"@types/node": "^20.0.0",
|
|
37
37
|
"@vitest/browser": "^3.0.9",
|
|
38
38
|
"@vitest/coverage-istanbul": "^3.0.9",
|
|
39
39
|
"dotenv": "^16.0.0",
|
|
@@ -103,7 +103,7 @@ export interface Budget extends ProxyResource {
|
|
|
103
103
|
filter?: BudgetFilter;
|
|
104
104
|
readonly forecastSpend?: ForecastSpend;
|
|
105
105
|
notifications?: {
|
|
106
|
-
[propertyName: string]:
|
|
106
|
+
[propertyName: string]: Notification;
|
|
107
107
|
};
|
|
108
108
|
timeGrain?: TimeGrainType;
|
|
109
109
|
timePeriod?: BudgetTimePeriod;
|
|
@@ -998,7 +998,7 @@ export interface ModernUsageDetail extends UsageDetail {
|
|
|
998
998
|
}
|
|
999
999
|
|
|
1000
1000
|
// @public
|
|
1001
|
-
interface
|
|
1001
|
+
export interface Notification {
|
|
1002
1002
|
contactEmails: string[];
|
|
1003
1003
|
contactGroups?: string[];
|
|
1004
1004
|
contactRoles?: string[];
|
|
@@ -1008,7 +1008,6 @@ interface Notification_2 {
|
|
|
1008
1008
|
threshold: number;
|
|
1009
1009
|
thresholdType?: ThresholdType;
|
|
1010
1010
|
}
|
|
1011
|
-
export { Notification_2 as Notification }
|
|
1012
1011
|
|
|
1013
1012
|
// @public
|
|
1014
1013
|
export interface Operation {
|