Skip to content

Commit

Permalink
Merge pull request #8 from jbuls/jbuls/ga20211001
Browse files Browse the repository at this point in the history
PR feedback - billingSubscriptionAliases
  • Loading branch information
jbuls authored Oct 28, 2021
2 parents 29c0aa2 + 91dfcbe commit 2b3436d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@
}
}
},
"/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions/aliases": {
"/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptionAliases": {
"get": {
"tags": [
"BillingSubscriptionsAliases"
Expand Down Expand Up @@ -513,7 +513,7 @@
}
}
},
"/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions/aliases/{aliasName}": {
"/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptionAliases/{aliasName}": {
"get": {
"tags": [
"BillingSubscriptionsAliases"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"responses": {
"200": {
"body": {
"id": "/providers/Microsoft.Billing/BillingAccounts/{billingAccountName}/billingSubscriptions/aliases/c356b7c7-7545-4686-b843-c1a49cf853fc",
"id": "/providers/Microsoft.Billing/BillingAccounts/{billingAccountName}/billingSubscriptionAliases/c356b7c7-7545-4686-b843-c1a49cf853fc",
"name": "c356b7c7-7545-4686-b843-c1a49cf853fc",
"type": "Microsoft.Billing/billingAccounts/billingSubscriptions/aliases",
"type": "Microsoft.Billing/billingAccounts/billingSubscriptionAliases",
"properties": {
"autoRenew": "Off",
"billingFrequency": "P1M",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@
}
},
{
"id": "/providers/Microsoft.Billing/BillingAccounts/{billingAccountName}/billingSubscriptions/aliases/2ee97fe0-efca-4960-a9af-98a30c2c497c",
"id": "/providers/Microsoft.Billing/BillingAccounts/{billingAccountName}/billingSubscriptionAliases/2ee97fe0-efca-4960-a9af-98a30c2c497c",
"name": "2ee97fe0-efca-4960-a9af-98a30c2c497c",
"type": "Microsoft.Billing/billingAccounts/billingSubscriptions/aliases",
"type": "Microsoft.Billing/billingAccounts/billingSubscriptionAliases",
"properties": {
"autoRenew": "Off",
"billingFrequency": "P1M",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
},
"201": {
"body": {
"id": "/providers/Microsoft.Billing/BillingAccounts/{billingAccountName}/billingSubscriptions/aliases/c356b7c7-7545-4686-b843-c1a49cf853fc",
"id": "/providers/Microsoft.Billing/BillingAccounts/{billingAccountName}/billingSubscriptionAliases/c356b7c7-7545-4686-b843-c1a49cf853fc",
"name": "c356b7c7-7545-4686-b843-c1a49cf853fc",
"type": "Microsoft.Billing/billingAccounts/billingSubscriptions/aliases",
"type": "Microsoft.Billing/billingAccounts/billingSubscriptionAliases",
"properties": {
"billingProfileId": "/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/2b72f936-0166-47d6-91a3-ef9f84f36664",
"billingProfileDisplayName": "Contoso operations billing profile",
Expand Down

0 comments on commit 2b3436d

Please sign in to comment.