Skip to content

Commit 1ccd4d2

Browse files
author
Braden Watkins
committed
Added new move product validation error codes
1 parent bda39d9 commit 1ccd4d2

File tree

2 files changed

+36
-12
lines changed
  • specification/billing/resource-manager/Microsoft.Billing

2 files changed

+36
-12
lines changed

specification/billing/resource-manager/Microsoft.Billing/preview/2019-10-01-preview/billing.json

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6214,14 +6214,26 @@
62146214
"type": "string",
62156215
"description": "Error code of the transfer validation response.",
62166216
"enum": [
6217+
"BillingAccountInactive",
6218+
"CrossBillingAccountNotAllowed",
6219+
"DestinationBillingProfileInactive",
6220+
"DestinationBillingProfileNotFound",
6221+
"DestinationBillingProfilePastDue",
6222+
"DestinationInvoiceSectionInactive",
6223+
"DestinationInvoiceSectionNotFound",
6224+
"InsufficientPermissionOnDestination",
6225+
"InsufficientPermissionOnSource",
6226+
"InvalidDestination",
62176227
"InvalidSource",
6228+
"MarketplaceNotEnabledOnDestination",
6229+
"NotAvailableForDestinationMarket",
6230+
"ProductInactive",
6231+
"ProductNotFound",
6232+
"ProductTypeNotSupported",
6233+
"SourceBillingProfilePastDue",
6234+
"SourceInvoiceSectionInactive",
62186235
"SubscriptionNotActive",
6219-
"InsufficientPermissionOnSource",
6220-
"InsufficientPermissionOnDestination",
6221-
"DestinationBillingProfilePastDue",
6222-
"SubscriptionTypeNotSupported",
6223-
"CrossBillingAccountNotAllowed",
6224-
"NotAvailableForDestinationMarket"
6236+
"SubscriptionTypeNotSupported"
62256237
],
62266238
"x-ms-enum": {
62276239
"name": "subscriptionTransferValidationErrorCode",

specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/billing.json

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3719,14 +3719,26 @@
37193719
"type": "string",
37203720
"description": "Error code of the transfer validation response.",
37213721
"enum": [
3722+
"BillingAccountInactive",
3723+
"CrossBillingAccountNotAllowed",
3724+
"DestinationBillingProfileInactive",
3725+
"DestinationBillingProfileNotFound",
3726+
"DestinationBillingProfilePastDue",
3727+
"DestinationInvoiceSectionInactive",
3728+
"DestinationInvoiceSectionNotFound",
3729+
"InsufficientPermissionOnDestination",
3730+
"InsufficientPermissionOnSource",
3731+
"InvalidDestination",
37223732
"InvalidSource",
3733+
"MarketplaceNotEnabledOnDestination",
3734+
"NotAvailableForDestinationMarket",
3735+
"ProductInactive",
3736+
"ProductNotFound",
3737+
"ProductTypeNotSupported",
3738+
"SourceBillingProfilePastDue",
3739+
"SourceInvoiceSectionInactive",
37233740
"SubscriptionNotActive",
3724-
"InsufficientPermissionOnSource",
3725-
"InsufficientPermissionOnDestination",
3726-
"DestinationBillingProfilePastDue",
3727-
"SubscriptionTypeNotSupported",
3728-
"CrossBillingAccountNotAllowed",
3729-
"NotAvailableForDestinationMarket"
3741+
"SubscriptionTypeNotSupported"
37303742
],
37313743
"x-ms-enum": {
37323744
"name": "subscriptionTransferValidationErrorCode",

0 commit comments

Comments
 (0)