Skip to content

Commit

Permalink
Microsoft.Billing | Update acceptanceMode Enum values to match with A…
Browse files Browse the repository at this point in the history
…PI response (#26230)

* Update acceptance mode enums values to match with API response

* adding one additiona default enum
  • Loading branch information
muazmian authored and zman-ms committed Jan 9, 2024
1 parent c12bdd1 commit c520204
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6333,9 +6333,13 @@
"description": "The mode of acceptance for an agreement.",
"readOnly": true,
"enum": [
"Other",
"ClickToAccept",
"ESignEmbedded",
"ESignOffline"
"ESignOffline",
"PhysicalSign",
"Offline",
"Implicit"
],
"x-ms-enum": {
"name": "acceptanceMode",
Expand Down

0 comments on commit c520204

Please sign in to comment.