Skip to content

[AutoPR @azure/arm-consumption] New version 2023-05-01 for RP Microsoft.Consumption #5087

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 46 additions & 8 deletions sdk/consumption/arm-consumption/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,53 @@
# Release History

## 10.0.0 (2023-06-20)

**Features**

## 9.2.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
- Added operation LotsOperations.listByCustomer
- Added operation PriceSheet.beginDownloadByBillingAccountPeriod
- Added operation PriceSheet.beginDownloadByBillingAccountPeriodAndWait
- Added Interface ErrorAdditionalInfo
- Added Interface ErrorDetail
- Added Interface ErrorResponseAutoGenerated
- Added Interface LotsListByCustomerNextOptionalParams
- Added Interface LotsListByCustomerOptionalParams
- Added Interface ModernReservationRecommendationProperties
- Added Interface ModernSharedScopeReservationRecommendationProperties
- Added Interface ModernSingleScopeReservationRecommendationProperties
- Added Interface OperationStatus
- Added Interface PriceSheetDownloadByBillingAccountPeriodHeaders
- Added Interface PriceSheetDownloadByBillingAccountPeriodOptionalParams
- Added Type Alias LotsListByCustomerNextResponse
- Added Type Alias LotsListByCustomerResponse
- Added Type Alias ModernReservationRecommendationPropertiesUnion
- Added Type Alias OperationStatusType
- Added Type Alias PriceSheetDownloadByBillingAccountPeriodResponse
- Interface Balance has a new optional parameter overageRefund
- Interface CreditSummary has a new optional parameter eTagPropertiesETag
- Interface CreditSummary has a new optional parameter isEstimatedBalance
- Interface EventSummary has a new optional parameter isEstimatedBalance
- Interface LegacyChargeSummary has a new optional parameter azureMarketplaceCharges
- Interface LegacyUsageDetail has a new optional parameter benefitId
- Interface LegacyUsageDetail has a new optional parameter benefitName
- Interface LotSummary has a new optional parameter isEstimatedBalance
- Interface ModernChargeSummary has a new optional parameter subscriptionId
- Interface ModernReservationRecommendation has a new optional parameter resourceType
- Interface ReservationRecommendationDetailsGetOptionalParams has a new optional parameter filter
- Interface ReservationTransactionsListOptionalParams has a new optional parameter previewMarkupPercentage
- Interface ReservationTransactionsListOptionalParams has a new optional parameter useMarkupIfPartner
- Added Enum KnownOperationStatusType
- Enum KnownEventType has a new value CreditExpired

### Other Changes
**Breaking Changes**

- Operation ReservationRecommendationDetails.get has a new signature
- Class ConsumptionManagementClient has a new signature
- Interface BudgetFilter no longer has parameter not
- Interface LegacyChargeSummary no longer has parameter marketplaceCharges
- Parameter scope of interface ModernReservationRecommendation is now required


## 9.2.0 (2023-01-03)

**Features**
Expand Down
10 changes: 5 additions & 5 deletions sdk/consumption/arm-consumption/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "d600759c3516b61a7c353bc8682bccbab85a6f65",
"readme": "specification\\consumption\\resource-manager\\readme.md",
"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",
"commit": "52b95d38069ed4ef8e66d0c8e58565742fcc2eb3",
"readme": "specification/consumption/resource-manager/readme.md",
"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",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.5.4",
"use": "@autorest/[email protected].0-rc.5.20221215.1"
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.1",
"use": "@autorest/typescript@^6.0.4"
}
20 changes: 7 additions & 13 deletions sdk/consumption/arm-consumption/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for ConsumptionManagementClient.",
"version": "9.2.1",
"version": "10.0.0",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"@azure/core-lro": "^2.5.3",
"@azure/abort-controller": "^1.0.0",
"@azure/core-paging": "^1.2.0",
"@azure/core-client": "^1.6.1",
"@azure/core-client": "^1.7.0",
"@azure/core-auth": "^1.3.0",
"@azure/core-rest-pipeline": "^1.8.0",
"tslib": "^2.2.0"
Expand All @@ -31,7 +33,7 @@
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-multi-entry": "^6.0.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"mkdirp": "^1.0.4",
"mkdirp": "^2.1.2",
"rollup": "^2.66.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"typescript": "~5.0.0",
Expand Down Expand Up @@ -109,13 +111,5 @@
]
},
"autoPublish": true,
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/consumption/arm-consumption",
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-consumption?view=azure-node-preview"
}
}
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/consumption/arm-consumption"
}
Loading