forked from Azure/azure-sdk-for-js
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generated from 799bc91ceda2280a1a978002cc3572372a49c222
BillingRP- Adding the payment instrument disconnect eligibility check
- Loading branch information
SDK Automation
committed
Jul 1, 2020
1 parent
410dbb8
commit fffdbcf
Showing
49 changed files
with
14,042 additions
and
950 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 5 additions & 13 deletions
18
...lling/src/models/billingPeriodsMappers.ts → .../arm-billing/src/models/addressMappers.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,14 @@ | ||
/* | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for | ||
* license information. | ||
* Licensed under the MIT License. See License.txt in the project root for license information. | ||
* | ||
* Code generated by Microsoft (R) AutoRest Code Generator. | ||
* Changes may cause incorrect behavior and will be lost if the code is | ||
* regenerated. | ||
* Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
*/ | ||
|
||
export { | ||
BillingPeriodsListResult, | ||
BillingPeriod, | ||
Resource, | ||
BaseResource, | ||
ErrorResponse, | ||
AddressDetails, | ||
ErrorDetails, | ||
EnrollmentAccount, | ||
Invoice, | ||
DownloadUrl | ||
ErrorResponse, | ||
ValidateAddressResponse | ||
} from "../models/mappers"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
/* | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for license information. | ||
* | ||
* Code generated by Microsoft (R) AutoRest Code Generator. | ||
* Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
*/ | ||
|
||
export { | ||
AddressDetails, | ||
Agreement, | ||
AgreementListResult, | ||
Amount, | ||
AvailableBalance, | ||
AzurePlan, | ||
BaseResource, | ||
BillingAccount, | ||
BillingPermissionsProperties, | ||
BillingProfile, | ||
BillingProfilesOnExpand, | ||
BillingProperty, | ||
BillingRoleAssignment, | ||
BillingRoleDefinition, | ||
BillingSubscription, | ||
Customer, | ||
CustomerPolicy, | ||
Department, | ||
Document, | ||
Enrollment, | ||
EnrollmentAccount, | ||
EnrollmentPolicies, | ||
ErrorDetails, | ||
ErrorResponse, | ||
Instruction, | ||
Invoice, | ||
InvoiceSection, | ||
InvoiceSectionsOnExpand, | ||
Participants, | ||
PaymentProperties, | ||
Policy, | ||
Product, | ||
Reseller, | ||
Resource, | ||
Transaction | ||
} from "../models/mappers"; |
44 changes: 44 additions & 0 deletions
44
sdk/billing/arm-billing/src/models/availableBalancesMappers.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
/* | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for license information. | ||
* | ||
* Code generated by Microsoft (R) AutoRest Code Generator. | ||
* Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
*/ | ||
|
||
export { | ||
AddressDetails, | ||
Agreement, | ||
Amount, | ||
AvailableBalance, | ||
AzurePlan, | ||
BaseResource, | ||
BillingAccount, | ||
BillingPermissionsProperties, | ||
BillingProfile, | ||
BillingProfilesOnExpand, | ||
BillingProperty, | ||
BillingRoleAssignment, | ||
BillingRoleDefinition, | ||
BillingSubscription, | ||
Customer, | ||
CustomerPolicy, | ||
Department, | ||
Document, | ||
Enrollment, | ||
EnrollmentAccount, | ||
EnrollmentPolicies, | ||
ErrorDetails, | ||
ErrorResponse, | ||
Instruction, | ||
Invoice, | ||
InvoiceSection, | ||
InvoiceSectionsOnExpand, | ||
Participants, | ||
PaymentProperties, | ||
Policy, | ||
Product, | ||
Reseller, | ||
Resource, | ||
Transaction | ||
} from "../models/mappers"; |
Oops, something went wrong.