Skip to content

Commit f94d6f0

Browse files
jochavJorge Chavez Nieto
authored andcommitted
[Hub Generated] Review request for Microsoft.CostManagement to add version stable/2019-10-01 (Azure#12194)
* Adding nextLink and previousLink to Tags endpoint properties * moving properties out * prettier check fix Co-authored-by: Jorge Chavez Nieto <jochav@microsoft.com>
1 parent b5a2e7a commit f94d6f0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

specification/consumption/resource-manager/Microsoft.Consumption/stable/2019-10-01/consumption.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3791,6 +3791,16 @@
37913791
"items": {
37923792
"$ref": "#/definitions/Tag"
37933793
}
3794+
},
3795+
"nextLink": {
3796+
"description": "The link (url) to the next page of results.",
3797+
"type": "string",
3798+
"readOnly": true
3799+
},
3800+
"previousLink": {
3801+
"description": "The link (url) to the previous page of results.",
3802+
"type": "string",
3803+
"readOnly": true
37943804
}
37953805
}
37963806
},

specification/consumption/resource-manager/Microsoft.Consumption/stable/2019-10-01/examples/Tags.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@
4040
{
4141
"key": "clusterName"
4242
}
43-
]
43+
],
44+
"nextLink": "https://management.azure.com/providers/Microsoft.Billing/billingAccounts/{billingaccount-id}/providers/Microsoft.Consumption/tags/?$expand=properties/tags/value&api-version=2019-10-01&startDate=2020-12-01&endDate=2020-12-31&$top=1000&$skiptoken=AwAAAA%3D%3D",
45+
"previousLink": "https://management.azure.com/providers/Microsoft.Billing/billingAccounts/{billingaccount-id}/providers/Microsoft.Consumption/tags/?$expand=properties/tags/value&api-version=2019-10-01&startDate=2020-12-01&endDate=2020-12-31&$top=1000&$skiptoken=AQAAAA%3D%3D"
4446
}
4547
}
4648
},

0 commit comments

Comments
 (0)