-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
data: regenerating based on the latest Swagger
- Loading branch information
hc-github-team-tf-azure
committed
Jun 27, 2024
1 parent
a9bdf87
commit d6bafb1
Showing
681 changed files
with
34,803 additions
and
0 deletions.
There are no files selected for viewing
34 changes: 34 additions & 0 deletions
34
api-definitions/resource-manager/Billing/2024-04-01/Agreement/Constant-AcceptanceMode.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"name": "AcceptanceMode", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "ClickToAccept", | ||
"value": "ClickToAccept" | ||
}, | ||
{ | ||
"key": "ESignEmbedded", | ||
"value": "ESignEmbedded" | ||
}, | ||
{ | ||
"key": "ESignOffline", | ||
"value": "ESignOffline" | ||
}, | ||
{ | ||
"key": "Implicit", | ||
"value": "Implicit" | ||
}, | ||
{ | ||
"key": "Offline", | ||
"value": "Offline" | ||
}, | ||
{ | ||
"key": "Other", | ||
"value": "Other" | ||
}, | ||
{ | ||
"key": "PhysicalSign", | ||
"value": "PhysicalSign" | ||
} | ||
] | ||
} |
30 changes: 30 additions & 0 deletions
30
api-definitions/resource-manager/Billing/2024-04-01/Agreement/Constant-Category.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"name": "Category", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "AffiliatePurchaseTerms", | ||
"value": "AffiliatePurchaseTerms" | ||
}, | ||
{ | ||
"key": "IndirectForGovernmentAgreement", | ||
"value": "IndirectForGovernmentAgreement" | ||
}, | ||
{ | ||
"key": "MicrosoftCustomerAgreement", | ||
"value": "MicrosoftCustomerAgreement" | ||
}, | ||
{ | ||
"key": "MicrosoftPartnerAgreement", | ||
"value": "MicrosoftPartnerAgreement" | ||
}, | ||
{ | ||
"key": "Other", | ||
"value": "Other" | ||
}, | ||
{ | ||
"key": "UKCloudComputeFramework", | ||
"value": "UKCloudComputeFramework" | ||
} | ||
] | ||
} |
83 changes: 83 additions & 0 deletions
83
api-definitions/resource-manager/Billing/2024-04-01/Agreement/Model-Agreement.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
{ | ||
"name": "Agreement", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "id", | ||
"name": "Id", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "name", | ||
"name": "Name", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "properties", | ||
"name": "Properties", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"referenceName": "AgreementProperties" | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "systemData", | ||
"name": "SystemData", | ||
"objectDefinition": { | ||
"type": "SystemData", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "tags", | ||
"name": "Tags", | ||
"objectDefinition": { | ||
"type": "Tags", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "type", | ||
"name": "Type", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
} | ||
] | ||
} |
145 changes: 145 additions & 0 deletions
145
api-definitions/resource-manager/Billing/2024-04-01/Agreement/Model-AgreementProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,145 @@ | ||
{ | ||
"name": "AgreementProperties", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "acceptanceMode", | ||
"name": "AcceptanceMode", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"referenceName": "AcceptanceMode" | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "agreementLink", | ||
"name": "AgreementLink", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "billingProfileInfo", | ||
"name": "BillingProfileInfo", | ||
"objectDefinition": { | ||
"type": "List", | ||
"referenceName": null, | ||
"nestedItem": { | ||
"type": "Reference", | ||
"referenceName": "BillingProfileInfo" | ||
} | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "category", | ||
"name": "Category", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"referenceName": "Category" | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "displayName", | ||
"name": "DisplayName", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"dateFormat": "RFC3339", | ||
"jsonName": "effectiveDate", | ||
"name": "EffectiveDate", | ||
"objectDefinition": { | ||
"type": "DateTime", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"dateFormat": "RFC3339", | ||
"jsonName": "expirationDate", | ||
"name": "ExpirationDate", | ||
"objectDefinition": { | ||
"type": "DateTime", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "leadBillingAccountName", | ||
"name": "LeadBillingAccountName", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "participants", | ||
"name": "Participants", | ||
"objectDefinition": { | ||
"type": "List", | ||
"referenceName": null, | ||
"nestedItem": { | ||
"type": "Reference", | ||
"referenceName": "Participant" | ||
} | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "status", | ||
"name": "Status", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
} | ||
] | ||
} |
70 changes: 70 additions & 0 deletions
70
api-definitions/resource-manager/Billing/2024-04-01/Agreement/Model-BillingProfileInfo.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
{ | ||
"name": "BillingProfileInfo", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "billingAccountId", | ||
"name": "BillingAccountId", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "billingProfileDisplayName", | ||
"name": "BillingProfileDisplayName", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "billingProfileId", | ||
"name": "BillingProfileId", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "billingProfileSystemId", | ||
"name": "BillingProfileSystemId", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "indirectRelationshipOrganizationName", | ||
"name": "IndirectRelationshipOrganizationName", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
} | ||
] | ||
} |
Oops, something went wrong.