Skip to content

Commit 73fc92c

Browse files
muazmianjnlycklama
authored andcommitted
Microsoft.Billing | Update acceptanceMode Enum values to match with API response (#26230)
* Update acceptance mode enums values to match with API response * adding one additiona default enum
1 parent 93b1be0 commit 73fc92c

File tree

1 file changed

+5
-1
lines changed
  • specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01

1 file changed

+5
-1
lines changed

specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/billing.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6333,9 +6333,13 @@
63336333
"description": "The mode of acceptance for an agreement.",
63346334
"readOnly": true,
63356335
"enum": [
6336+
"Other",
63366337
"ClickToAccept",
63376338
"ESignEmbedded",
6338-
"ESignOffline"
6339+
"ESignOffline",
6340+
"PhysicalSign",
6341+
"Offline",
6342+
"Implicit"
63396343
],
63406344
"x-ms-enum": {
63416345
"name": "acceptanceMode",

0 commit comments

Comments
 (0)