-
Notifications
You must be signed in to change notification settings - Fork 54
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
Oct 15, 2024
1 parent
60d1a81
commit b9e5be8
Showing
25 changed files
with
1,162 additions
and
0 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
api-definitions/resource-manager/Astronomer/2024-08-27/ApiVersionDefinition.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,9 @@ | ||
{ | ||
"apiVersion": "2024-08-27", | ||
"isPreview": false, | ||
"generate": true, | ||
"resources": [ | ||
"Organizations" | ||
], | ||
"source": "Azure/azure-rest-api-specs" | ||
} |
22 changes: 22 additions & 0 deletions
22
...e-manager/Astronomer/2024-08-27/Organizations/Constant-MarketplaceSubscriptionStatus.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,22 @@ | ||
{ | ||
"name": "MarketplaceSubscriptionStatus", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "PendingFulfillmentStart", | ||
"value": "PendingFulfillmentStart" | ||
}, | ||
{ | ||
"key": "Subscribed", | ||
"value": "Subscribed" | ||
}, | ||
{ | ||
"key": "Suspended", | ||
"value": "Suspended" | ||
}, | ||
{ | ||
"key": "Unsubscribed", | ||
"value": "Unsubscribed" | ||
} | ||
] | ||
} |
14 changes: 14 additions & 0 deletions
14
...efinitions/resource-manager/Astronomer/2024-08-27/Organizations/Constant-RenewalMode.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,14 @@ | ||
{ | ||
"name": "RenewalMode", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "Auto", | ||
"value": "Auto" | ||
}, | ||
{ | ||
"key": "Manual", | ||
"value": "Manual" | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
...ource-manager/Astronomer/2024-08-27/Organizations/Constant-ResourceProvisioningState.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,18 @@ | ||
{ | ||
"name": "ResourceProvisioningState", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "Canceled", | ||
"value": "Canceled" | ||
}, | ||
{ | ||
"key": "Failed", | ||
"value": "Failed" | ||
}, | ||
{ | ||
"key": "Succeeded", | ||
"value": "Succeeded" | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
...ons/resource-manager/Astronomer/2024-08-27/Organizations/Constant-SingleSignOnStates.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,18 @@ | ||
{ | ||
"name": "SingleSignOnStates", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "Disable", | ||
"value": "Disable" | ||
}, | ||
{ | ||
"key": "Enable", | ||
"value": "Enable" | ||
}, | ||
{ | ||
"key": "Initial", | ||
"value": "Initial" | ||
} | ||
] | ||
} |
66 changes: 66 additions & 0 deletions
66
...anager/Astronomer/2024-08-27/Organizations/Model-LiftrBaseDataOrganizationProperties.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,66 @@ | ||
{ | ||
"name": "LiftrBaseDataOrganizationProperties", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "marketplace", | ||
"name": "Marketplace", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"nullable": false, | ||
"referenceName": "LiftrBaseMarketplaceDetails", | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": false, | ||
"readOnly": false, | ||
"required": true, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "partnerOrganizationProperties", | ||
"name": "PartnerOrganizationProperties", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"nullable": false, | ||
"referenceName": "LiftrBaseDataPartnerOrganizationProperties", | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "provisioningState", | ||
"name": "ProvisioningState", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"nullable": false, | ||
"referenceName": "ResourceProvisioningState", | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "user", | ||
"name": "User", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"nullable": false, | ||
"referenceName": "LiftrBaseUserDetails", | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": false, | ||
"readOnly": false, | ||
"required": true, | ||
"sensitive": false | ||
} | ||
], | ||
"IsParent": false | ||
} |
81 changes: 81 additions & 0 deletions
81
...Astronomer/2024-08-27/Organizations/Model-LiftrBaseDataPartnerOrganizationProperties.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,81 @@ | ||
{ | ||
"name": "LiftrBaseDataPartnerOrganizationProperties", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "organizationId", | ||
"name": "OrganizationId", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "organizationName", | ||
"name": "OrganizationName", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": false, | ||
"readOnly": false, | ||
"required": true, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "singleSignOnProperties", | ||
"name": "SingleSignOnProperties", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"nullable": false, | ||
"referenceName": "LiftrBaseSingleSignOnProperties", | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "workspaceId", | ||
"name": "WorkspaceId", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "workspaceName", | ||
"name": "WorkspaceName", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
} | ||
], | ||
"IsParent": false | ||
} |
81 changes: 81 additions & 0 deletions
81
...omer/2024-08-27/Organizations/Model-LiftrBaseDataPartnerOrganizationPropertiesUpdate.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,81 @@ | ||
{ | ||
"name": "LiftrBaseDataPartnerOrganizationPropertiesUpdate", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "organizationId", | ||
"name": "OrganizationId", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "organizationName", | ||
"name": "OrganizationName", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "singleSignOnProperties", | ||
"name": "SingleSignOnProperties", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"nullable": false, | ||
"referenceName": "LiftrBaseSingleSignOnProperties", | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "workspaceId", | ||
"name": "WorkspaceId", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "workspaceName", | ||
"name": "WorkspaceName", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
} | ||
], | ||
"IsParent": false | ||
} |
51 changes: 51 additions & 0 deletions
51
...source-manager/Astronomer/2024-08-27/Organizations/Model-LiftrBaseMarketplaceDetails.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,51 @@ | ||
{ | ||
"name": "LiftrBaseMarketplaceDetails", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "offerDetails", | ||
"name": "OfferDetails", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"nullable": false, | ||
"referenceName": "LiftrBaseOfferDetails", | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": false, | ||
"readOnly": false, | ||
"required": true, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "subscriptionId", | ||
"name": "SubscriptionId", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "subscriptionStatus", | ||
"name": "SubscriptionStatus", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"nullable": false, | ||
"referenceName": "MarketplaceSubscriptionStatus", | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
} | ||
], | ||
"IsParent": false | ||
} |
Oops, something went wrong.