Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,7 @@
{
"objectId": "67439a9e-8519-4016-a630-f5f805eba567"
}
],
"additionalParameters": {
"customData": {
"key1": "value1",
"key2": true
}
}
]
}
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"api-version": "2019-10-01-preview",
"body": {
"displayName": "Contoso MCA subscription",
"billingProfileId": "/providers/Microsoft.Billing/billingAccounts/0aa27f2b-ec7f-5a65-71f6-a5ff0897bd55:ae0dae1e-de9a-41f6-8257-76b055d98372_2019-05-31/billingProfiles/27VR-HDWX-BG7-TGB",
"skuId": "0001",
"costCenter": "135366376",
"owner": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -542,32 +542,20 @@
"MS-AZR-0017P",
"MS-AZR-0148P"
]
},
"additionalParameters": {
"description": "Additional, untyped parameters to support custom subscription creation scenarios.",
"type": "object",
"additionalProperties": {
"type": "object"
}
}
}
},
"ModernSubscriptionCreationParameters": {
"description": "The parameters required to create a new subscription.",
"required": [
"displayName",
"billingProfileId",
"skuId"
Comment thread
navysingla marked this conversation as resolved.
],
"properties": {
"displayName": {
"description": "The friendly name of the subscription.",
"type": "string"
},
"billingProfileId": {
"description": "The ARM ID of the billing profile for which you want to create the subscription.",
"type": "string"
},
"skuId": {
"description": "The SKU ID of the Azure plan. Azure plan determines the pricing and service-level agreement of the subscription. Use 001 for Microsoft Azure Plan and 002 for Microsoft Azure Plan for DevTest.",
"type": "string"
Expand All @@ -583,13 +571,6 @@
"managementGroupId": {
"description": "The identifier of the management group to which this subscription will be associated.",
"type": "string"
},
"additionalParameters": {
"description": "Additional, untyped parameters to support custom subscription creation scenarios.",
"type": "object",
"additionalProperties": {
"type": "object"
}
}
}
},
Expand All @@ -611,10 +592,6 @@
"resellerId": {
"description": "Reseller ID, basically MPN Id.",
"type": "string"
},
"serviceProviderId": {
"description": "Service provider ID, basically MPN Id.",
"type": "string"
}
}
}
Expand Down