Skip to content

Commit 5598261

Browse files
author
SDKAuto
committed
CodeGen from PR 23958 in Azure/azure-rest-api-specs
Merge f3304f52e3bb9fa5f05de108bd1079edcdadecef into eae8ca2f90c2deb68688f5b1bbba9a5efcc0e42e
1 parent 1ab470e commit 5598261

33 files changed

+1859
-428
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/consumption/arm-consumption/CHANGELOG.md

Lines changed: 46 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,53 @@
11
# Release History
2+
3+
## 10.0.0 (2023-06-20)
4+
5+
**Features**
26

3-
## 9.2.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
7+
- Added operation LotsOperations.listByCustomer
8+
- Added operation PriceSheet.beginDownloadByBillingAccountPeriod
9+
- Added operation PriceSheet.beginDownloadByBillingAccountPeriodAndWait
10+
- Added Interface ErrorAdditionalInfo
11+
- Added Interface ErrorDetail
12+
- Added Interface ErrorResponseAutoGenerated
13+
- Added Interface LotsListByCustomerNextOptionalParams
14+
- Added Interface LotsListByCustomerOptionalParams
15+
- Added Interface ModernReservationRecommendationProperties
16+
- Added Interface ModernSharedScopeReservationRecommendationProperties
17+
- Added Interface ModernSingleScopeReservationRecommendationProperties
18+
- Added Interface OperationStatus
19+
- Added Interface PriceSheetDownloadByBillingAccountPeriodHeaders
20+
- Added Interface PriceSheetDownloadByBillingAccountPeriodOptionalParams
21+
- Added Type Alias LotsListByCustomerNextResponse
22+
- Added Type Alias LotsListByCustomerResponse
23+
- Added Type Alias ModernReservationRecommendationPropertiesUnion
24+
- Added Type Alias OperationStatusType
25+
- Added Type Alias PriceSheetDownloadByBillingAccountPeriodResponse
26+
- Interface Balance has a new optional parameter overageRefund
27+
- Interface CreditSummary has a new optional parameter eTagPropertiesETag
28+
- Interface CreditSummary has a new optional parameter isEstimatedBalance
29+
- Interface EventSummary has a new optional parameter isEstimatedBalance
30+
- Interface LegacyChargeSummary has a new optional parameter azureMarketplaceCharges
31+
- Interface LegacyUsageDetail has a new optional parameter benefitId
32+
- Interface LegacyUsageDetail has a new optional parameter benefitName
33+
- Interface LotSummary has a new optional parameter isEstimatedBalance
34+
- Interface ModernChargeSummary has a new optional parameter subscriptionId
35+
- Interface ModernReservationRecommendation has a new optional parameter resourceType
36+
- Interface ReservationRecommendationDetailsGetOptionalParams has a new optional parameter filter
37+
- Interface ReservationTransactionsListOptionalParams has a new optional parameter previewMarkupPercentage
38+
- Interface ReservationTransactionsListOptionalParams has a new optional parameter useMarkupIfPartner
39+
- Added Enum KnownOperationStatusType
40+
- Enum KnownEventType has a new value CreditExpired
1041

11-
### Other Changes
42+
**Breaking Changes**
1243

44+
- Operation ReservationRecommendationDetails.get has a new signature
45+
- Class ConsumptionManagementClient has a new signature
46+
- Interface BudgetFilter no longer has parameter not
47+
- Interface LegacyChargeSummary no longer has parameter marketplaceCharges
48+
- Parameter scope of interface ModernReservationRecommendation is now required
49+
50+
1351
## 9.2.0 (2023-01-03)
1452

1553
**Features**
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"commit": "d600759c3516b61a7c353bc8682bccbab85a6f65",
3-
"readme": "specification\\consumption\\resource-manager\\readme.md",
4-
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=F:\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\consumption\\resource-manager\\readme.md --use=@autorest/[email protected].0-rc.5.20221215.1 --generate-sample=true",
2+
"commit": "52b95d38069ed4ef8e66d0c8e58565742fcc2eb3",
3+
"readme": "specification/consumption/resource-manager/readme.md",
4+
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/consumption/resource-manager/readme.md --use=@autorest/typescript@^6.0.4",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"release_tool": "@azure-tools/js-sdk-release-tools@2.5.4",
7-
"use": "@autorest/[email protected].0-rc.5.20221215.1"
6+
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.1",
7+
"use": "@autorest/typescript@^6.0.4"
88
}

sdk/consumption/arm-consumption/package.json

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for ConsumptionManagementClient.",
6-
"version": "9.2.1",
6+
"version": "10.0.0",
77
"engines": {
88
"node": ">=14.0.0"
99
},
1010
"dependencies": {
11+
"@azure/core-lro": "^2.5.3",
12+
"@azure/abort-controller": "^1.0.0",
1113
"@azure/core-paging": "^1.2.0",
12-
"@azure/core-client": "^1.6.1",
14+
"@azure/core-client": "^1.7.0",
1315
"@azure/core-auth": "^1.3.0",
1416
"@azure/core-rest-pipeline": "^1.8.0",
1517
"tslib": "^2.2.0"
@@ -31,7 +33,7 @@
3133
"@rollup/plugin-json": "^6.0.0",
3234
"@rollup/plugin-multi-entry": "^6.0.0",
3335
"@rollup/plugin-node-resolve": "^13.1.3",
34-
"mkdirp": "^1.0.4",
36+
"mkdirp": "^2.1.2",
3537
"rollup": "^2.66.1",
3638
"rollup-plugin-sourcemaps": "^0.6.3",
3739
"typescript": "~5.0.0",
@@ -109,13 +111,5 @@
109111
]
110112
},
111113
"autoPublish": true,
112-
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/consumption/arm-consumption",
113-
"//sampleConfiguration": {
114-
"productName": "",
115-
"productSlugs": [
116-
"azure"
117-
],
118-
"disableDocsMs": true,
119-
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-consumption?view=azure-node-preview"
120-
}
121-
}
114+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/consumption/arm-consumption"
115+
}

0 commit comments

Comments
 (0)