Skip to content

Commit 93c7d7a

Browse files
authored
[Minor] use arm operations for ov api (#39120)
* use arm operations * fix doc comment
1 parent 3cb1128 commit 93c7d7a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/StackHCI/preview/2025-12-01-preview/hci.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@
10361036
{
10371037
"name": "validationRequest",
10381038
"in": "body",
1039-
"description": "The content of the action request",
1039+
"description": "Ownership vouchers to be validated.",
10401040
"required": true,
10411041
"schema": {
10421042
"$ref": "#/definitions/ValidateOwnershipVouchersRequest"

specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/StackHCI/validateOwnershipVouchers.tsp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ model ValidateOwnershipVouchersRequest {
3636
@minItems(1)
3737
ownershipVoucherDetails: OwnershipVoucherDetails[];
3838
}
39+
@@doc(OwnershipVouchers.validate::parameters.body,
40+
"Ownership vouchers to be validated."
41+
);
42+
@@clientName(OwnershipVouchers.validate::parameters.body, "validationRequest");
3943

4044
@@clientName(OwnershipVouchers.validate::parameters.body, "validationRequest");
4145

0 commit comments

Comments
 (0)