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 497f37d011e45d90e7a5f190b1326ec89e2719c8
Merge pull request #6 from Khushboo-Baheti/master merge
- Loading branch information
SDK Automation
committed
Feb 24, 2020
1 parent
0453ec6
commit 3062eea
Showing
61 changed files
with
16,593 additions
and
849 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,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, | ||
AgreementListResult, | ||
Amount, | ||
AvailableBalance, | ||
AzurePlan, | ||
BaseResource, | ||
BillingAccount, | ||
BillingPermissionsProperties, | ||
BillingProfile, | ||
BillingProperty, | ||
BillingRoleAssignment, | ||
BillingRoleDefinition, | ||
BillingSubscription, | ||
Customer, | ||
CustomerPolicy, | ||
Department, | ||
Document, | ||
Enrollment, | ||
EnrollmentAccount, | ||
EnrollmentPolicies, | ||
ErrorDetails, | ||
ErrorResponse, | ||
Instruction, | ||
Invoice, | ||
InvoiceSection, | ||
Participants, | ||
PaymentMethod, | ||
PaymentProperties, | ||
Policy, | ||
Product, | ||
Reseller, | ||
Resource, | ||
Transaction | ||
} from "../models/mappers"; |
43 changes: 43 additions & 0 deletions
43
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,43 @@ | ||
/* | ||
* 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, | ||
BillingProperty, | ||
BillingRoleAssignment, | ||
BillingRoleDefinition, | ||
BillingSubscription, | ||
Customer, | ||
CustomerPolicy, | ||
Department, | ||
Document, | ||
Enrollment, | ||
EnrollmentAccount, | ||
EnrollmentPolicies, | ||
ErrorDetails, | ||
ErrorResponse, | ||
Instruction, | ||
Invoice, | ||
InvoiceSection, | ||
Participants, | ||
PaymentMethod, | ||
PaymentProperties, | ||
Policy, | ||
Product, | ||
Reseller, | ||
Resource, | ||
Transaction | ||
} from "../models/mappers"; |
Oops, something went wrong.