Skip to content

Commit

Permalink
Task 9639284: Swagger changes for new UK agreement templates (Azure#1…
Browse files Browse the repository at this point in the history
…3895)

* Task 9639284: Swagger changes for new UK agreement templates

* Renamed as per comments.

Co-authored-by: Umang Shah <umangshah@microsoft.com>
  • Loading branch information
us6193 and Umang Shah authored Apr 14, 2021
1 parent 0ad2a66 commit ea5bc27
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8700,9 +8700,12 @@
"description": "The category of the agreement signed by a customer.",
"readOnly": true,
"enum": [
"MicrosoftCustomerAgreement",
"AffiliatePurchaseTerms",
"Other"
"IndirectForGovernmentAgreement",
"MicrosoftCustomerAgreement",
"MicrosoftPartnerAgreement",
"Other",
"UKCloudComputeFramework"
],
"x-ms-enum": {
"name": "category",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6372,9 +6372,12 @@
"description": "The category of the agreement signed by a customer.",
"readOnly": true,
"enum": [
"MicrosoftCustomerAgreement",
"AffiliatePurchaseTerms",
"Other"
"IndirectForGovernmentAgreement",
"MicrosoftCustomerAgreement",
"MicrosoftPartnerAgreement",
"Other",
"UKCloudComputeFramework"
],
"x-ms-enum": {
"name": "category",
Expand Down

0 comments on commit ea5bc27

Please sign in to comment.