-
Notifications
You must be signed in to change notification settings - Fork 59
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
Dec 12, 2024
1 parent
e33e43f
commit acbd1cd
Showing
353 changed files
with
19,060 additions
and
0 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
...ualization/2024-04-08-preview/ActiveSessionHostConfiguration/Constant-DomainJoinType.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": "DomainJoinType", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "ActiveDirectory", | ||
"value": "ActiveDirectory" | ||
}, | ||
{ | ||
"key": "AzureActiveDirectory", | ||
"value": "AzureActiveDirectory" | ||
} | ||
] | ||
} |
14 changes: 14 additions & 0 deletions
14
...esktopVirtualization/2024-04-08-preview/ActiveSessionHostConfiguration/Constant-Type.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": "Type", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "Custom", | ||
"value": "Custom" | ||
}, | ||
{ | ||
"key": "Marketplace", | ||
"value": "Marketplace" | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
...on/2024-04-08-preview/ActiveSessionHostConfiguration/Constant-VirtualMachineDiskType.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": "VirtualMachineDiskType", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "PremiumLRS", | ||
"value": "Premium_LRS" | ||
}, | ||
{ | ||
"key": "StandardLRS", | ||
"value": "Standard_LRS" | ||
}, | ||
{ | ||
"key": "StandardSSDLRS", | ||
"value": "StandardSSD_LRS" | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
...024-04-08-preview/ActiveSessionHostConfiguration/Constant-VirtualMachineSecurityType.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": "VirtualMachineSecurityType", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "ConfidentialVM", | ||
"value": "ConfidentialVM" | ||
}, | ||
{ | ||
"key": "Standard", | ||
"value": "Standard" | ||
}, | ||
{ | ||
"key": "TrustedLaunch", | ||
"value": "TrustedLaunch" | ||
} | ||
] | ||
} |
51 changes: 51 additions & 0 deletions
51
...024-04-08-preview/ActiveSessionHostConfiguration/Model-ActiveDirectoryInfoProperties.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": "ActiveDirectoryInfoProperties", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "domainCredentials", | ||
"name": "DomainCredentials", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"nullable": false, | ||
"referenceName": "KeyVaultCredentialsProperties", | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": false, | ||
"readOnly": false, | ||
"required": true, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "domainName", | ||
"name": "DomainName", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "ouPath", | ||
"name": "OuPath", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": false, | ||
"readOnly": false, | ||
"required": true, | ||
"sensitive": false | ||
} | ||
], | ||
"IsParent": false | ||
} |
81 changes: 81 additions & 0 deletions
81
...24-04-08-preview/ActiveSessionHostConfiguration/Model-ActiveSessionHostConfiguration.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": "ActiveSessionHostConfiguration", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "id", | ||
"name": "Id", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "name", | ||
"name": "Name", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "properties", | ||
"name": "Properties", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"nullable": false, | ||
"referenceName": "ActiveSessionHostConfigurationProperties", | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": false, | ||
"readOnly": false, | ||
"required": true, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "systemData", | ||
"name": "SystemData", | ||
"objectDefinition": { | ||
"type": "SystemData", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "type", | ||
"name": "Type", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
} | ||
], | ||
"IsParent": false | ||
} |
Oops, something went wrong.