Skip to content

Commit

Permalink
data: regenerating based on the latest Swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-azure committed Dec 12, 2024
1 parent e33e43f commit acbd1cd
Show file tree
Hide file tree
Showing 353 changed files with 19,060 additions and 0 deletions.
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"
}
]
}
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"
}
]
}
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"
}
]
}
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"
}
]
}
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
}
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
}
Loading

0 comments on commit acbd1cd

Please sign in to comment.