Skip to content

Commit

Permalink
Merge pull request #7 from jbuls/jbuls/ga20211001
Browse files Browse the repository at this point in the history
PR feedback, added beneficiaryTenantId
  • Loading branch information
jbuls authored Oct 28, 2021
2 parents c5f84cd + 28c3402 commit 29c0aa2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,7 @@
],
"responses": {
"200": {
"description": "OK. The request has succeeded.",
"schema": {
"$ref": "#/definitions/BillingSubscription"
}
"description": "OK. The request has succeeded."
},
"202": {
"description": "Accepted",
Expand Down Expand Up @@ -695,6 +692,10 @@
"modelAsString": true
}
},
"beneficiaryTenantId": {
"description": "The provisioning tenant of the subscription.",
"type": "string"
},
"billingFrequency": {
"description": "The billing frequency of the subscription in the ISO8601 format. Example: P1M, P3M, P1Y",
"type": "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{
"id": "/providers/Microsoft.Billing/BillingAccounts/{billingAccountName}/billingSubscriptions/aliases/c356b7c7-7545-4686-b843-c1a49cf853fc",
"name": "c356b7c7-7545-4686-b843-c1a49cf853fc",
"type": "Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections/billingSubscriptions/aliases",
"type": "Microsoft.Billing/billingAccounts/billingSubscriptions/aliases",
"properties": {
"autoRenew": "Off",
"billingFrequency": "P1M",
Expand Down Expand Up @@ -44,7 +44,7 @@
{
"id": "/providers/Microsoft.Billing/BillingAccounts/{billingAccountName}/billingSubscriptions/aliases/ec16a54e-e8ad-4c14-8e87-e30e75fa800e",
"name": "ec16a54e-e8ad-4c14-8e87-e30e75fa800e",
"type": "Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections/billingSubscriptions/aliases",
"type": "Microsoft.Billing/billingAccounts/billingSubscriptions/aliases",
"properties": {
"autoRenew": "Off",
"billingFrequency": "P1M",
Expand Down Expand Up @@ -78,7 +78,7 @@
{
"id": "/providers/Microsoft.Billing/BillingAccounts/{billingAccountName}/billingSubscriptions/aliases/2ee97fe0-efca-4960-a9af-98a30c2c497c",
"name": "2ee97fe0-efca-4960-a9af-98a30c2c497c",
"type": "Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections/billingSubscriptions/aliases",
"type": "Microsoft.Billing/billingAccounts/billingSubscriptions/aliases",
"properties": {
"autoRenew": "Off",
"billingFrequency": "P1M",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{
"id": "/providers/Microsoft.Billing/BillingAccounts/{billingAccountName}/billingSubscriptions/418b0e9c-5dc3-4260-918f-30b90619fe07",
"name": "418b0e9c-5dc3-4260-918f-30b90619fe07",
"type": "Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections/billingSubscriptions",
"type": "Microsoft.Billing/billingAccounts/billingSubscriptions",
"properties": {
"autoRenew": "Off",
"billingFrequency": "P1M",
Expand Down Expand Up @@ -43,7 +43,7 @@
{
"id": "/providers/Microsoft.Billing/BillingAccounts/{billingAccountName}/billingSubscriptions/9e030ae5-51ed-4e02-8e17-d51b3aa55980",
"name": "9e030ae5-51ed-4e02-8e17-d51b3aa55980",
"type": "Microsoft.Billing/billingSubscriptions",
"type": "Microsoft.Billing/billingAccounts/billingSubscriptions",
"properties": {
"autoRenew": "Off",
"billingFrequency": "P1M",
Expand Down Expand Up @@ -76,7 +76,7 @@
{
"id": "/providers/Microsoft.Billing/BillingAccounts/{billingAccountName}billingSubscriptions/7f271b5e-a89e-45cc-8fa5-cd5c643f8b5e",
"name": "7f271b5e-a89e-45cc-8fa5-cd5c643f8b5e",
"type": "Microsoft.Billing/billingSubscriptions",
"type": "Microsoft.Billing/billingAccounts/billingSubscriptions",
"properties": {
"autoRenew": "Off",
"billingFrequency": "P1M",
Expand Down

0 comments on commit 29c0aa2

Please sign in to comment.