Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"parameters": {
"api-version": "2018-11-01-preview",
"subscriptionId": "subid",
"billingPeriodName": "201702-1"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/subid/providers/Microsoft.Billing/billingPeriods/201702-1",
"name": "201702-1",
"type": "Microsoft.Billing/billingPeriods",
"properties": {
"billingPeriodStartDate": "2017-01-01",
"billingPeriodEndDate": "2017-02-01",
"invoiceIds": [
"/subscriptions/subid/providers/Microsoft.Billing/invoices/2017-02-05-123456789",
"/subscriptions/subid/providers/Microsoft.Billing/invoices/2017-01-05-987654321"
]
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"parameters": {
"api-version": "2018-11-01-preview",
"subscriptionId": "subid"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/subid/providers/Microsoft.Billing/billingPeriods/201702-1",
"name": "201702-1",
"type": "Microsoft.Billing/billingPeriods",
"properties": {
"billingPeriodStartDate": "2017-01-01",
"billingPeriodEndDate": "2017-02-01",
"invoiceIds": [
"/subscriptions/subid/providers/Microsoft.Billing/invoices/2017-02-05-123456789",
"/subscriptions/subid/providers/Microsoft.Billing/invoices/2017-01-05-987654321"
]
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"parameters": {
"api-version": "2018-11-01-preview",
"name": "e1bf1c8c-5ac6-44a0-bdcd-aa7c1cf60556"
},
"responses": {
"200": {
"body": {
"id": "/providers/Microsoft.Billing/enrollmentAccounts/e1bf1c8c-5ac6-44a0-bdcd-aa7c1cf60556",
"name": "e1bf1c8c-5ac6-44a0-bdcd-aa7c1cf60556",
"type": "Microsoft.Billing/enrollmentAccounts",
"properties": {
"principalName": "kathy@contoso.com"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"parameters": {
"api-version": "2018-11-01-preview"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/providers/Microsoft.Billing/enrollmentAccounts/e1bf1c8c-5ac6-44a0-bdcd-aa7c1cf60556",
"name": "e1bf1c8c-5ac6-44a0-bdcd-aa7c1cf60556",
"type": "Microsoft.Billing/enrollmentAccounts",
"properties": {
"principalName": "kathy@contoso.com"
}
},
{
"id": "/providers/Microsoft.Billing/enrollmentAccounts/edd24053-07cd-4ed4-aa5b-326160a6680d",
"name": "edd24053-07cd-4ed4-aa5b-326160a6680d",
"type": "Microsoft.Billing/enrollmentAccounts",
"properties": {
"principalName": "dan@contoso.com"
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parameters": {
"api-version": "2018-11-01-preview",
"subscriptionId": "subid",
"$top": 1,
"$filter": "invoicePeriodEndDate le 2017-02-01",
"$expand": "downloadUrl"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/subid/providers/Microsoft.Billing/invoices/2017-02-05-123456789",
"name": "2017-02-05-123456789",
"type": "Microsoft.Billing/invoices",
"properties": {
"invoicePeriodStartDate": "2017-01-01",
"invoicePeriodEndDate": "2017-02-01",
"billingPeriodIds": [
"/subscriptions/subid/providers/Microsoft.Billing/billingPeriods/201702-1",
"/subscriptions/subid/providers/Microsoft.Billing/billingPeriods/201701-1"
],
"downloadUrl": {
"expiryTime": "2017-02-13T20:46:30Z",
"url": "https://microsoft.com"
}
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"parameters": {
"api-version": "2018-11-01-preview",
"subscriptionId": "subid",
"invoiceName": "2017-02-05-123456789"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/subid/providers/Microsoft.Billing/invoices/2017-02-05-123456789",
"name": "2017-02-05-123456789",
"type": "Microsoft.Billing/invoices",
"properties": {
"invoicePeriodStartDate": "2017-01-01",
"invoicePeriodEndDate": "2017-02-01",
"billingPeriodIds": [
"/subscriptions/subid/providers/Microsoft.Billing/billingPeriods/201702-1",
"/subscriptions/subid/providers/Microsoft.Billing/billingPeriods/201701-1"
],
"downloadUrl": {
"expiryTime": "2017-02-13T20:46:30Z",
"url": "https://microsoft.com"
}
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"parameters": {
"api-version": "2018-11-01-preview",
"subscriptionId": "subid"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/subid/providers/Microsoft.Billing/invoices/2017-02-05-123456789",
"name": "2017-02-05-123456789",
"type": "Microsoft.Billing/invoices",
"properties": {
"invoicePeriodStartDate": "2017-01-01",
"invoicePeriodEndDate": "2017-02-01",
"billingPeriodIds": [
"/subscriptions/subid/providers/Microsoft.Billing/billingPeriods/201702-1",
"/subscriptions/subid/providers/Microsoft.Billing/billingPeriods/201701-1"
],
"downloadUrl": {
"expiryTime": "2017-02-13T20:46:30Z",
"url": "https://microsoft.com"
}
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"parameters": {
"api-version": "2018-11-01-preview",
"subscriptionId": "subid"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/subid/providers/Microsoft.Billing/invoices/2017-02-05-123456789",
"name": "2017-02-05-123456789",
"type": "Microsoft.Billing/invoices",
"properties": {
"invoicePeriodStartDate": "2017-01-01",
"invoicePeriodEndDate": "2017-02-01",
"billingPeriodIds": [
"/subscriptions/subid/providers/Microsoft.Billing/billingPeriods/201702-1",
"/subscriptions/subid/providers/Microsoft.Billing/billingPeriods/201701-1"
]
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"parameters": {
"api-version": "2018-11-01-preview",
"billingAccountId": "{billingAccountId}",
"invoiceSectionId": "{invoiceSectionId1}",
"productName": "product1",
"parameters": {
"request": {
"destinationInvoiceSectionId": "/providers/Microsoft.Billing/billingAccounts/5660ed6e-7824-4795-a579-c0037e6c8da4/invoiceSections/2b2ff7ea-559c-41c0-adea-2550293e11e5"
}
}
},
"responses": {
"202": {
"headers": {
"Location": "https://management.azure.com/providers/Microsoft.Billing/operationResults/84ae600f-763c-4a66-a8f0-4c497fc58d98?api-version=2018-11-01-preview",
"Retry-After": "60",
"Azure-AsyncOperation": "https://management.azure.com/providers/Microsoft.Billing/operationStatus/84ae600f-763c-4a66-a8f0-4c497fc58d98?api-version=2018-11-01-preview",
"OData-EntityId": "84ae600f-763c-4a66-a8f0-4c497fc58d98"
}
}
}
}
100 changes: 55 additions & 45 deletions specification/billing/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,56 @@

## Go

These settings apply only when `--go` is specified on the command line.

``` yaml $(go)
go:
license-header: MICROSOFT_APACHE_NO_VERSION
namespace: billing
clear-output-folder: true
```

### Go multi-api
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2018-03-preview
- tag: package-2017-04-preview
- tag: package-2017-02-preview
```

### Tag: package-2018-03-preview and go

These settings apply only when `--tag=package-2018-03-preview --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2018-03-preview' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2018-03-01-preview/$(namespace)
```

### Tag: package-2017-04-preview and go

These settings apply only when `--tag=package-2017-04-preview --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2017-04-preview' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2017-04-24-preview/$(namespace)
```

### Tag: package-2017-02-preview and go

These settings apply only when `--tag=package-2017-02-preview --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2017-02-preview' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2017-02-27-preview/$(namespace)

## Go

These settings apply only when `--go` is specified on the command line.

``` yaml $(go)
go:
license-header: MICROSOFT_APACHE_NO_VERSION
namespace: billing
clear-output-folder: true
```

### Go multi-api
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2018-11-preview
- tag: package-2018-03-preview
- tag: package-2017-04-preview
- tag: package-2017-02-preview
```

### Tag: package-2018-11-preview and go

These settings apply only when `--tag=package-2018-11-preview --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2018-11-preview' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2018-11-01-preview/$(namespace)
```

### Tag: package-2018-03-preview and go

These settings apply only when `--tag=package-2018-03-preview --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2018-03-preview' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2018-03-01-preview/$(namespace)
```

### Tag: package-2017-04-preview and go

These settings apply only when `--tag=package-2017-04-preview --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2017-04-preview' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2017-04-24-preview/$(namespace)
```

### Tag: package-2017-02-preview and go

These settings apply only when `--tag=package-2017-02-preview --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2017-02-preview' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2017-02-27-preview/$(namespace)
```
Loading