Skip to content

Commit

Permalink
Merge pull request #2820 from hashicorp/data/regeneration-from-2bec69…
Browse files Browse the repository at this point in the history
…d3b0e53e564c3413914e0b752beac4b87d

Data: regenerating based on 2bec69d
  • Loading branch information
tombuildsstuff authored Jul 25, 2023
2 parents 2bec69d + 7593390 commit b24ad69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ internal class Definition : ResourceDefinition
public string Name => "BenefitUtilizationSummariesAsync";
public IEnumerable<Interfaces.ApiOperation> Operations => new List<Interfaces.ApiOperation>
{
new GenerateBenefitUtilizationSummariesReportAsyncGenerateBySavingsPlanIdOperation(),
new GenerateBenefitUtilizationSummariesReportGenerateByBillingAccountOperation(),
new GenerateBenefitUtilizationSummariesReportGenerateByBillingProfileOperation(),
new GenerateBenefitUtilizationSummariesReportGenerateByReservationIdOperation(),
new GenerateBenefitUtilizationSummariesReportGenerateByReservationOrderIdOperation(),
new GenerateBenefitUtilizationSummariesReportGenerateBySavingsPlanIdOperation(),
new GenerateBenefitUtilizationSummariesReportGenerateBySavingsPlanOrderIdOperation(),
};
public IEnumerable<System.Type> Constants => new List<System.Type>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

namespace Pandora.Definitions.ResourceManager.CostManagement.v2023_03_01.BenefitUtilizationSummariesAsync;

internal class GenerateBenefitUtilizationSummariesReportAsyncGenerateBySavingsPlanIdOperation : Pandora.Definitions.Operations.PostOperation
internal class GenerateBenefitUtilizationSummariesReportGenerateBySavingsPlanIdOperation : Pandora.Definitions.Operations.PostOperation
{
public override IEnumerable<HttpStatusCode> ExpectedStatusCodes() => new List<HttpStatusCode>
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ namespace Pandora.Definitions.ResourceManager;
// Licensed under the MIT License. See NOTICE.txt in the project root for license information.


// Generated from Swagger revision "0ab5469dc0d75594f5747493dcfe8774e22d728f"
// Generated from Swagger revision "edd7863aeaad7379a7a8eef424ca11617d8c91eb"

0 comments on commit b24ad69

Please sign in to comment.