diff --git a/sdk/communication/Azure.Communication.Messages/tsp-location.yaml b/sdk/communication/Azure.Communication.Messages/tsp-location.yaml
index 9a5d58ac3e5c..0716bba6a042 100644
--- a/sdk/communication/Azure.Communication.Messages/tsp-location.yaml
+++ b/sdk/communication/Azure.Communication.Messages/tsp-location.yaml
@@ -1,4 +1,4 @@
-commit: 7797d20dce4f18ee2b3709b894f22634d6fb8b1e
directory: specification/communication/Communication.Messages
-additionalDirectories: []
+commit: d5133f19798eafb5edb18a0edddd91f3d0cc4c2f
repo: Azure/azure-rest-api-specs
+additionalDirectories:
diff --git a/sdk/computefleet/Azure.ResourceManager.ComputeFleet/Configuration.json b/sdk/computefleet/Azure.ResourceManager.ComputeFleet/Configuration.json
new file mode 100644
index 000000000000..950808ed35b8
--- /dev/null
+++ b/sdk/computefleet/Azure.ResourceManager.ComputeFleet/Configuration.json
@@ -0,0 +1,13 @@
+{
+ "output-folder": ".",
+ "namespace": "Azure.ResourceManager.ComputeFleet",
+ "library-name": "Azure.ResourceManager.ComputeFleet",
+ "flavor": "azure",
+ "use-model-reader-writer": true,
+ "shared-source-folders": [
+ "../../TempTypeSpecFiles/node_modules/@autorest/csharp/Generator.Shared",
+ "../../TempTypeSpecFiles/node_modules/@autorest/csharp/Azure.Core.Shared"
+ ],
+ "model-namespace": false,
+ "azure-arm": true
+}
diff --git a/sdk/computefleet/Azure.ResourceManager.ComputeFleet/tsp-location.yaml b/sdk/computefleet/Azure.ResourceManager.ComputeFleet/tsp-location.yaml
index 33e2a8ab89cd..d56d485b0033 100644
--- a/sdk/computefleet/Azure.ResourceManager.ComputeFleet/tsp-location.yaml
+++ b/sdk/computefleet/Azure.ResourceManager.ComputeFleet/tsp-location.yaml
@@ -1,4 +1,4 @@
directory: specification/azurefleet/AzureFleet.Management
-commit: 7e22a66617633d162735fe65388c2852127b4aac
+commit: d5133f19798eafb5edb18a0edddd91f3d0cc4c2f
repo: Azure/azure-rest-api-specs
-
+additionalDirectories:
diff --git a/sdk/computefleet/Azure.ResourceManager.ComputeFleet/tspCodeModel.json b/sdk/computefleet/Azure.ResourceManager.ComputeFleet/tspCodeModel.json
new file mode 100644
index 000000000000..fbffa4883e74
--- /dev/null
+++ b/sdk/computefleet/Azure.ResourceManager.ComputeFleet/tspCodeModel.json
@@ -0,0 +1,37358 @@
+{
+ "$id": "1",
+ "name": "Microsoft.AzureFleet",
+ "apiVersions": [
+ "2024-11-01"
+ ],
+ "enums": [
+ {
+ "$id": "2",
+ "kind": "enum",
+ "name": "ComputeFleetProvisioningState",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ProvisioningState",
+ "valueType": {
+ "$id": "3",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "4",
+ "kind": "enumvalue",
+ "name": "Succeeded",
+ "value": "Succeeded",
+ "valueType": {
+ "$id": "5",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "2"
+ },
+ "doc": "Resource has been created.",
+ "decorators": []
+ },
+ {
+ "$id": "6",
+ "kind": "enumvalue",
+ "name": "Failed",
+ "value": "Failed",
+ "valueType": {
+ "$id": "7",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "2"
+ },
+ "doc": "Resource creation failed.",
+ "decorators": []
+ },
+ {
+ "$id": "8",
+ "kind": "enumvalue",
+ "name": "Canceled",
+ "value": "Canceled",
+ "valueType": {
+ "$id": "9",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "2"
+ },
+ "doc": "Resource creation was canceled.",
+ "decorators": []
+ },
+ {
+ "$id": "10",
+ "kind": "enumvalue",
+ "name": "Creating",
+ "value": "Creating",
+ "valueType": {
+ "$id": "11",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "2"
+ },
+ "doc": "Initial creation in progress.",
+ "decorators": []
+ },
+ {
+ "$id": "12",
+ "kind": "enumvalue",
+ "name": "Updating",
+ "value": "Updating",
+ "valueType": {
+ "$id": "13",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "2"
+ },
+ "doc": "Update in progress.",
+ "decorators": []
+ },
+ {
+ "$id": "14",
+ "kind": "enumvalue",
+ "name": "Deleting",
+ "value": "Deleting",
+ "valueType": {
+ "$id": "15",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "2"
+ },
+ "doc": "Deletion in progress.",
+ "decorators": []
+ },
+ {
+ "$id": "16",
+ "kind": "enumvalue",
+ "name": "Migrating",
+ "value": "Migrating",
+ "valueType": {
+ "$id": "17",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "2"
+ },
+ "doc": "Resource is being migrated from one subscription or resource group to another.",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "The status of the current operation.",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "18",
+ "kind": "enum",
+ "name": "ComputeFleetEvictionPolicy",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.EvictionPolicy",
+ "valueType": {
+ "$id": "19",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "20",
+ "kind": "enumvalue",
+ "name": "Delete",
+ "value": "Delete",
+ "valueType": {
+ "$id": "21",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "18"
+ },
+ "doc": "When evicted, the Spot VM will be deleted and the corresponding capacity will be updated to reflect this.",
+ "decorators": []
+ },
+ {
+ "$id": "22",
+ "kind": "enumvalue",
+ "name": "Deallocate",
+ "value": "Deallocate",
+ "valueType": {
+ "$id": "23",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "18"
+ },
+ "doc": "When evicted, the Spot VM will be deallocated/stopped",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "Different kind of eviction policies",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "24",
+ "kind": "enum",
+ "name": "SpotAllocationStrategy",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.SpotAllocationStrategy",
+ "valueType": {
+ "$id": "25",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "26",
+ "kind": "enumvalue",
+ "name": "PriceCapacityOptimized",
+ "value": "PriceCapacityOptimized",
+ "valueType": {
+ "$id": "27",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "24"
+ },
+ "doc": "Default. VM sizes distribution will be determined to optimize for both price and capacity.",
+ "decorators": []
+ },
+ {
+ "$id": "28",
+ "kind": "enumvalue",
+ "name": "LowestPrice",
+ "value": "LowestPrice",
+ "valueType": {
+ "$id": "29",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "24"
+ },
+ "doc": "VM sizes distribution will be determined to optimize for price. Note: Capacity will still be considered here but will be given much less weight.",
+ "decorators": []
+ },
+ {
+ "$id": "30",
+ "kind": "enumvalue",
+ "name": "CapacityOptimized",
+ "value": "CapacityOptimized",
+ "valueType": {
+ "$id": "31",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "24"
+ },
+ "doc": "VM sizes distribution will be determined to optimize for capacity.",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "Spot allocation strategy types for Compute Fleet",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "32",
+ "kind": "enum",
+ "name": "RegularPriorityAllocationStrategy",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.RegularPriorityAllocationStrategy",
+ "valueType": {
+ "$id": "33",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "34",
+ "kind": "enumvalue",
+ "name": "LowestPrice",
+ "value": "LowestPrice",
+ "valueType": {
+ "$id": "35",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "32"
+ },
+ "doc": "Default. VM sizes distribution will be determined to optimize for price.",
+ "decorators": []
+ },
+ {
+ "$id": "36",
+ "kind": "enumvalue",
+ "name": "Prioritized",
+ "value": "Prioritized",
+ "valueType": {
+ "$id": "37",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "32"
+ },
+ "doc": "VM sizes distribution will be determined to optimize for the 'priority' as specified for each vm size.",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "Regular VM Allocation strategy types for Compute Fleet",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "38",
+ "kind": "enum",
+ "name": "ComputeFleetVMAttributeSupport",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMAttributeSupport",
+ "valueType": {
+ "$id": "39",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "40",
+ "kind": "enumvalue",
+ "name": "Excluded",
+ "value": "Excluded",
+ "valueType": {
+ "$id": "41",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "38"
+ },
+ "doc": "All VMSizes having the feature support will be excluded.",
+ "decorators": []
+ },
+ {
+ "$id": "42",
+ "kind": "enumvalue",
+ "name": "Included",
+ "value": "Included",
+ "valueType": {
+ "$id": "43",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "38"
+ },
+ "doc": " VMSizes that have the feature support and that do not have the feature support will be used. Included is a union of Excluded and Required.",
+ "decorators": []
+ },
+ {
+ "$id": "44",
+ "kind": "enumvalue",
+ "name": "Required",
+ "value": "Required",
+ "valueType": {
+ "$id": "45",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "38"
+ },
+ "doc": "Only the VMSizes having the feature support will be used.",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "VMSizes supported by Azure VMs. Included is a union of Excluded and Required.",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "46",
+ "kind": "enum",
+ "name": "LocalStorageDiskType",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.LocalStorageDiskType",
+ "valueType": {
+ "$id": "47",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "48",
+ "kind": "enumvalue",
+ "name": "HDD",
+ "value": "HDD",
+ "valueType": {
+ "$id": "49",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "46"
+ },
+ "doc": "HDD DiskType.",
+ "decorators": []
+ },
+ {
+ "$id": "50",
+ "kind": "enumvalue",
+ "name": "SSD",
+ "value": "SSD",
+ "valueType": {
+ "$id": "51",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "46"
+ },
+ "doc": "SDD DiskType.",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "Different kind of Local storage disk types supported by Azure VMs.",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "52",
+ "kind": "enum",
+ "name": "AcceleratorManufacturer",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.AcceleratorManufacturer",
+ "valueType": {
+ "$id": "53",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "54",
+ "kind": "enumvalue",
+ "name": "AMD",
+ "value": "AMD",
+ "valueType": {
+ "$id": "55",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "52"
+ },
+ "doc": "AMD GpuType",
+ "decorators": []
+ },
+ {
+ "$id": "56",
+ "kind": "enumvalue",
+ "name": "Nvidia",
+ "value": "Nvidia",
+ "valueType": {
+ "$id": "57",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "52"
+ },
+ "doc": "Nvidia GpuType",
+ "decorators": []
+ },
+ {
+ "$id": "58",
+ "kind": "enumvalue",
+ "name": "Xilinx",
+ "value": "Xilinx",
+ "valueType": {
+ "$id": "59",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "52"
+ },
+ "doc": "Xilinx GpuType",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "Accelerator manufacturers supported by Azure VMs.",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "60",
+ "kind": "enum",
+ "name": "AcceleratorType",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.AcceleratorType",
+ "valueType": {
+ "$id": "61",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "62",
+ "kind": "enumvalue",
+ "name": "GPU",
+ "value": "GPU",
+ "valueType": {
+ "$id": "63",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "60"
+ },
+ "doc": "GPU Accelerator",
+ "decorators": []
+ },
+ {
+ "$id": "64",
+ "kind": "enumvalue",
+ "name": "FPGA",
+ "value": "FPGA",
+ "valueType": {
+ "$id": "65",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "60"
+ },
+ "doc": "FPGA Accelerator",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "Accelerator types supported by Azure VMs.",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "66",
+ "kind": "enum",
+ "name": "ComputeFleetVmCategory",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMCategory",
+ "valueType": {
+ "$id": "67",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "68",
+ "kind": "enumvalue",
+ "name": "GeneralPurpose",
+ "value": "GeneralPurpose",
+ "valueType": {
+ "$id": "69",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "66"
+ },
+ "doc": "General purpose VM sizes provide balanced CPU-to-memory ratio. Ideal for testing and development, small to medium databases, and low to medium traffic web servers.",
+ "decorators": []
+ },
+ {
+ "$id": "70",
+ "kind": "enumvalue",
+ "name": "ComputeOptimized",
+ "value": "ComputeOptimized",
+ "valueType": {
+ "$id": "71",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "66"
+ },
+ "doc": "Compute optimized VM sizes have a high CPU-to-memory ratio. These sizes are good for medium traffic web servers, network appliances, batch processes, and application servers.",
+ "decorators": []
+ },
+ {
+ "$id": "72",
+ "kind": "enumvalue",
+ "name": "MemoryOptimized",
+ "value": "MemoryOptimized",
+ "valueType": {
+ "$id": "73",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "66"
+ },
+ "doc": "Memory optimized VM sizes offer a high memory-to-CPU ratio that is great for relational database servers, medium to large caches, and in-memory analytics.",
+ "decorators": []
+ },
+ {
+ "$id": "74",
+ "kind": "enumvalue",
+ "name": "StorageOptimized",
+ "value": "StorageOptimized",
+ "valueType": {
+ "$id": "75",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "66"
+ },
+ "doc": "Storage optimized virtual machine (VM) sizes offer high disk throughput and IO, and are ideal for Big Data, SQL, NoSQL databases, data warehousing, and large transactional databases. \nExamples include Cassandra, MongoDB, Cloudera, and Redis.",
+ "decorators": []
+ },
+ {
+ "$id": "76",
+ "kind": "enumvalue",
+ "name": "GpuAccelerated",
+ "value": "GpuAccelerated",
+ "valueType": {
+ "$id": "77",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "66"
+ },
+ "doc": "GPU optimized VM sizes are specialized virtual machines available with single, multiple, or fractional GPUs. \nThese sizes are designed for compute-intensive, graphics-intensive, and visualization workloads.",
+ "decorators": []
+ },
+ {
+ "$id": "78",
+ "kind": "enumvalue",
+ "name": "FpgaAccelerated",
+ "value": "FpgaAccelerated",
+ "valueType": {
+ "$id": "79",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "66"
+ },
+ "doc": "FPGA optimized VM sizes are specialized virtual machines available with single or multiple FPGA. \nThese sizes are designed for compute-intensive workloads. This article provides information about the number and type of FPGA, vCPUs, data disks, and NICs. \nStorage throughput and network bandwidth are also included for each size in this grouping.",
+ "decorators": []
+ },
+ {
+ "$id": "80",
+ "kind": "enumvalue",
+ "name": "HighPerformanceCompute",
+ "value": "HighPerformanceCompute",
+ "valueType": {
+ "$id": "81",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "66"
+ },
+ "doc": "Azure High Performance Compute VMs are optimized for various HPC workloads such as computational fluid dynamics, finite element analysis, frontend and backend EDA, \nrendering, molecular dynamics, computational geo science, weather simulation, and financial risk analysis.",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "VMCategories defined for Azure VMs.\nSee: https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/overview?tabs=breakdownseries%2Cgeneralsizelist%2Ccomputesizelist%2Cmemorysizelist%2Cstoragesizelist%2Cgpusizelist%2Cfpgasizelist%2Chpcsizelist#general-purpose",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "82",
+ "kind": "enum",
+ "name": "ArchitectureType",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ArchitectureType",
+ "valueType": {
+ "$id": "83",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "84",
+ "kind": "enumvalue",
+ "name": "ARM64",
+ "value": "ARM64",
+ "valueType": {
+ "$id": "85",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "82"
+ },
+ "doc": "ARM64 Architecture",
+ "decorators": []
+ },
+ {
+ "$id": "86",
+ "kind": "enumvalue",
+ "name": "X64",
+ "value": "X64",
+ "valueType": {
+ "$id": "87",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "82"
+ },
+ "doc": "X64 Architecture",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "Architecture types supported by Azure VMs.",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "88",
+ "kind": "enum",
+ "name": "CpuManufacturer",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.CpuManufacturer",
+ "valueType": {
+ "$id": "89",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "90",
+ "kind": "enumvalue",
+ "name": "Intel",
+ "value": "Intel",
+ "valueType": {
+ "$id": "91",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "88"
+ },
+ "doc": "Intel CPU.",
+ "decorators": []
+ },
+ {
+ "$id": "92",
+ "kind": "enumvalue",
+ "name": "AMD",
+ "value": "AMD",
+ "valueType": {
+ "$id": "93",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "88"
+ },
+ "doc": "AMD CPU.",
+ "decorators": []
+ },
+ {
+ "$id": "94",
+ "kind": "enumvalue",
+ "name": "Microsoft",
+ "value": "Microsoft",
+ "valueType": {
+ "$id": "95",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "88"
+ },
+ "doc": "Microsoft CPU.",
+ "decorators": []
+ },
+ {
+ "$id": "96",
+ "kind": "enumvalue",
+ "name": "Ampere",
+ "value": "Ampere",
+ "valueType": {
+ "$id": "97",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "88"
+ },
+ "doc": "Ampere CPU.",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "Cpu Manufacturers supported by Azure VMs.",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "98",
+ "kind": "enum",
+ "name": "WindowsSetupAdditionalInformation_passName",
+ "valueType": {
+ "$id": "99",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "100",
+ "kind": "enumvalue",
+ "name": "OobeSystem",
+ "value": "OobeSystem",
+ "doc": "OobeSystem",
+ "valueType": {
+ "$ref": "99"
+ },
+ "enumType": {
+ "$ref": "98"
+ }
+ }
+ ],
+ "crossLanguageDefinitionId": "",
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "The WindowsSetupAdditionalInformation_passName",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "101",
+ "kind": "enum",
+ "name": "WindowsSetupAdditionalInformation_componentName",
+ "valueType": {
+ "$id": "102",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "103",
+ "kind": "enumvalue",
+ "name": "Microsoft-Windows-Shell-Setup",
+ "value": "Microsoft-Windows-Shell-Setup",
+ "doc": "Microsoft-Windows-Shell-Setup",
+ "valueType": {
+ "$ref": "102"
+ },
+ "enumType": {
+ "$ref": "101"
+ }
+ }
+ ],
+ "crossLanguageDefinitionId": "",
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "The WindowsSetupAdditionalInformation_componentName",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "104",
+ "kind": "enum",
+ "name": "AdditionalInformationSettingNames",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.SettingNames",
+ "valueType": {
+ "$id": "105",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "106",
+ "kind": "enumvalue",
+ "name": "AutoLogon",
+ "value": "AutoLogon",
+ "valueType": {
+ "$id": "107",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "104"
+ },
+ "doc": "AutoLogon setting",
+ "decorators": []
+ },
+ {
+ "$id": "108",
+ "kind": "enumvalue",
+ "name": "FirstLogonCommands",
+ "value": "FirstLogonCommands",
+ "valueType": {
+ "$id": "109",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "104"
+ },
+ "doc": "FirstLogonCommands setting",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "Specifies the name of the setting to which the content applies. Possible values\nare: FirstLogonCommands and AutoLogon.",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "110",
+ "kind": "enum",
+ "name": "ComputeFleetWindowsVMGuestPatchMode",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.WindowsVMGuestPatchMode",
+ "valueType": {
+ "$id": "111",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "112",
+ "kind": "enumvalue",
+ "name": "Manual",
+ "value": "Manual",
+ "valueType": {
+ "$id": "113",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "110"
+ },
+ "doc": "You control the application of patches to a virtual machine.\nYou do this by applying patches manually inside the VM. In this mode,\nautomatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates\nmust be false",
+ "decorators": []
+ },
+ {
+ "$id": "114",
+ "kind": "enumvalue",
+ "name": "AutomaticByOS",
+ "value": "AutomaticByOS",
+ "valueType": {
+ "$id": "115",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "110"
+ },
+ "doc": "The virtual machine will automatically be updated by the OS.\nThe property WindowsConfiguration.enableAutomaticUpdates must be true.",
+ "decorators": []
+ },
+ {
+ "$id": "116",
+ "kind": "enumvalue",
+ "name": "AutomaticByPlatform",
+ "value": "AutomaticByPlatform",
+ "valueType": {
+ "$id": "117",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "110"
+ },
+ "doc": "The virtual machine will automatically updated by the platform. The properties\nprovisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true.",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual\nmachines associated to virtual machine scale set with OrchestrationMode as\nFlexible.",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "118",
+ "kind": "enum",
+ "name": "ComputeFleetWindowsPatchAssessmentMode",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.WindowsPatchAssessmentMode",
+ "valueType": {
+ "$id": "119",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "120",
+ "kind": "enumvalue",
+ "name": "ImageDefault",
+ "value": "ImageDefault",
+ "valueType": {
+ "$id": "121",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "118"
+ },
+ "doc": "You control the timing of patch assessments on a virtual machine.",
+ "decorators": []
+ },
+ {
+ "$id": "122",
+ "kind": "enumvalue",
+ "name": "AutomaticByPlatform",
+ "value": "AutomaticByPlatform",
+ "valueType": {
+ "$id": "123",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "118"
+ },
+ "doc": "The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "Specifies the mode of VM Guest patch assessment for the IaaS virtual machine.",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "124",
+ "kind": "enum",
+ "name": "ComputeFleetWindowsVMGuestPatchAutomaticByPlatformRebootSetting",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.WindowsVMGuestPatchAutomaticByPlatformRebootSetting",
+ "valueType": {
+ "$id": "125",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "126",
+ "kind": "enumvalue",
+ "name": "Unknown",
+ "value": "Unknown",
+ "valueType": {
+ "$id": "127",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "124"
+ },
+ "doc": "Unknown Reboot setting",
+ "decorators": []
+ },
+ {
+ "$id": "128",
+ "kind": "enumvalue",
+ "name": "IfRequired",
+ "value": "IfRequired",
+ "valueType": {
+ "$id": "129",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "124"
+ },
+ "doc": "IfRequired Reboot setting",
+ "decorators": []
+ },
+ {
+ "$id": "130",
+ "kind": "enumvalue",
+ "name": "Never",
+ "value": "Never",
+ "valueType": {
+ "$id": "131",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "124"
+ },
+ "doc": "Never Reboot setting",
+ "decorators": []
+ },
+ {
+ "$id": "132",
+ "kind": "enumvalue",
+ "name": "Always",
+ "value": "Always",
+ "valueType": {
+ "$id": "133",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "124"
+ },
+ "doc": "Always Reboot setting",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "Specifies the reboot setting for all AutomaticByPlatform patch installation operations.",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "134",
+ "kind": "enum",
+ "name": "ComputeFleetProtocolTypes",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ProtocolTypes",
+ "valueType": {
+ "$id": "135",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "136",
+ "kind": "enumvalue",
+ "name": "Http",
+ "value": "Http",
+ "valueType": {
+ "$id": "137",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "134"
+ },
+ "doc": "Http protocol",
+ "decorators": []
+ },
+ {
+ "$id": "138",
+ "kind": "enumvalue",
+ "name": "Https",
+ "value": "Https",
+ "valueType": {
+ "$id": "139",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "134"
+ },
+ "doc": "Https protocol",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "Specifies the protocol of WinRM listener. Possible values are: **http,**\n**https.**",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "140",
+ "kind": "enum",
+ "name": "ComputeFleetLinuxVMGuestPatchMode",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.LinuxVMGuestPatchMode",
+ "valueType": {
+ "$id": "141",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "142",
+ "kind": "enumvalue",
+ "name": "ImageDefault",
+ "value": "ImageDefault",
+ "valueType": {
+ "$id": "143",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "140"
+ },
+ "doc": "The virtual machine's default patching configuration is used.",
+ "decorators": []
+ },
+ {
+ "$id": "144",
+ "kind": "enumvalue",
+ "name": "AutomaticByPlatform",
+ "value": "AutomaticByPlatform",
+ "valueType": {
+ "$id": "145",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "140"
+ },
+ "doc": "The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true.",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual\nmachines associated to virtual machine scale set with OrchestrationMode as\nFlexible.",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "146",
+ "kind": "enum",
+ "name": "ComputeFleetLinuxPatchAssessmentMode",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.LinuxPatchAssessmentMode",
+ "valueType": {
+ "$id": "147",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "148",
+ "kind": "enumvalue",
+ "name": "ImageDefault",
+ "value": "ImageDefault",
+ "valueType": {
+ "$id": "149",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "146"
+ },
+ "doc": "You control the timing of patch assessments on a virtual machine.",
+ "decorators": []
+ },
+ {
+ "$id": "150",
+ "kind": "enumvalue",
+ "name": "AutomaticByPlatform",
+ "value": "AutomaticByPlatform",
+ "valueType": {
+ "$id": "151",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "146"
+ },
+ "doc": "The platform will trigger periodic patch assessments.The property provisionVMAgent must be true.",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "Specifies the mode of VM Guest Patch Assessment for the IaaS virtual\nmachine.
Possible values are:
**ImageDefault** - You\ncontrol the timing of patch assessments on a virtual machine.
\n**AutomaticByPlatform** - The platform will trigger periodic patch assessments.\nThe property provisionVMAgent must be true.",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "152",
+ "kind": "enum",
+ "name": "ComputeFleetLinuxVMGuestPatchAutomaticByPlatformRebootSetting",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.LinuxVMGuestPatchAutomaticByPlatformRebootSetting",
+ "valueType": {
+ "$id": "153",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "154",
+ "kind": "enumvalue",
+ "name": "Unknown",
+ "value": "Unknown",
+ "valueType": {
+ "$id": "155",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "152"
+ },
+ "doc": "Unknown Reboot setting",
+ "decorators": []
+ },
+ {
+ "$id": "156",
+ "kind": "enumvalue",
+ "name": "IfRequired",
+ "value": "IfRequired",
+ "valueType": {
+ "$id": "157",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "152"
+ },
+ "doc": "IfRequired Reboot setting",
+ "decorators": []
+ },
+ {
+ "$id": "158",
+ "kind": "enumvalue",
+ "name": "Never",
+ "value": "Never",
+ "valueType": {
+ "$id": "159",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "152"
+ },
+ "doc": "Never Reboot setting",
+ "decorators": []
+ },
+ {
+ "$id": "160",
+ "kind": "enumvalue",
+ "name": "Always",
+ "value": "Always",
+ "valueType": {
+ "$id": "161",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "152"
+ },
+ "doc": "Always Reboot setting",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "Specifies the reboot setting for all AutomaticByPlatform patch installation\noperations.",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "162",
+ "kind": "enum",
+ "name": "ComputeFleetCachingTypes",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.CachingTypes",
+ "valueType": {
+ "$id": "163",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "164",
+ "kind": "enumvalue",
+ "name": "None",
+ "value": "None",
+ "valueType": {
+ "$id": "165",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "162"
+ },
+ "doc": "'None' is default for Standard Storage",
+ "decorators": []
+ },
+ {
+ "$id": "166",
+ "kind": "enumvalue",
+ "name": "ReadOnly",
+ "value": "ReadOnly",
+ "valueType": {
+ "$id": "167",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "162"
+ },
+ "doc": "'ReadOnly' is default for Premium Storage",
+ "decorators": []
+ },
+ {
+ "$id": "168",
+ "kind": "enumvalue",
+ "name": "ReadWrite",
+ "value": "ReadWrite",
+ "valueType": {
+ "$id": "169",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "162"
+ },
+ "doc": "'ReadWrite' is default for OS Disk",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "Specifies the caching requirements.",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "170",
+ "kind": "enum",
+ "name": "ComputeFleetDiskCreateOptionTypes",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.DiskCreateOptionTypes",
+ "valueType": {
+ "$id": "171",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "172",
+ "kind": "enumvalue",
+ "name": "FromImage",
+ "value": "FromImage",
+ "valueType": {
+ "$id": "173",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "170"
+ },
+ "doc": "This value is used when you are using an image to create the virtual machine.\nIf you are using a platform image, you also use the imageReference element\ndescribed above. If you are using a marketplace image, you also use the\nplan element previously described.",
+ "decorators": []
+ },
+ {
+ "$id": "174",
+ "kind": "enumvalue",
+ "name": "Empty",
+ "value": "Empty",
+ "valueType": {
+ "$id": "175",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "170"
+ },
+ "doc": "This value is used when creating an empty data disk.",
+ "decorators": []
+ },
+ {
+ "$id": "176",
+ "kind": "enumvalue",
+ "name": "Attach",
+ "value": "Attach",
+ "valueType": {
+ "$id": "177",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "170"
+ },
+ "doc": "This value is used when you are using a specialized disk to create the virtual machine.",
+ "decorators": []
+ },
+ {
+ "$id": "178",
+ "kind": "enumvalue",
+ "name": "Copy",
+ "value": "Copy",
+ "valueType": {
+ "$id": "179",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "170"
+ },
+ "doc": "This value is used to create a data disk from a snapshot or another disk.",
+ "decorators": []
+ },
+ {
+ "$id": "180",
+ "kind": "enumvalue",
+ "name": "Restore",
+ "value": "Restore",
+ "valueType": {
+ "$id": "181",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "170"
+ },
+ "doc": "This value is used to create a data disk from a disk restore point.",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "Specifies how the virtual machine should be created.",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "182",
+ "kind": "enum",
+ "name": "ComputeFleetDiffDiskOptions",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.DiffDiskOptions",
+ "valueType": {
+ "$id": "183",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "184",
+ "kind": "enumvalue",
+ "name": "Local",
+ "value": "Local",
+ "valueType": {
+ "$id": "185",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "182"
+ },
+ "doc": "Local Option.",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "Specifies the ephemeral disk option for operating system disk.",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "186",
+ "kind": "enum",
+ "name": "ComputeFleetDiffDiskPlacement",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.DiffDiskPlacement",
+ "valueType": {
+ "$id": "187",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "188",
+ "kind": "enumvalue",
+ "name": "CacheDisk",
+ "value": "CacheDisk",
+ "valueType": {
+ "$id": "189",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "186"
+ },
+ "doc": "CacheDisk option.",
+ "decorators": []
+ },
+ {
+ "$id": "190",
+ "kind": "enumvalue",
+ "name": "ResourceDisk",
+ "value": "ResourceDisk",
+ "valueType": {
+ "$id": "191",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "186"
+ },
+ "doc": "Resource Disk option.",
+ "decorators": []
+ },
+ {
+ "$id": "192",
+ "kind": "enumvalue",
+ "name": "NvmeDisk",
+ "value": "NvmeDisk",
+ "valueType": {
+ "$id": "193",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "186"
+ },
+ "doc": "NvmeDisk option.",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "Specifies the ephemeral disk placement for operating system disk. This property\ncan be used by user in the request to choose the location i.e, cache disk or\nresource disk space for Ephemeral OS disk provisioning. For more information on\nEphemeral OS disk size requirements, please refer Ephemeral OS disk size\nrequirements for Windows VM at\nhttps://learn.microsoft.com/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements\nand Linux VM at\nhttps://learn.microsoft.com/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements\nMinimum api-version for NvmeDisk: 2024-03-01.",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "194",
+ "kind": "enum",
+ "name": "ComputeFleetOperatingSystemTypes",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.OperatingSystemTypes",
+ "valueType": {
+ "$id": "195",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "196",
+ "kind": "enumvalue",
+ "name": "Windows",
+ "value": "Windows",
+ "valueType": {
+ "$id": "197",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "194"
+ },
+ "doc": "Windows OS type",
+ "decorators": []
+ },
+ {
+ "$id": "198",
+ "kind": "enumvalue",
+ "name": "Linux",
+ "value": "Linux",
+ "valueType": {
+ "$id": "199",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "194"
+ },
+ "doc": "Linux OS type",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "This property allows you to specify the type of the OS that is included in the\ndisk if creating a VM from user-image or a specialized VHD. Possible values\nare: **Windows,** **Linux.**",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "200",
+ "kind": "enum",
+ "name": "ComputeFleetStorageAccountTypes",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.StorageAccountTypes",
+ "valueType": {
+ "$id": "201",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "202",
+ "kind": "enumvalue",
+ "name": "StandardLrs",
+ "value": "Standard_LRS",
+ "valueType": {
+ "$id": "203",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "200"
+ },
+ "doc": "Standard_LRS option.",
+ "decorators": []
+ },
+ {
+ "$id": "204",
+ "kind": "enumvalue",
+ "name": "PremiumLrs",
+ "value": "Premium_LRS",
+ "valueType": {
+ "$id": "205",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "200"
+ },
+ "doc": "Premium_LRS option.",
+ "decorators": []
+ },
+ {
+ "$id": "206",
+ "kind": "enumvalue",
+ "name": "StandardSsdLrd",
+ "value": "StandardSSD_LRS",
+ "valueType": {
+ "$id": "207",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "200"
+ },
+ "doc": "StandardSSD_LRS option.",
+ "decorators": []
+ },
+ {
+ "$id": "208",
+ "kind": "enumvalue",
+ "name": "UltraSsdLrs",
+ "value": "UltraSSD_LRS",
+ "valueType": {
+ "$id": "209",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "200"
+ },
+ "doc": "UltraSSD_LRS option.",
+ "decorators": []
+ },
+ {
+ "$id": "210",
+ "kind": "enumvalue",
+ "name": "PremiumZrs",
+ "value": "Premium_ZRS",
+ "valueType": {
+ "$id": "211",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "200"
+ },
+ "doc": "Premium_ZRS option.",
+ "decorators": []
+ },
+ {
+ "$id": "212",
+ "kind": "enumvalue",
+ "name": "StandardSsdZrs",
+ "value": "StandardSSD_ZRS",
+ "valueType": {
+ "$id": "213",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "200"
+ },
+ "doc": "StandardSSD_ZRS option.",
+ "decorators": []
+ },
+ {
+ "$id": "214",
+ "kind": "enumvalue",
+ "name": "PremiumV2_LRS",
+ "value": "PremiumV2_LRS",
+ "valueType": {
+ "$id": "215",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "200"
+ },
+ "doc": "PremiumV2_LRS option.",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "Specifies the storage account type for the managed disk. Managed OS disk\nstorage account type can only be set when you create the scale set. NOTE:\nUltraSSD_LRS can only be used with data disks. It cannot be used with OS Disk.\nStandard_LRS uses Standard HDD. StandardSSD_LRS uses Standard SSD. Premium_LRS\nuses Premium SSD. UltraSSD_LRS uses Ultra disk. Premium_ZRS uses Premium SSD\nzone redundant storage. StandardSSD_ZRS uses Standard SSD zone redundant\nstorage. For more information regarding disks supported for Windows Virtual\nMachines, refer to\nhttps://learn.microsoft.com/azure/virtual-machines/windows/disks-types and, for\nLinux Virtual Machines, refer to\nhttps://learn.microsoft.com/azure/virtual-machines/linux/disks-types",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "216",
+ "kind": "enum",
+ "name": "ComputeFleetSecurityEncryptionTypes",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.SecurityEncryptionTypes",
+ "valueType": {
+ "$id": "217",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "218",
+ "kind": "enumvalue",
+ "name": "VMGuestStateOnly",
+ "value": "VMGuestStateOnly",
+ "valueType": {
+ "$id": "219",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "216"
+ },
+ "doc": "EncryptionType of the managed disk is set to VMGuestStateOnly for encryption\nof just the VMGuestState blob.",
+ "decorators": []
+ },
+ {
+ "$id": "220",
+ "kind": "enumvalue",
+ "name": "DiskWithVMGuestState",
+ "value": "DiskWithVMGuestState",
+ "valueType": {
+ "$id": "221",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "216"
+ },
+ "doc": "EncryptionType of the managed disk is set to DiskWithVMGuestState for encryption\nof the managed disk along with VMGuestState blob.",
+ "decorators": []
+ },
+ {
+ "$id": "222",
+ "kind": "enumvalue",
+ "name": "NonPersistedTpm",
+ "value": "NonPersistedTPM",
+ "valueType": {
+ "$id": "223",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "216"
+ },
+ "doc": "EncryptionType of the managed disk is set to NonPersistedTPM for not persisting\nfirmware state in the VMGuestState blob.",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "Specifies the EncryptionType of the managed disk.\n**Note:** It can be set for only Confidential VMs.",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "224",
+ "kind": "enum",
+ "name": "ComputeFleetDiskDeleteOptionTypes",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.DiskDeleteOptionTypes",
+ "valueType": {
+ "$id": "225",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "226",
+ "kind": "enumvalue",
+ "name": "Delete",
+ "value": "Delete",
+ "valueType": {
+ "$id": "227",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "224"
+ },
+ "doc": "If this value is used, the managed disk is deleted when VM gets deleted.",
+ "decorators": []
+ },
+ {
+ "$id": "228",
+ "kind": "enumvalue",
+ "name": "Detach",
+ "value": "Detach",
+ "valueType": {
+ "$id": "229",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "224"
+ },
+ "doc": "If this value is used, the managed disk is retained after VM gets deleted.",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "Specifies the behavior of the managed disk when the VM gets deleted, for\nexample whether the managed disk is deleted or detached. Supported values are:\n**Delete.** If this value is used, the managed disk is deleted when VM gets\ndeleted. **Detach.** If this value is used, the managed disk is retained after\nVM gets deleted. Minimum api-version: 2021-03-01.",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "230",
+ "kind": "enum",
+ "name": "ComputeFleetDiskControllerTypes",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.DiskControllerTypes",
+ "valueType": {
+ "$id": "231",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "232",
+ "kind": "enumvalue",
+ "name": "Scsi",
+ "value": "SCSI",
+ "valueType": {
+ "$id": "233",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "230"
+ },
+ "doc": "SCSI disk type",
+ "decorators": []
+ },
+ {
+ "$id": "234",
+ "kind": "enumvalue",
+ "name": "Nvme",
+ "value": "NVMe",
+ "valueType": {
+ "$id": "235",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "230"
+ },
+ "doc": "NVMe disk type",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "Specifies the disk controller type configured for the VM and\nVirtualMachineScaleSet. This property is only supported for virtual machines\nwhose operating system disk and VM sku supports Generation 2\n(https://learn.microsoft.com/en-us/azure/virtual-machines/generation-2), please\ncheck the HyperVGenerations capability returned as part of VM sku capabilities\nin the response of Microsoft.Compute SKUs api for the region contains V2\n(https://learn.microsoft.com/rest/api/compute/resourceskus/list). For more\ninformation about Disk Controller Types supported please refer to\nhttps://aka.ms/azure-diskcontrollertypes.",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "236",
+ "kind": "enum",
+ "name": "ComputeFleetDomainNameLabelScopeTypes",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.DomainNameLabelScopeTypes",
+ "valueType": {
+ "$id": "237",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "238",
+ "kind": "enumvalue",
+ "name": "TenantReuse",
+ "value": "TenantReuse",
+ "valueType": {
+ "$id": "239",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "236"
+ },
+ "doc": "TenantReuse type",
+ "decorators": []
+ },
+ {
+ "$id": "240",
+ "kind": "enumvalue",
+ "name": "SubscriptionReuse",
+ "value": "SubscriptionReuse",
+ "valueType": {
+ "$id": "241",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "236"
+ },
+ "doc": "SubscriptionReuse type",
+ "decorators": []
+ },
+ {
+ "$id": "242",
+ "kind": "enumvalue",
+ "name": "ResourceGroupReuse",
+ "value": "ResourceGroupReuse",
+ "valueType": {
+ "$id": "243",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "236"
+ },
+ "doc": "ResourceGroupReuse type",
+ "decorators": []
+ },
+ {
+ "$id": "244",
+ "kind": "enumvalue",
+ "name": "NoReuse",
+ "value": "NoReuse",
+ "valueType": {
+ "$id": "245",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "236"
+ },
+ "doc": "NoReuse type",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "The Domain name label scope.The concatenation of the hashed domain name label\nthat generated according to the policy from domain name label scope and vm\nindex will be the domain name labels of the PublicIPAddress resources that will\nbe created",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "246",
+ "kind": "enum",
+ "name": "ComputeFleetIPVersion",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.IPVersion",
+ "valueType": {
+ "$id": "247",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "248",
+ "kind": "enumvalue",
+ "name": "IPv4",
+ "value": "IPv4",
+ "valueType": {
+ "$id": "249",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "246"
+ },
+ "doc": "IPv4 version",
+ "decorators": []
+ },
+ {
+ "$id": "250",
+ "kind": "enumvalue",
+ "name": "IPv6",
+ "value": "IPv6",
+ "valueType": {
+ "$id": "251",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "246"
+ },
+ "doc": "IPv6 version",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "Available from Api-Version 2017-03-30 onwards, it represents whether the\nspecific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible\nvalues are: 'IPv4' and 'IPv6'.",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "252",
+ "kind": "enum",
+ "name": "ComputeFleetVmDeleteOptions",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.DeleteOptions",
+ "valueType": {
+ "$id": "253",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "254",
+ "kind": "enumvalue",
+ "name": "Delete",
+ "value": "Delete",
+ "valueType": {
+ "$id": "255",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "252"
+ },
+ "doc": "Delete Option",
+ "decorators": []
+ },
+ {
+ "$id": "256",
+ "kind": "enumvalue",
+ "name": "Detach",
+ "value": "Detach",
+ "valueType": {
+ "$id": "257",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "252"
+ },
+ "doc": "Detach Option",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "Specify what happens to the network interface when the VM is deleted",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "258",
+ "kind": "enum",
+ "name": "ComputeFleetPublicIPAddressSkuName",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.PublicIPAddressSkuName",
+ "valueType": {
+ "$id": "259",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "260",
+ "kind": "enumvalue",
+ "name": "Basic",
+ "value": "Basic",
+ "valueType": {
+ "$id": "261",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "258"
+ },
+ "doc": "Basic sku name",
+ "decorators": []
+ },
+ {
+ "$id": "262",
+ "kind": "enumvalue",
+ "name": "Standard",
+ "value": "Standard",
+ "valueType": {
+ "$id": "263",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "258"
+ },
+ "doc": "Standard sku name",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "Specify public IP sku name.",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "264",
+ "kind": "enum",
+ "name": "ComputeFleetPublicIPAddressSkuTier",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.PublicIPAddressSkuTier",
+ "valueType": {
+ "$id": "265",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "266",
+ "kind": "enumvalue",
+ "name": "Regional",
+ "value": "Regional",
+ "valueType": {
+ "$id": "267",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "264"
+ },
+ "doc": "Regional sku tier",
+ "decorators": []
+ },
+ {
+ "$id": "268",
+ "kind": "enumvalue",
+ "name": "Global",
+ "value": "Global",
+ "valueType": {
+ "$id": "269",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "264"
+ },
+ "doc": "Global sku tier",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "Specify public IP sku tier",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "270",
+ "kind": "enum",
+ "name": "ComputeFleetNetworkInterfaceAuxiliaryMode",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.NetworkInterfaceAuxiliaryMode",
+ "valueType": {
+ "$id": "271",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "272",
+ "kind": "enumvalue",
+ "name": "None",
+ "value": "None",
+ "valueType": {
+ "$id": "273",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "270"
+ },
+ "doc": "None Mode",
+ "decorators": []
+ },
+ {
+ "$id": "274",
+ "kind": "enumvalue",
+ "name": "AcceleratedConnections",
+ "value": "AcceleratedConnections",
+ "valueType": {
+ "$id": "275",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "270"
+ },
+ "doc": "AcceleratedConnections Mode",
+ "decorators": []
+ },
+ {
+ "$id": "276",
+ "kind": "enumvalue",
+ "name": "Floating",
+ "value": "Floating",
+ "valueType": {
+ "$id": "277",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "270"
+ },
+ "doc": "Floating Mode",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "Specifies whether the Auxiliary mode is enabled for the Network Interface\nresource.",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "278",
+ "kind": "enum",
+ "name": "ComputeFleetNetworkInterfaceAuxiliarySku",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.NetworkInterfaceAuxiliarySku",
+ "valueType": {
+ "$id": "279",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "280",
+ "kind": "enumvalue",
+ "name": "None",
+ "value": "None",
+ "valueType": {
+ "$id": "281",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "278"
+ },
+ "doc": "no sku",
+ "decorators": []
+ },
+ {
+ "$id": "282",
+ "kind": "enumvalue",
+ "name": "A1",
+ "value": "A1",
+ "valueType": {
+ "$id": "283",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "278"
+ },
+ "doc": "A1 sku",
+ "decorators": []
+ },
+ {
+ "$id": "284",
+ "kind": "enumvalue",
+ "name": "A2",
+ "value": "A2",
+ "valueType": {
+ "$id": "285",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "278"
+ },
+ "doc": "A2 sku",
+ "decorators": []
+ },
+ {
+ "$id": "286",
+ "kind": "enumvalue",
+ "name": "A4",
+ "value": "A4",
+ "valueType": {
+ "$id": "287",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "278"
+ },
+ "doc": "A4 sku",
+ "decorators": []
+ },
+ {
+ "$id": "288",
+ "kind": "enumvalue",
+ "name": "A8",
+ "value": "A8",
+ "valueType": {
+ "$id": "289",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "278"
+ },
+ "doc": "A8 sku",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "Specifies whether the Auxiliary sku is enabled for the Network Interface\nresource.",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "290",
+ "kind": "enum",
+ "name": "ComputeFleetNetworkApiVersion",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.NetworkApiVersion",
+ "valueType": {
+ "$id": "291",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "292",
+ "kind": "enumvalue",
+ "name": "v2020_11_01",
+ "value": "2020-11-01",
+ "valueType": {
+ "$id": "293",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "290"
+ },
+ "doc": "Initial version supported. Later versions are supported as well.",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "specifies the Microsoft.Network API version used when creating networking\nresources in the Network Interface Configurations for Virtual Machine Scale Set\nwith orchestration mode 'Flexible'",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "294",
+ "kind": "enum",
+ "name": "ComputeFleetSecurityTypes",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.SecurityTypes",
+ "valueType": {
+ "$id": "295",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "296",
+ "kind": "enumvalue",
+ "name": "TrustedLaunch",
+ "value": "TrustedLaunch",
+ "valueType": {
+ "$id": "297",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "294"
+ },
+ "doc": "TrustedLaunch security type",
+ "decorators": []
+ },
+ {
+ "$id": "298",
+ "kind": "enumvalue",
+ "name": "ConfidentialVM",
+ "value": "ConfidentialVM",
+ "valueType": {
+ "$id": "299",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "294"
+ },
+ "doc": "ConfidentialVM security type",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "Specifies the SecurityType of the virtual machine. It has to be set to any\nspecified value to enable UefiSettings. The default behavior is: UefiSettings\nwill not be enabled unless this property is set.",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "300",
+ "kind": "enum",
+ "name": "ProxyAgentExecuteMode",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.Mode",
+ "valueType": {
+ "$id": "301",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "302",
+ "kind": "enumvalue",
+ "name": "Audit",
+ "value": "Audit",
+ "valueType": {
+ "$id": "303",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "300"
+ },
+ "doc": "Audit Mode",
+ "decorators": []
+ },
+ {
+ "$id": "304",
+ "kind": "enumvalue",
+ "name": "Enforce",
+ "value": "Enforce",
+ "valueType": {
+ "$id": "305",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "300"
+ },
+ "doc": "Enforce Mode",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "Specifies the mode that ProxyAgent will execute on if the feature is enabled.\nProxyAgent will start to audit or monitor but not enforce access control over\nrequests to host endpoints in Audit mode, while in Enforce mode it will enforce\naccess control. The default value is Enforce mode.",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "306",
+ "kind": "enum",
+ "name": "ManagedServiceIdentityType",
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.ManagedServiceIdentityType",
+ "valueType": {
+ "$id": "307",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "308",
+ "kind": "enumvalue",
+ "name": "None",
+ "value": "None",
+ "valueType": {
+ "$id": "309",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "306"
+ },
+ "doc": "No managed identity.",
+ "decorators": []
+ },
+ {
+ "$id": "310",
+ "kind": "enumvalue",
+ "name": "SystemAssigned",
+ "value": "SystemAssigned",
+ "valueType": {
+ "$id": "311",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "306"
+ },
+ "doc": "System assigned managed identity.",
+ "decorators": []
+ },
+ {
+ "$id": "312",
+ "kind": "enumvalue",
+ "name": "UserAssigned",
+ "value": "UserAssigned",
+ "valueType": {
+ "$id": "313",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "306"
+ },
+ "doc": "User assigned managed identity.",
+ "decorators": []
+ },
+ {
+ "$id": "314",
+ "kind": "enumvalue",
+ "name": "SystemAssigned,UserAssigned",
+ "value": "SystemAssigned,UserAssigned",
+ "valueType": {
+ "$id": "315",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "306"
+ },
+ "doc": "System and user assigned managed identity.",
+ "decorators": []
+ }
+ ],
+ "namespace": "Azure.ResourceManager.CommonTypes",
+ "doc": "Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "316",
+ "kind": "enum",
+ "name": "createdByType",
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.createdByType",
+ "valueType": {
+ "$id": "317",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "318",
+ "kind": "enumvalue",
+ "name": "User",
+ "value": "User",
+ "valueType": {
+ "$id": "319",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "316"
+ },
+ "doc": "The entity was created by a user.",
+ "decorators": []
+ },
+ {
+ "$id": "320",
+ "kind": "enumvalue",
+ "name": "Application",
+ "value": "Application",
+ "valueType": {
+ "$id": "321",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "316"
+ },
+ "doc": "The entity was created by an application.",
+ "decorators": []
+ },
+ {
+ "$id": "322",
+ "kind": "enumvalue",
+ "name": "ManagedIdentity",
+ "value": "ManagedIdentity",
+ "valueType": {
+ "$id": "323",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "316"
+ },
+ "doc": "The entity was created by a managed identity.",
+ "decorators": []
+ },
+ {
+ "$id": "324",
+ "kind": "enumvalue",
+ "name": "Key",
+ "value": "Key",
+ "valueType": {
+ "$id": "325",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "316"
+ },
+ "doc": "The entity was created by a key.",
+ "decorators": []
+ }
+ ],
+ "namespace": "Azure.ResourceManager.CommonTypes",
+ "doc": "The kind of entity that created the resource.",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "decorators": []
+ },
+ {
+ "$id": "326",
+ "kind": "enum",
+ "name": "ResourceProvisioningState",
+ "crossLanguageDefinitionId": "Azure.ResourceManager.ResourceProvisioningState",
+ "valueType": {
+ "$id": "327",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "328",
+ "kind": "enumvalue",
+ "name": "Succeeded",
+ "value": "Succeeded",
+ "valueType": {
+ "$id": "329",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "326"
+ },
+ "doc": "Resource has been created.",
+ "decorators": []
+ },
+ {
+ "$id": "330",
+ "kind": "enumvalue",
+ "name": "Failed",
+ "value": "Failed",
+ "valueType": {
+ "$id": "331",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "326"
+ },
+ "doc": "Resource creation failed.",
+ "decorators": []
+ },
+ {
+ "$id": "332",
+ "kind": "enumvalue",
+ "name": "Canceled",
+ "value": "Canceled",
+ "valueType": {
+ "$id": "333",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "326"
+ },
+ "doc": "Resource creation was canceled.",
+ "decorators": []
+ }
+ ],
+ "namespace": "Azure.ResourceManager",
+ "doc": "The provisioning state of a resource type.",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "LroPolling",
+ "decorators": []
+ },
+ {
+ "$id": "334",
+ "kind": "enum",
+ "name": "Origin",
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.Origin",
+ "valueType": {
+ "$id": "335",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "336",
+ "kind": "enumvalue",
+ "name": "user",
+ "value": "user",
+ "valueType": {
+ "$id": "337",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "334"
+ },
+ "doc": "Indicates the operation is initiated by a user.",
+ "decorators": []
+ },
+ {
+ "$id": "338",
+ "kind": "enumvalue",
+ "name": "system",
+ "value": "system",
+ "valueType": {
+ "$id": "339",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "334"
+ },
+ "doc": "Indicates the operation is initiated by a system.",
+ "decorators": []
+ },
+ {
+ "$id": "340",
+ "kind": "enumvalue",
+ "name": "user,system",
+ "value": "user,system",
+ "valueType": {
+ "$id": "341",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "334"
+ },
+ "doc": "Indicates the operation is initiated by a user or system.",
+ "decorators": []
+ }
+ ],
+ "namespace": "Azure.ResourceManager.CommonTypes",
+ "doc": "The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\"",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Output,Json",
+ "decorators": []
+ },
+ {
+ "$id": "342",
+ "kind": "enum",
+ "name": "ActionType",
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.ActionType",
+ "valueType": {
+ "$id": "343",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "344",
+ "kind": "enumvalue",
+ "name": "Internal",
+ "value": "Internal",
+ "valueType": {
+ "$id": "345",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "342"
+ },
+ "doc": "Actions are for internal-only APIs.",
+ "decorators": []
+ }
+ ],
+ "namespace": "Azure.ResourceManager.CommonTypes",
+ "doc": "Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.",
+ "isFixed": false,
+ "isFlags": false,
+ "usage": "Output,Json",
+ "decorators": []
+ },
+ {
+ "$id": "346",
+ "kind": "enum",
+ "name": "Versions",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.Versions",
+ "valueType": {
+ "$id": "347",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "values": [
+ {
+ "$id": "348",
+ "kind": "enumvalue",
+ "name": "v2024_11_01",
+ "value": "2024-11-01",
+ "valueType": {
+ "$id": "349",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "enumType": {
+ "$ref": "346"
+ },
+ "doc": "Public Api version",
+ "decorators": []
+ }
+ ],
+ "namespace": "Microsoft.AzureFleet",
+ "doc": "Api versions",
+ "isFixed": true,
+ "isFlags": false,
+ "usage": "ApiVersionEnum",
+ "decorators": []
+ }
+ ],
+ "models": [
+ {
+ "$id": "350",
+ "kind": "model",
+ "name": "ComputeFleet",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.Fleet",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "An Compute Fleet resource",
+ "decorators": [],
+ "baseModel": {
+ "$id": "351",
+ "kind": "model",
+ "name": "TrackedResource",
+ "namespace": "Azure.ResourceManager.CommonTypes",
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.TrackedResource",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location'",
+ "decorators": [],
+ "baseModel": {
+ "$id": "352",
+ "kind": "model",
+ "name": "Resource",
+ "namespace": "Azure.ResourceManager.CommonTypes",
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.Resource",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Common fields that are returned in the response for all Azure Resource Manager resources",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "353",
+ "kind": "property",
+ "name": "id",
+ "serializedName": "id",
+ "doc": "Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}",
+ "type": {
+ "$id": "354",
+ "kind": "string",
+ "name": "armResourceIdentifier",
+ "crossLanguageDefinitionId": "Azure.Core.armResourceIdentifier",
+ "baseType": {
+ "$id": "355",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.Resource.id",
+ "serializationOptions": {
+ "$id": "356",
+ "json": {
+ "$id": "357",
+ "name": "id"
+ }
+ }
+ },
+ {
+ "$id": "358",
+ "kind": "property",
+ "name": "name",
+ "serializedName": "name",
+ "doc": "The name of the resource",
+ "type": {
+ "$id": "359",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.Resource.name",
+ "serializationOptions": {
+ "$id": "360",
+ "json": {
+ "$id": "361",
+ "name": "name"
+ }
+ }
+ },
+ {
+ "$id": "362",
+ "kind": "property",
+ "name": "type",
+ "serializedName": "type",
+ "doc": "The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"",
+ "type": {
+ "$id": "363",
+ "kind": "string",
+ "name": "armResourceType",
+ "crossLanguageDefinitionId": "Azure.Core.armResourceType",
+ "baseType": {
+ "$id": "364",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.Resource.type",
+ "serializationOptions": {
+ "$id": "365",
+ "json": {
+ "$id": "366",
+ "name": "type"
+ }
+ }
+ },
+ {
+ "$id": "367",
+ "kind": "property",
+ "name": "systemData",
+ "serializedName": "systemData",
+ "doc": "Azure Resource Manager metadata containing createdBy and modifiedBy information.",
+ "type": {
+ "$id": "368",
+ "kind": "model",
+ "name": "SystemData",
+ "namespace": "Azure.ResourceManager.CommonTypes",
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.SystemData",
+ "usage": "Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Metadata pertaining to creation and last modification of the resource.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "369",
+ "kind": "property",
+ "name": "createdBy",
+ "serializedName": "createdBy",
+ "doc": "The identity that created the resource.",
+ "type": {
+ "$id": "370",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.SystemData.createdBy",
+ "serializationOptions": {
+ "$id": "371",
+ "json": {
+ "$id": "372",
+ "name": "createdBy"
+ }
+ }
+ },
+ {
+ "$id": "373",
+ "kind": "property",
+ "name": "createdByType",
+ "serializedName": "createdByType",
+ "doc": "The type of identity that created the resource.",
+ "type": {
+ "$ref": "316"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.SystemData.createdByType",
+ "serializationOptions": {
+ "$id": "374",
+ "json": {
+ "$id": "375",
+ "name": "createdByType"
+ }
+ }
+ },
+ {
+ "$id": "376",
+ "kind": "property",
+ "name": "createdAt",
+ "serializedName": "createdAt",
+ "doc": "The timestamp of resource creation (UTC).",
+ "type": {
+ "$id": "377",
+ "kind": "utcDateTime",
+ "name": "utcDateTime",
+ "encode": "rfc3339",
+ "wireType": {
+ "$id": "378",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "crossLanguageDefinitionId": "TypeSpec.utcDateTime",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.SystemData.createdAt",
+ "serializationOptions": {
+ "$id": "379",
+ "json": {
+ "$id": "380",
+ "name": "createdAt"
+ }
+ }
+ },
+ {
+ "$id": "381",
+ "kind": "property",
+ "name": "lastModifiedBy",
+ "serializedName": "lastModifiedBy",
+ "doc": "The identity that last modified the resource.",
+ "type": {
+ "$id": "382",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.SystemData.lastModifiedBy",
+ "serializationOptions": {
+ "$id": "383",
+ "json": {
+ "$id": "384",
+ "name": "lastModifiedBy"
+ }
+ }
+ },
+ {
+ "$id": "385",
+ "kind": "property",
+ "name": "lastModifiedByType",
+ "serializedName": "lastModifiedByType",
+ "doc": "The type of identity that last modified the resource.",
+ "type": {
+ "$ref": "316"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.SystemData.lastModifiedByType",
+ "serializationOptions": {
+ "$id": "386",
+ "json": {
+ "$id": "387",
+ "name": "lastModifiedByType"
+ }
+ }
+ },
+ {
+ "$id": "388",
+ "kind": "property",
+ "name": "lastModifiedAt",
+ "serializedName": "lastModifiedAt",
+ "doc": "The timestamp of resource last modification (UTC)",
+ "type": {
+ "$id": "389",
+ "kind": "utcDateTime",
+ "name": "utcDateTime",
+ "encode": "rfc3339",
+ "wireType": {
+ "$id": "390",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "crossLanguageDefinitionId": "TypeSpec.utcDateTime",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.SystemData.lastModifiedAt",
+ "serializationOptions": {
+ "$id": "391",
+ "json": {
+ "$id": "392",
+ "name": "lastModifiedAt"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.Resource.systemData",
+ "serializationOptions": {
+ "$id": "393",
+ "json": {
+ "$id": "394",
+ "name": "systemData"
+ }
+ }
+ }
+ ]
+ },
+ "properties": [
+ {
+ "$id": "395",
+ "kind": "property",
+ "name": "tags",
+ "serializedName": "tags",
+ "doc": "Resource tags.",
+ "type": {
+ "$id": "396",
+ "kind": "dict",
+ "keyType": {
+ "$id": "397",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "valueType": {
+ "$id": "398",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.TrackedResource.tags",
+ "serializationOptions": {
+ "$id": "399",
+ "json": {
+ "$id": "400",
+ "name": "tags"
+ }
+ }
+ },
+ {
+ "$id": "401",
+ "kind": "property",
+ "name": "location",
+ "serializedName": "location",
+ "doc": "The geo-location where the resource lives",
+ "type": {
+ "$id": "402",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": false,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.TrackedResource.location",
+ "serializationOptions": {
+ "$id": "403",
+ "json": {
+ "$id": "404",
+ "name": "location"
+ }
+ }
+ }
+ ]
+ },
+ "properties": [
+ {
+ "$id": "405",
+ "kind": "property",
+ "name": "properties",
+ "serializedName": "properties",
+ "doc": "The resource-specific properties for this resource.",
+ "type": {
+ "$id": "406",
+ "kind": "model",
+ "name": "ComputeFleetProperties",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.FleetProperties",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Details of the Compute Fleet.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "407",
+ "kind": "property",
+ "name": "provisioningState",
+ "serializedName": "provisioningState",
+ "doc": "The status of the last operation.",
+ "type": {
+ "$ref": "2"
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.FleetProperties.provisioningState",
+ "serializationOptions": {
+ "$id": "408",
+ "json": {
+ "$id": "409",
+ "name": "provisioningState"
+ }
+ }
+ },
+ {
+ "$id": "410",
+ "kind": "property",
+ "name": "spotPriorityProfile",
+ "serializedName": "spotPriorityProfile",
+ "doc": "Configuration Options for Spot instances in Compute Fleet.",
+ "type": {
+ "$id": "411",
+ "kind": "model",
+ "name": "SpotPriorityProfile",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.SpotPriorityProfile",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Configuration Options for Spot instances in Compute Fleet.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "412",
+ "kind": "property",
+ "name": "capacity",
+ "serializedName": "capacity",
+ "doc": "Total capacity to achieve. It is currently in terms of number of VMs.",
+ "type": {
+ "$id": "413",
+ "kind": "int32",
+ "name": "int32",
+ "crossLanguageDefinitionId": "TypeSpec.int32",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.SpotPriorityProfile.capacity",
+ "serializationOptions": {
+ "$id": "414",
+ "json": {
+ "$id": "415",
+ "name": "capacity"
+ }
+ }
+ },
+ {
+ "$id": "416",
+ "kind": "property",
+ "name": "minCapacity",
+ "serializedName": "minCapacity",
+ "doc": "Minimum capacity to achieve which cannot be updated. If we will not be able to \"guarantee\" minimum capacity, we will reject the request in the sync path itself.",
+ "type": {
+ "$id": "417",
+ "kind": "int32",
+ "name": "int32",
+ "crossLanguageDefinitionId": "TypeSpec.int32",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.SpotPriorityProfile.minCapacity",
+ "serializationOptions": {
+ "$id": "418",
+ "json": {
+ "$id": "419",
+ "name": "minCapacity"
+ }
+ }
+ },
+ {
+ "$id": "420",
+ "kind": "property",
+ "name": "maxPricePerVM",
+ "serializedName": "maxPricePerVM",
+ "doc": "Price per hour of each Spot VM will never exceed this.",
+ "type": {
+ "$id": "421",
+ "kind": "float32",
+ "name": "float32",
+ "crossLanguageDefinitionId": "TypeSpec.float32",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.SpotPriorityProfile.maxPricePerVM",
+ "serializationOptions": {
+ "$id": "422",
+ "json": {
+ "$id": "423",
+ "name": "maxPricePerVM"
+ }
+ }
+ },
+ {
+ "$id": "424",
+ "kind": "property",
+ "name": "evictionPolicy",
+ "serializedName": "evictionPolicy",
+ "doc": "Eviction Policy to follow when evicting Spot VMs.",
+ "type": {
+ "$ref": "18"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.SpotPriorityProfile.evictionPolicy",
+ "serializationOptions": {
+ "$id": "425",
+ "json": {
+ "$id": "426",
+ "name": "evictionPolicy"
+ }
+ }
+ },
+ {
+ "$id": "427",
+ "kind": "property",
+ "name": "allocationStrategy",
+ "serializedName": "allocationStrategy",
+ "doc": "Allocation strategy to follow when determining the VM sizes distribution for Spot VMs.",
+ "type": {
+ "$ref": "24"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.SpotPriorityProfile.allocationStrategy",
+ "serializationOptions": {
+ "$id": "428",
+ "json": {
+ "$id": "429",
+ "name": "allocationStrategy"
+ }
+ }
+ },
+ {
+ "$id": "430",
+ "kind": "property",
+ "name": "IsMaintainEnabled",
+ "serializedName": "maintain",
+ "doc": "Flag to enable/disable continuous goal seeking for the desired capacity and restoration of evicted Spot VMs.\nIf maintain is enabled, AzureFleetRP will use all VM sizes in vmSizesProfile to create new VMs (if VMs are evicted deleted)\nor update existing VMs with new VM sizes (if VMs are evicted deallocated or failed to allocate due to capacity constraint) in order to achieve the desired capacity.\nMaintain is enabled by default.",
+ "type": {
+ "$id": "431",
+ "kind": "boolean",
+ "name": "boolean",
+ "crossLanguageDefinitionId": "TypeSpec.boolean",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.SpotPriorityProfile.maintain",
+ "serializationOptions": {
+ "$id": "432",
+ "json": {
+ "$id": "433",
+ "name": "maintain"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.FleetProperties.spotPriorityProfile",
+ "serializationOptions": {
+ "$id": "434",
+ "json": {
+ "$id": "435",
+ "name": "spotPriorityProfile"
+ }
+ }
+ },
+ {
+ "$id": "436",
+ "kind": "property",
+ "name": "regularPriorityProfile",
+ "serializedName": "regularPriorityProfile",
+ "doc": "Configuration Options for Regular instances in Compute Fleet.",
+ "type": {
+ "$id": "437",
+ "kind": "model",
+ "name": "RegularPriorityProfile",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.RegularPriorityProfile",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Configuration Options for Regular instances in Compute Fleet.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "438",
+ "kind": "property",
+ "name": "capacity",
+ "serializedName": "capacity",
+ "doc": "Total capacity to achieve. It is currently in terms of number of VMs.",
+ "type": {
+ "$id": "439",
+ "kind": "int32",
+ "name": "int32",
+ "crossLanguageDefinitionId": "TypeSpec.int32",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.RegularPriorityProfile.capacity",
+ "serializationOptions": {
+ "$id": "440",
+ "json": {
+ "$id": "441",
+ "name": "capacity"
+ }
+ }
+ },
+ {
+ "$id": "442",
+ "kind": "property",
+ "name": "minCapacity",
+ "serializedName": "minCapacity",
+ "doc": "Minimum capacity to achieve which cannot be updated. If we will not be able to \"guarantee\" minimum capacity, we will reject the request in the sync path itself.",
+ "type": {
+ "$id": "443",
+ "kind": "int32",
+ "name": "int32",
+ "crossLanguageDefinitionId": "TypeSpec.int32",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.RegularPriorityProfile.minCapacity",
+ "serializationOptions": {
+ "$id": "444",
+ "json": {
+ "$id": "445",
+ "name": "minCapacity"
+ }
+ }
+ },
+ {
+ "$id": "446",
+ "kind": "property",
+ "name": "allocationStrategy",
+ "serializedName": "allocationStrategy",
+ "doc": "Allocation strategy to follow when determining the VM sizes distribution for Regular VMs.",
+ "type": {
+ "$ref": "32"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.RegularPriorityProfile.allocationStrategy",
+ "serializationOptions": {
+ "$id": "447",
+ "json": {
+ "$id": "448",
+ "name": "allocationStrategy"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.FleetProperties.regularPriorityProfile",
+ "serializationOptions": {
+ "$id": "449",
+ "json": {
+ "$id": "450",
+ "name": "regularPriorityProfile"
+ }
+ }
+ },
+ {
+ "$id": "451",
+ "kind": "property",
+ "name": "vmSizesProfile",
+ "serializedName": "vmSizesProfile",
+ "doc": "List of VM sizes supported for Compute Fleet",
+ "type": {
+ "$id": "452",
+ "kind": "array",
+ "name": "ArrayVmSizeProfile",
+ "valueType": {
+ "$id": "453",
+ "kind": "model",
+ "name": "ComputeFleetVmSizeProfile",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VmSizeProfile",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Specifications about a VM Size. This will also contain the corresponding rank and weight in future.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "454",
+ "kind": "property",
+ "name": "name",
+ "serializedName": "name",
+ "doc": "The Sku name (e.g. 'Standard_DS1_v2')",
+ "type": {
+ "$id": "455",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": false,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VmSizeProfile.name",
+ "serializationOptions": {
+ "$id": "456",
+ "json": {
+ "$id": "457",
+ "name": "name"
+ }
+ }
+ },
+ {
+ "$id": "458",
+ "kind": "property",
+ "name": "rank",
+ "serializedName": "rank",
+ "doc": "The rank of the VM size. This is used with 'RegularPriorityAllocationStrategy.Prioritized'\nThe lower the number, the higher the priority. Starting with 0.",
+ "type": {
+ "$id": "459",
+ "kind": "int32",
+ "name": "int32",
+ "crossLanguageDefinitionId": "TypeSpec.int32",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VmSizeProfile.rank",
+ "serializationOptions": {
+ "$id": "460",
+ "json": {
+ "$id": "461",
+ "name": "rank"
+ }
+ }
+ }
+ ]
+ },
+ "crossLanguageDefinitionId": "TypeSpec.Array",
+ "decorators": []
+ },
+ "optional": false,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.FleetProperties.vmSizesProfile",
+ "serializationOptions": {
+ "$id": "462",
+ "json": {
+ "$id": "463",
+ "name": "vmSizesProfile"
+ }
+ }
+ },
+ {
+ "$id": "464",
+ "kind": "property",
+ "name": "vmAttributes",
+ "serializedName": "vmAttributes",
+ "doc": "Attribute based Fleet.",
+ "type": {
+ "$id": "465",
+ "kind": "model",
+ "name": "ComputeFleetVMAttributes",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMAttributes",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "VMAttributes that will be used to filter VMSizes which will be used to build Fleet.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "466",
+ "kind": "property",
+ "name": "vCpuCount",
+ "serializedName": "vCpuCount",
+ "doc": "The range of vCpuCount specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.",
+ "type": {
+ "$id": "467",
+ "kind": "model",
+ "name": "ComputeFleetVmAttributeMinMaxInteger",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMAttributeMinMaxInteger",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "While retrieving VMSizes from CRS, Min = 0 (uint.MinValue) if not specified, Max = 4294967295 (uint.MaxValue) if not specified. This allows to filter VMAttributes on all available VMSizes.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "468",
+ "kind": "property",
+ "name": "min",
+ "serializedName": "min",
+ "doc": "Min VMSize from CRS, Min = 0 (uint.MinValue) if not specified.",
+ "type": {
+ "$id": "469",
+ "kind": "int32",
+ "name": "int32",
+ "crossLanguageDefinitionId": "TypeSpec.int32",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMAttributeMinMaxInteger.min",
+ "serializationOptions": {
+ "$id": "470",
+ "json": {
+ "$id": "471",
+ "name": "min"
+ }
+ }
+ },
+ {
+ "$id": "472",
+ "kind": "property",
+ "name": "max",
+ "serializedName": "max",
+ "doc": "Max VMSize from CRS, Max = 4294967295 (uint.MaxValue) if not specified.",
+ "type": {
+ "$id": "473",
+ "kind": "int32",
+ "name": "int32",
+ "crossLanguageDefinitionId": "TypeSpec.int32",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMAttributeMinMaxInteger.max",
+ "serializationOptions": {
+ "$id": "474",
+ "json": {
+ "$id": "475",
+ "name": "max"
+ }
+ }
+ }
+ ]
+ },
+ "optional": false,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMAttributes.vCpuCount",
+ "serializationOptions": {
+ "$id": "476",
+ "json": {
+ "$id": "477",
+ "name": "vCpuCount"
+ }
+ }
+ },
+ {
+ "$id": "478",
+ "kind": "property",
+ "name": "memoryInGiB",
+ "serializedName": "memoryInGiB",
+ "doc": "The range of memory specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.",
+ "type": {
+ "$id": "479",
+ "kind": "model",
+ "name": "ComputeFleetVmAttributeMinMaxDouble",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMAttributeMinMaxDouble",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "VMAttributes using double values.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "480",
+ "kind": "property",
+ "name": "min",
+ "serializedName": "min",
+ "doc": "Minimum value. default 0. Double.MinValue()",
+ "type": {
+ "$id": "481",
+ "kind": "float64",
+ "name": "float64",
+ "crossLanguageDefinitionId": "TypeSpec.float64",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMAttributeMinMaxDouble.min",
+ "serializationOptions": {
+ "$id": "482",
+ "json": {
+ "$id": "483",
+ "name": "min"
+ }
+ }
+ },
+ {
+ "$id": "484",
+ "kind": "property",
+ "name": "max",
+ "serializedName": "max",
+ "doc": "Maximum value. Double.MaxValue(1.7976931348623157E+308)",
+ "type": {
+ "$id": "485",
+ "kind": "float64",
+ "name": "float64",
+ "crossLanguageDefinitionId": "TypeSpec.float64",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMAttributeMinMaxDouble.max",
+ "serializationOptions": {
+ "$id": "486",
+ "json": {
+ "$id": "487",
+ "name": "max"
+ }
+ }
+ }
+ ]
+ },
+ "optional": false,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMAttributes.memoryInGiB",
+ "serializationOptions": {
+ "$id": "488",
+ "json": {
+ "$id": "489",
+ "name": "memoryInGiB"
+ }
+ }
+ },
+ {
+ "$id": "490",
+ "kind": "property",
+ "name": "memoryInGiBPerVCpu",
+ "serializedName": "memoryInGiBPerVCpu",
+ "doc": "The range of memory in GiB per vCPU specified from min to max. Optional parameter. Either Min or Max is required if specified.",
+ "type": {
+ "$ref": "479"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMAttributes.memoryInGiBPerVCpu",
+ "serializationOptions": {
+ "$id": "491",
+ "json": {
+ "$id": "492",
+ "name": "memoryInGiBPerVCpu"
+ }
+ }
+ },
+ {
+ "$id": "493",
+ "kind": "property",
+ "name": "localStorageSupport",
+ "serializedName": "localStorageSupport",
+ "doc": "Specifies whether the VMSize supporting local storage should be used to build Fleet or not.\nIncluded - Default if not specified as most Azure VMs support local storage.",
+ "type": {
+ "$ref": "38"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMAttributes.localStorageSupport",
+ "serializationOptions": {
+ "$id": "494",
+ "json": {
+ "$id": "495",
+ "name": "localStorageSupport"
+ }
+ }
+ },
+ {
+ "$id": "496",
+ "kind": "property",
+ "name": "localStorageInGiB",
+ "serializedName": "localStorageInGiB",
+ "doc": "LocalStorageSupport should be set to \"Included\" or \"Required\" to use this VMAttribute. \nIf localStorageSupport is \"Excluded\", this VMAttribute can not be used.",
+ "type": {
+ "$ref": "479"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMAttributes.localStorageInGiB",
+ "serializationOptions": {
+ "$id": "497",
+ "json": {
+ "$id": "498",
+ "name": "localStorageInGiB"
+ }
+ }
+ },
+ {
+ "$id": "499",
+ "kind": "property",
+ "name": "localStorageDiskTypes",
+ "serializedName": "localStorageDiskTypes",
+ "doc": "The local storage disk types specified as a list. LocalStorageSupport should be set to \"Included\" or \"Required\" to use this VMAttribute. \nIf localStorageSupport is \"Excluded\", this VMAttribute can not be used.",
+ "type": {
+ "$id": "500",
+ "kind": "array",
+ "name": "ArrayLocalStorageDiskType",
+ "valueType": {
+ "$ref": "46"
+ },
+ "crossLanguageDefinitionId": "TypeSpec.Array",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMAttributes.localStorageDiskTypes",
+ "serializationOptions": {
+ "$id": "501",
+ "json": {
+ "$id": "502",
+ "name": "localStorageDiskTypes"
+ }
+ }
+ },
+ {
+ "$id": "503",
+ "kind": "property",
+ "name": "dataDiskCount",
+ "serializedName": "dataDiskCount",
+ "doc": "The range of data disk count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.",
+ "type": {
+ "$ref": "467"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMAttributes.dataDiskCount",
+ "serializationOptions": {
+ "$id": "504",
+ "json": {
+ "$id": "505",
+ "name": "dataDiskCount"
+ }
+ }
+ },
+ {
+ "$id": "506",
+ "kind": "property",
+ "name": "networkInterfaceCount",
+ "serializedName": "networkInterfaceCount",
+ "doc": "The range of network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.",
+ "type": {
+ "$ref": "467"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMAttributes.networkInterfaceCount",
+ "serializationOptions": {
+ "$id": "507",
+ "json": {
+ "$id": "508",
+ "name": "networkInterfaceCount"
+ }
+ }
+ },
+ {
+ "$id": "509",
+ "kind": "property",
+ "name": "networkBandwidthInMbps",
+ "serializedName": "networkBandwidthInMbps",
+ "doc": "The range of network bandwidth in Mbps specified from Min to Max. Optional parameter. Either Min or Max is required if specified.",
+ "type": {
+ "$ref": "479"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMAttributes.networkBandwidthInMbps",
+ "serializationOptions": {
+ "$id": "510",
+ "json": {
+ "$id": "511",
+ "name": "networkBandwidthInMbps"
+ }
+ }
+ },
+ {
+ "$id": "512",
+ "kind": "property",
+ "name": "rdmaSupport",
+ "serializedName": "rdmaSupport",
+ "doc": "Specifies whether the VMSize supporting RDMA (Remote Direct Memory Access) should be used to build Fleet or not.",
+ "type": {
+ "$ref": "38"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMAttributes.rdmaSupport",
+ "serializationOptions": {
+ "$id": "513",
+ "json": {
+ "$id": "514",
+ "name": "rdmaSupport"
+ }
+ }
+ },
+ {
+ "$id": "515",
+ "kind": "property",
+ "name": "rdmaNetworkInterfaceCount",
+ "serializedName": "rdmaNetworkInterfaceCount",
+ "doc": "The range of RDMA (Remote Direct Memory Access) network interface count specified from Min to Max. Optional parameter. Either Min or Max is required if specified.\nrdmaSupport should be set to \"Included\" or \"Required\" to use this VMAttribute. \nIf rdmaSupport is \"Excluded\", this VMAttribute can not be used.",
+ "type": {
+ "$ref": "467"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMAttributes.rdmaNetworkInterfaceCount",
+ "serializationOptions": {
+ "$id": "516",
+ "json": {
+ "$id": "517",
+ "name": "rdmaNetworkInterfaceCount"
+ }
+ }
+ },
+ {
+ "$id": "518",
+ "kind": "property",
+ "name": "acceleratorSupport",
+ "serializedName": "acceleratorSupport",
+ "doc": "Specifies whether the VMSize supporting accelerator should be used to build Fleet or not.\nacceleratorSupport should be set to \"Included\" or \"Required\" to use this VMAttribute. \nIf acceleratorSupport is \"Excluded\", this VMAttribute can not be used.",
+ "type": {
+ "$ref": "38"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMAttributes.acceleratorSupport",
+ "serializationOptions": {
+ "$id": "519",
+ "json": {
+ "$id": "520",
+ "name": "acceleratorSupport"
+ }
+ }
+ },
+ {
+ "$id": "521",
+ "kind": "property",
+ "name": "acceleratorManufacturers",
+ "serializedName": "acceleratorManufacturers",
+ "doc": "The accelerator manufacturers specified as a list. \nacceleratorSupport should be set to \"Included\" or \"Required\" to use this VMAttribute. \nIf acceleratorSupport is \"Excluded\", this VMAttribute can not be used.",
+ "type": {
+ "$id": "522",
+ "kind": "array",
+ "name": "ArrayAcceleratorManufacturer",
+ "valueType": {
+ "$ref": "52"
+ },
+ "crossLanguageDefinitionId": "TypeSpec.Array",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMAttributes.acceleratorManufacturers",
+ "serializationOptions": {
+ "$id": "523",
+ "json": {
+ "$id": "524",
+ "name": "acceleratorManufacturers"
+ }
+ }
+ },
+ {
+ "$id": "525",
+ "kind": "property",
+ "name": "acceleratorTypes",
+ "serializedName": "acceleratorTypes",
+ "doc": "The accelerator types specified as a list. acceleratorSupport should be set to \"Included\" or \"Required\" to use this VMAttribute. \nIf acceleratorSupport is \"Excluded\", this VMAttribute can not be used.",
+ "type": {
+ "$id": "526",
+ "kind": "array",
+ "name": "ArrayAcceleratorType",
+ "valueType": {
+ "$ref": "60"
+ },
+ "crossLanguageDefinitionId": "TypeSpec.Array",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMAttributes.acceleratorTypes",
+ "serializationOptions": {
+ "$id": "527",
+ "json": {
+ "$id": "528",
+ "name": "acceleratorTypes"
+ }
+ }
+ },
+ {
+ "$id": "529",
+ "kind": "property",
+ "name": "acceleratorCount",
+ "serializedName": "acceleratorCount",
+ "doc": "The range of accelerator count specified from min to max. Optional parameter. Either Min or Max is required if specified.\nacceleratorSupport should be set to \"Included\" or \"Required\" to use this VMAttribute. \nIf acceleratorSupport is \"Excluded\", this VMAttribute can not be used.",
+ "type": {
+ "$ref": "467"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMAttributes.acceleratorCount",
+ "serializationOptions": {
+ "$id": "530",
+ "json": {
+ "$id": "531",
+ "name": "acceleratorCount"
+ }
+ }
+ },
+ {
+ "$id": "532",
+ "kind": "property",
+ "name": "vmCategories",
+ "serializedName": "vmCategories",
+ "doc": "The VM category specified as a list. Optional parameter.",
+ "type": {
+ "$id": "533",
+ "kind": "array",
+ "name": "ArrayVmCategory",
+ "valueType": {
+ "$ref": "66"
+ },
+ "crossLanguageDefinitionId": "TypeSpec.Array",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMAttributes.vmCategories",
+ "serializationOptions": {
+ "$id": "534",
+ "json": {
+ "$id": "535",
+ "name": "vmCategories"
+ }
+ }
+ },
+ {
+ "$id": "536",
+ "kind": "property",
+ "name": "architectureTypes",
+ "serializedName": "architectureTypes",
+ "doc": "The VM architecture types specified as a list. Optional parameter.",
+ "type": {
+ "$id": "537",
+ "kind": "array",
+ "name": "ArrayArchitectureType",
+ "valueType": {
+ "$ref": "82"
+ },
+ "crossLanguageDefinitionId": "TypeSpec.Array",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMAttributes.architectureTypes",
+ "serializationOptions": {
+ "$id": "538",
+ "json": {
+ "$id": "539",
+ "name": "architectureTypes"
+ }
+ }
+ },
+ {
+ "$id": "540",
+ "kind": "property",
+ "name": "cpuManufacturers",
+ "serializedName": "cpuManufacturers",
+ "doc": "The VM CPU manufacturers specified as a list. Optional parameter.",
+ "type": {
+ "$id": "541",
+ "kind": "array",
+ "name": "ArrayCpuManufacturer",
+ "valueType": {
+ "$ref": "88"
+ },
+ "crossLanguageDefinitionId": "TypeSpec.Array",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMAttributes.cpuManufacturers",
+ "serializationOptions": {
+ "$id": "542",
+ "json": {
+ "$id": "543",
+ "name": "cpuManufacturers"
+ }
+ }
+ },
+ {
+ "$id": "544",
+ "kind": "property",
+ "name": "burstableSupport",
+ "serializedName": "burstableSupport",
+ "doc": "Specifies whether the VMSize supporting burstable capability should be used to build Fleet or not.",
+ "type": {
+ "$ref": "38"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMAttributes.burstableSupport",
+ "serializationOptions": {
+ "$id": "545",
+ "json": {
+ "$id": "546",
+ "name": "burstableSupport"
+ }
+ }
+ },
+ {
+ "$id": "547",
+ "kind": "property",
+ "name": "excludedVMSizes",
+ "serializedName": "excludedVMSizes",
+ "doc": "Specifies which VMSizes should be excluded while building Fleet. Optional parameter.",
+ "type": {
+ "$id": "548",
+ "kind": "array",
+ "name": "Array",
+ "valueType": {
+ "$id": "549",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "crossLanguageDefinitionId": "TypeSpec.Array",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMAttributes.excludedVMSizes",
+ "serializationOptions": {
+ "$id": "550",
+ "json": {
+ "$id": "551",
+ "name": "excludedVMSizes"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.FleetProperties.vmAttributes",
+ "serializationOptions": {
+ "$id": "552",
+ "json": {
+ "$id": "553",
+ "name": "vmAttributes"
+ }
+ }
+ },
+ {
+ "$id": "554",
+ "kind": "property",
+ "name": "additionalLocationsProfile",
+ "serializedName": "additionalLocationsProfile",
+ "doc": "Represents the configuration for additional locations where Fleet resources may be deployed.",
+ "type": {
+ "$id": "555",
+ "kind": "model",
+ "name": "AdditionalLocationsProfile",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.AdditionalLocationsProfile",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Represents the configuration for additional locations where Fleet resources may be deployed.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "556",
+ "kind": "property",
+ "name": "locationProfiles",
+ "serializedName": "locationProfiles",
+ "doc": "The list of location profiles.",
+ "type": {
+ "$id": "557",
+ "kind": "array",
+ "name": "ArrayLocationProfile",
+ "valueType": {
+ "$id": "558",
+ "kind": "model",
+ "name": "LocationProfile",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.LocationProfile",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Represents the profile for a single additional location in the Fleet. The location and the virtualMachineProfileOverride (optional).",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "559",
+ "kind": "property",
+ "name": "location",
+ "serializedName": "location",
+ "doc": "The ARM location name of the additional region. If LocationProfile is specified, then location is required.",
+ "type": {
+ "$id": "560",
+ "kind": "string",
+ "name": "azureLocation",
+ "crossLanguageDefinitionId": "Azure.Core.azureLocation",
+ "baseType": {
+ "$id": "561",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "decorators": []
+ },
+ "optional": false,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.LocationProfile.location",
+ "serializationOptions": {
+ "$id": "562",
+ "json": {
+ "$id": "563",
+ "name": "location"
+ }
+ }
+ },
+ {
+ "$id": "564",
+ "kind": "property",
+ "name": "virtualMachineProfileOverride",
+ "serializedName": "virtualMachineProfileOverride",
+ "doc": "An override for computeProfile.baseVirtualMachineProfile specific to this region. \nThis override is merged with the base virtual machine profile to define the final virtual machine profile for the resources deployed in this location.",
+ "type": {
+ "$id": "565",
+ "kind": "model",
+ "name": "ComputeFleetVmProfile",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.BaseVirtualMachineProfile",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Describes the base virtual machine profile for fleet",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "566",
+ "kind": "property",
+ "name": "osProfile",
+ "serializedName": "osProfile",
+ "doc": "Specifies the operating system settings for the virtual machines in the scale\nset.",
+ "type": {
+ "$id": "567",
+ "kind": "model",
+ "name": "ComputeFleetVmssOSProfile",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetOSProfile",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Describes a virtual machine scale set OS profile.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "568",
+ "kind": "property",
+ "name": "computerNamePrefix",
+ "serializedName": "computerNamePrefix",
+ "doc": "Specifies the computer name prefix for all of the virtual machines in the scale\nset. Computer name prefixes must be 1 to 15 characters long.",
+ "type": {
+ "$id": "569",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetOSProfile.computerNamePrefix",
+ "serializationOptions": {
+ "$id": "570",
+ "json": {
+ "$id": "571",
+ "name": "computerNamePrefix"
+ }
+ }
+ },
+ {
+ "$id": "572",
+ "kind": "property",
+ "name": "adminUsername",
+ "serializedName": "adminUsername",
+ "doc": "Specifies the name of the administrator account.
**Windows-only\nrestriction:** Cannot end in \".\"
**Disallowed values:**\n\"administrator\", \"admin\", \"user\", \"user1\", \"test\", \"user2\", \"test1\", \"user3\",\n\"admin1\", \"1\", \"123\", \"a\", \"actuser\", \"adm\", \"admin2\", \"aspnet\", \"backup\",\n\"console\", \"david\", \"guest\", \"john\", \"owner\", \"root\", \"server\", \"sql\",\n\"support\", \"support_388945a0\", \"sys\", \"test2\", \"test3\", \"user4\", \"user5\".\n
**Minimum-length (Linux):** 1 character
**Max-length\n(Linux):** 64 characters
**Max-length (Windows):** 20 characters",
+ "type": {
+ "$id": "573",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetOSProfile.adminUsername",
+ "serializationOptions": {
+ "$id": "574",
+ "json": {
+ "$id": "575",
+ "name": "adminUsername"
+ }
+ }
+ },
+ {
+ "$id": "576",
+ "kind": "property",
+ "name": "adminPassword",
+ "serializedName": "adminPassword",
+ "doc": "Specifies the password of the administrator account.
**Minimum-length\n(Windows):** 8 characters
**Minimum-length (Linux):** 6 characters\n
**Max-length (Windows):** 123 characters
**Max-length\n(Linux):** 72 characters
**Complexity requirements:** 3 out of 4\nconditions below need to be fulfilled
Has lower characters
Has upper\ncharacters
Has a digit
Has a special character (Regex match [\\W_])\n
**Disallowed values:** \"abc@123\", \"P@$$w0rd\", \"P@ssw0rd\",\n\"P@ssword123\", \"Pa$$word\", \"pass@word1\", \"Password!\", \"Password1\",\n\"Password22\", \"iloveyou!\"
For resetting the password, see [How to\nreset the Remote Desktop service or its login password in a Windows\nVM](https://learn.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp)\n
For resetting root password, see [Manage users, SSH, and check or\nrepair disks on Azure Linux VMs using the VMAccess\nExtension](https://learn.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection)",
+ "type": {
+ "$id": "577",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetOSProfile.adminPassword",
+ "serializationOptions": {
+ "$id": "578",
+ "json": {
+ "$id": "579",
+ "name": "adminPassword"
+ }
+ }
+ },
+ {
+ "$id": "580",
+ "kind": "property",
+ "name": "customData",
+ "serializedName": "customData",
+ "doc": "Specifies a base-64 encoded string of custom data. The base-64 encoded string\nis decoded to a binary array that is saved as a file on the Virtual Machine.\nThe maximum length of the binary array is 65535 bytes. For using cloud-init for\nyour VM, see [Using cloud-init to customize a Linux VM during\ncreation](https://learn.microsoft.com/azure/virtual-machines/linux/using-cloud-init)",
+ "type": {
+ "$id": "581",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetOSProfile.customData",
+ "serializationOptions": {
+ "$id": "582",
+ "json": {
+ "$id": "583",
+ "name": "customData"
+ }
+ }
+ },
+ {
+ "$id": "584",
+ "kind": "property",
+ "name": "windowsConfiguration",
+ "serializedName": "windowsConfiguration",
+ "doc": "Specifies Windows operating system settings on the virtual machine.",
+ "type": {
+ "$id": "585",
+ "kind": "model",
+ "name": "ComputeFleetWindowsConfiguration",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.WindowsConfiguration",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Specifies Windows operating system settings on the virtual machine.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "586",
+ "kind": "property",
+ "name": "IsVmAgentProvisioned",
+ "serializedName": "provisionVMAgent",
+ "doc": "Indicates whether virtual machine agent should be provisioned on the virtual\nmachine. When this property is not specified in the request body, it is set to\ntrue by default. This will ensure that VM Agent is installed on the VM so that\nextensions can be added to the VM later.",
+ "type": {
+ "$id": "587",
+ "kind": "boolean",
+ "name": "boolean",
+ "crossLanguageDefinitionId": "TypeSpec.boolean",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.WindowsConfiguration.provisionVMAgent",
+ "serializationOptions": {
+ "$id": "588",
+ "json": {
+ "$id": "589",
+ "name": "provisionVMAgent"
+ }
+ }
+ },
+ {
+ "$id": "590",
+ "kind": "property",
+ "name": "IsAutomaticUpdatesEnabled",
+ "serializedName": "enableAutomaticUpdates",
+ "doc": "Indicates whether Automatic Updates is enabled for the Windows virtual machine.\nDefault value is true. For virtual machine scale sets, this property can be\nupdated and updates will take effect on OS reprovisioning.",
+ "type": {
+ "$id": "591",
+ "kind": "boolean",
+ "name": "boolean",
+ "crossLanguageDefinitionId": "TypeSpec.boolean",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.WindowsConfiguration.enableAutomaticUpdates",
+ "serializationOptions": {
+ "$id": "592",
+ "json": {
+ "$id": "593",
+ "name": "enableAutomaticUpdates"
+ }
+ }
+ },
+ {
+ "$id": "594",
+ "kind": "property",
+ "name": "timeZone",
+ "serializedName": "timeZone",
+ "doc": "Specifies the time zone of the virtual machine. e.g. \"Pacific Standard Time\".\nPossible values can be\n[TimeZoneInfo.Id](https://learn.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id)\nvalue from time zones returned by\n[TimeZoneInfo.GetSystemTimeZones](https://learn.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones).",
+ "type": {
+ "$id": "595",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.WindowsConfiguration.timeZone",
+ "serializationOptions": {
+ "$id": "596",
+ "json": {
+ "$id": "597",
+ "name": "timeZone"
+ }
+ }
+ },
+ {
+ "$id": "598",
+ "kind": "property",
+ "name": "additionalUnattendContent",
+ "serializedName": "additionalUnattendContent",
+ "doc": "Specifies additional base-64 encoded XML formatted information that can be\nincluded in the Unattend.xml file, which is used by Windows Setup.",
+ "type": {
+ "$id": "599",
+ "kind": "array",
+ "name": "ArrayAdditionalUnattendContent",
+ "valueType": {
+ "$id": "600",
+ "kind": "model",
+ "name": "WindowsSetupAdditionalInformation",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.AdditionalUnattendContent",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Specifies additional XML formatted information that can be included in the\nUnattend.xml file, which is used by Windows Setup. Contents are defined by\nsetting name, component name, and the pass in which the content is applied.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "601",
+ "kind": "property",
+ "name": "passName",
+ "serializedName": "passName",
+ "doc": "The pass name. Currently, the only allowable value is OobeSystem.",
+ "type": {
+ "$id": "602",
+ "kind": "constant",
+ "valueType": {
+ "$ref": "98"
+ },
+ "value": "OobeSystem",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.AdditionalUnattendContent.passName",
+ "serializationOptions": {
+ "$id": "603",
+ "json": {
+ "$id": "604",
+ "name": "passName"
+ }
+ }
+ },
+ {
+ "$id": "605",
+ "kind": "property",
+ "name": "componentName",
+ "serializedName": "componentName",
+ "doc": "The component name. Currently, the only allowable value is\nMicrosoft-Windows-Shell-Setup.",
+ "type": {
+ "$id": "606",
+ "kind": "constant",
+ "valueType": {
+ "$ref": "101"
+ },
+ "value": "Microsoft-Windows-Shell-Setup",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.AdditionalUnattendContent.componentName",
+ "serializationOptions": {
+ "$id": "607",
+ "json": {
+ "$id": "608",
+ "name": "componentName"
+ }
+ }
+ },
+ {
+ "$id": "609",
+ "kind": "property",
+ "name": "settingName",
+ "serializedName": "settingName",
+ "doc": "Specifies the name of the setting to which the content applies. Possible values\nare: FirstLogonCommands and AutoLogon.",
+ "type": {
+ "$ref": "104"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.AdditionalUnattendContent.settingName",
+ "serializationOptions": {
+ "$id": "610",
+ "json": {
+ "$id": "611",
+ "name": "settingName"
+ }
+ }
+ },
+ {
+ "$id": "612",
+ "kind": "property",
+ "name": "content",
+ "serializedName": "content",
+ "doc": "Specifies the XML formatted content that is added to the unattend.xml file for\nthe specified path and component. The XML must be less than 4KB and must\ninclude the root element for the setting or feature that is being inserted.",
+ "type": {
+ "$id": "613",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.AdditionalUnattendContent.content",
+ "serializationOptions": {
+ "$id": "614",
+ "json": {
+ "$id": "615",
+ "name": "content"
+ }
+ }
+ }
+ ]
+ },
+ "crossLanguageDefinitionId": "TypeSpec.Array",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.WindowsConfiguration.additionalUnattendContent",
+ "serializationOptions": {
+ "$id": "616",
+ "json": {
+ "$id": "617",
+ "name": "additionalUnattendContent"
+ }
+ }
+ },
+ {
+ "$id": "618",
+ "kind": "property",
+ "name": "patchSettings",
+ "serializedName": "patchSettings",
+ "doc": "[Preview Feature] Specifies settings related to VM Guest Patching on Windows.",
+ "type": {
+ "$id": "619",
+ "kind": "model",
+ "name": "ComputeFleetVmGuestPatchSettings",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.PatchSettings",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Specifies settings related to VM Guest Patching on Windows.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "620",
+ "kind": "property",
+ "name": "patchMode",
+ "serializedName": "patchMode",
+ "doc": "Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual\nmachines associated to virtual machine scale set with OrchestrationMode as\nFlexible.
Possible values are:
**Manual** - You\ncontrol the application of patches to a virtual machine. You do this by\napplying patches manually inside the VM. In this mode, automatic updates are\ndisabled; the property WindowsConfiguration.enableAutomaticUpdates must be\nfalse
**AutomaticByOS** - The virtual machine will automatically be\nupdated by the OS. The property WindowsConfiguration.enableAutomaticUpdates\nmust be true.
**AutomaticByPlatform** - the virtual machine will\nautomatically updated by the platform. The properties provisionVMAgent and\nWindowsConfiguration.enableAutomaticUpdates must be true",
+ "type": {
+ "$ref": "110"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.PatchSettings.patchMode",
+ "serializationOptions": {
+ "$id": "621",
+ "json": {
+ "$id": "622",
+ "name": "patchMode"
+ }
+ }
+ },
+ {
+ "$id": "623",
+ "kind": "property",
+ "name": "IsHotPatchingEnabled",
+ "serializedName": "enableHotpatching",
+ "doc": "Enables customers to patch their Azure VMs without requiring a reboot. For\nenableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode'\nmust be set to 'AutomaticByPlatform'.",
+ "type": {
+ "$id": "624",
+ "kind": "boolean",
+ "name": "boolean",
+ "crossLanguageDefinitionId": "TypeSpec.boolean",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.PatchSettings.enableHotpatching",
+ "serializationOptions": {
+ "$id": "625",
+ "json": {
+ "$id": "626",
+ "name": "enableHotpatching"
+ }
+ }
+ },
+ {
+ "$id": "627",
+ "kind": "property",
+ "name": "assessmentMode",
+ "serializedName": "assessmentMode",
+ "doc": "Specifies the mode of VM Guest patch assessment for the IaaS virtual\nmachine.
Possible values are:
**ImageDefault** - You\ncontrol the timing of patch assessments on a virtual machine.
\n**AutomaticByPlatform** - The platform will trigger periodic patch assessments.\nThe property provisionVMAgent must be true.",
+ "type": {
+ "$ref": "118"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.PatchSettings.assessmentMode",
+ "serializationOptions": {
+ "$id": "628",
+ "json": {
+ "$id": "629",
+ "name": "assessmentMode"
+ }
+ }
+ },
+ {
+ "$id": "630",
+ "kind": "property",
+ "name": "automaticByPlatformSettings",
+ "serializedName": "automaticByPlatformSettings",
+ "doc": "Specifies additional settings for patch mode AutomaticByPlatform in VM Guest\nPatching on Windows.",
+ "type": {
+ "$id": "631",
+ "kind": "model",
+ "name": "ComputeFleetWindowsVMGuestPatchAutomaticByPlatformSettings",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.WindowsVMGuestPatchAutomaticByPlatformSettings",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Specifies additional settings to be applied when patch mode AutomaticByPlatform\nis selected in Windows patch settings.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "632",
+ "kind": "property",
+ "name": "rebootSetting",
+ "serializedName": "rebootSetting",
+ "doc": "Specifies the reboot setting for all AutomaticByPlatform patch installation\noperations.",
+ "type": {
+ "$ref": "124"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.WindowsVMGuestPatchAutomaticByPlatformSettings.rebootSetting",
+ "serializationOptions": {
+ "$id": "633",
+ "json": {
+ "$id": "634",
+ "name": "rebootSetting"
+ }
+ }
+ },
+ {
+ "$id": "635",
+ "kind": "property",
+ "name": "IsBypassPlatformSafetyChecksOnUserScheduleEnabled",
+ "serializedName": "bypassPlatformSafetyChecksOnUserSchedule",
+ "doc": "Enables customer to schedule patching without accidental upgrades",
+ "type": {
+ "$id": "636",
+ "kind": "boolean",
+ "name": "boolean",
+ "crossLanguageDefinitionId": "TypeSpec.boolean",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.WindowsVMGuestPatchAutomaticByPlatformSettings.bypassPlatformSafetyChecksOnUserSchedule",
+ "serializationOptions": {
+ "$id": "637",
+ "json": {
+ "$id": "638",
+ "name": "bypassPlatformSafetyChecksOnUserSchedule"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.PatchSettings.automaticByPlatformSettings",
+ "serializationOptions": {
+ "$id": "639",
+ "json": {
+ "$id": "640",
+ "name": "automaticByPlatformSettings"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.WindowsConfiguration.patchSettings",
+ "serializationOptions": {
+ "$id": "641",
+ "json": {
+ "$id": "642",
+ "name": "patchSettings"
+ }
+ }
+ },
+ {
+ "$id": "643",
+ "kind": "property",
+ "name": "winRM",
+ "serializedName": "winRM",
+ "doc": "Specifies the Windows Remote Management listeners. This enables remote Windows\nPowerShell.",
+ "type": {
+ "$id": "644",
+ "kind": "model",
+ "name": "WinRMConfiguration",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.WinRMConfiguration",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Describes Windows Remote Management configuration of the VM",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "645",
+ "kind": "property",
+ "name": "listeners",
+ "serializedName": "listeners",
+ "doc": "The list of Windows Remote Management listeners",
+ "type": {
+ "$id": "646",
+ "kind": "array",
+ "name": "ArrayWinRmListener",
+ "valueType": {
+ "$id": "647",
+ "kind": "model",
+ "name": "ComputeFleetWinRMListener",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.WinRMListener",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Describes Protocol and thumbprint of Windows Remote Management listener",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "648",
+ "kind": "property",
+ "name": "protocol",
+ "serializedName": "protocol",
+ "doc": "Specifies the protocol of WinRM listener. Possible values are: **http,**\n**https.**",
+ "type": {
+ "$ref": "134"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.WinRMListener.protocol",
+ "serializationOptions": {
+ "$id": "649",
+ "json": {
+ "$id": "650",
+ "name": "protocol"
+ }
+ }
+ },
+ {
+ "$id": "651",
+ "kind": "property",
+ "name": "certificateUrl",
+ "serializedName": "certificateUrl",
+ "doc": "This is the URL of a certificate that has been uploaded to Key Vault as a\nsecret. For adding a secret to the Key Vault, see [Add a key or secret to the\nkey\nvault](https://learn.microsoft.com/azure/key-vault/key-vault-get-started/#add).\nIn this case, your certificate needs to be the Base64 encoding of the following\nJSON Object which is encoded in UTF-8:
{
\n\"data\":\"\",
\"dataType\":\"pfx\",
\n\"password\":\"\"
}
To install certificates on a virtual\nmachine it is recommended to use the [Azure Key Vault virtual machine extension\nfor\nLinux](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)\nor the [Azure Key Vault virtual machine extension for\nWindows](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).",
+ "type": {
+ "$id": "652",
+ "kind": "url",
+ "name": "url",
+ "crossLanguageDefinitionId": "TypeSpec.url",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.WinRMListener.certificateUrl",
+ "serializationOptions": {
+ "$id": "653",
+ "json": {
+ "$id": "654",
+ "name": "certificateUrl"
+ }
+ }
+ }
+ ]
+ },
+ "crossLanguageDefinitionId": "TypeSpec.Array",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.WinRMConfiguration.listeners",
+ "serializationOptions": {
+ "$id": "655",
+ "json": {
+ "$id": "656",
+ "name": "listeners"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.WindowsConfiguration.winRM",
+ "serializationOptions": {
+ "$id": "657",
+ "json": {
+ "$id": "658",
+ "name": "winRM"
+ }
+ }
+ },
+ {
+ "$id": "659",
+ "kind": "property",
+ "name": "IsVmAgentPlatformUpdatesEnabled",
+ "serializedName": "enableVMAgentPlatformUpdates",
+ "doc": "Indicates whether VMAgent Platform Updates is enabled for the Windows virtual\nmachine. Default value is false.",
+ "type": {
+ "$id": "660",
+ "kind": "boolean",
+ "name": "boolean",
+ "crossLanguageDefinitionId": "TypeSpec.boolean",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.WindowsConfiguration.enableVMAgentPlatformUpdates",
+ "serializationOptions": {
+ "$id": "661",
+ "json": {
+ "$id": "662",
+ "name": "enableVMAgentPlatformUpdates"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetOSProfile.windowsConfiguration",
+ "serializationOptions": {
+ "$id": "663",
+ "json": {
+ "$id": "664",
+ "name": "windowsConfiguration"
+ }
+ }
+ },
+ {
+ "$id": "665",
+ "kind": "property",
+ "name": "linuxConfiguration",
+ "serializedName": "linuxConfiguration",
+ "doc": "Specifies the Linux operating system settings on the virtual machine. For a\nlist of supported Linux distributions, see [Linux on Azure-Endorsed\nDistributions](https://learn.microsoft.com/azure/virtual-machines/linux/endorsed-distros).",
+ "type": {
+ "$id": "666",
+ "kind": "model",
+ "name": "ComputeFleetLinuxConfiguration",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.LinuxConfiguration",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Specifies the Linux operating system settings on the virtual machine. For a\nlist of supported Linux distributions, see [Linux on Azure-Endorsed\nDistributions](https://learn.microsoft.com/azure/virtual-machines/linux/endorsed-distros).",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "667",
+ "kind": "property",
+ "name": "IsPasswordAuthenticationDisabled",
+ "serializedName": "disablePasswordAuthentication",
+ "doc": "Specifies whether password authentication should be disabled.",
+ "type": {
+ "$id": "668",
+ "kind": "boolean",
+ "name": "boolean",
+ "crossLanguageDefinitionId": "TypeSpec.boolean",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.LinuxConfiguration.disablePasswordAuthentication",
+ "serializationOptions": {
+ "$id": "669",
+ "json": {
+ "$id": "670",
+ "name": "disablePasswordAuthentication"
+ }
+ }
+ },
+ {
+ "$id": "671",
+ "kind": "property",
+ "name": "ssh",
+ "serializedName": "ssh",
+ "doc": "Specifies the ssh key configuration for a Linux OS.",
+ "type": {
+ "$id": "672",
+ "kind": "model",
+ "name": "ComputeFleetSshConfiguration",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.SshConfiguration",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "SSH configuration for Linux based VMs running on Azure",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "673",
+ "kind": "property",
+ "name": "publicKeys",
+ "serializedName": "publicKeys",
+ "doc": "The list of SSH public keys used to authenticate with linux based VMs.",
+ "type": {
+ "$id": "674",
+ "kind": "array",
+ "name": "ArraySshPublicKey",
+ "valueType": {
+ "$id": "675",
+ "kind": "model",
+ "name": "ComputeFleetSshPublicKey",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.SshPublicKey",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Contains information about SSH certificate public key and the path on the Linux\nVM where the public key is placed.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "676",
+ "kind": "property",
+ "name": "path",
+ "serializedName": "path",
+ "doc": "Specifies the full path on the created VM where ssh public key is stored. If\nthe file already exists, the specified key is appended to the file. Example:\n/home/user/.ssh/authorized_keys",
+ "type": {
+ "$id": "677",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.SshPublicKey.path",
+ "serializationOptions": {
+ "$id": "678",
+ "json": {
+ "$id": "679",
+ "name": "path"
+ }
+ }
+ },
+ {
+ "$id": "680",
+ "kind": "property",
+ "name": "keyData",
+ "serializedName": "keyData",
+ "doc": "SSH public key certificate used to authenticate with the VM through ssh. The\nkey needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys,\nsee [Create SSH keys on Linux and Mac for Linux VMs in\nAzure]https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).",
+ "type": {
+ "$id": "681",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.SshPublicKey.keyData",
+ "serializationOptions": {
+ "$id": "682",
+ "json": {
+ "$id": "683",
+ "name": "keyData"
+ }
+ }
+ }
+ ]
+ },
+ "crossLanguageDefinitionId": "TypeSpec.Array",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.SshConfiguration.publicKeys",
+ "serializationOptions": {
+ "$id": "684",
+ "json": {
+ "$id": "685",
+ "name": "publicKeys"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.LinuxConfiguration.ssh",
+ "serializationOptions": {
+ "$id": "686",
+ "json": {
+ "$id": "687",
+ "name": "ssh"
+ }
+ }
+ },
+ {
+ "$id": "688",
+ "kind": "property",
+ "name": "IsVmAgentProvisioned",
+ "serializedName": "provisionVMAgent",
+ "doc": "Indicates whether virtual machine agent should be provisioned on the virtual\nmachine. When this property is not specified in the request body, default\nbehavior is to set it to true. This will ensure that VM Agent is installed on\nthe VM so that extensions can be added to the VM later.",
+ "type": {
+ "$id": "689",
+ "kind": "boolean",
+ "name": "boolean",
+ "crossLanguageDefinitionId": "TypeSpec.boolean",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.LinuxConfiguration.provisionVMAgent",
+ "serializationOptions": {
+ "$id": "690",
+ "json": {
+ "$id": "691",
+ "name": "provisionVMAgent"
+ }
+ }
+ },
+ {
+ "$id": "692",
+ "kind": "property",
+ "name": "patchSettings",
+ "serializedName": "patchSettings",
+ "doc": "[Preview Feature] Specifies settings related to VM Guest Patching on Linux.",
+ "type": {
+ "$id": "693",
+ "kind": "model",
+ "name": "ComputeFleetLinuxPatchSettings",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.LinuxPatchSettings",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Specifies settings related to VM Guest Patching on Linux.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "694",
+ "kind": "property",
+ "name": "patchMode",
+ "serializedName": "patchMode",
+ "doc": "Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual\nmachines associated to virtual machine scale set with OrchestrationMode as\nFlexible.
Possible values are:
**ImageDefault** - The\nvirtual machine's default patching configuration is used.
\n**AutomaticByPlatform** - The virtual machine will be automatically updated by\nthe platform. The property provisionVMAgent must be true",
+ "type": {
+ "$ref": "140"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.LinuxPatchSettings.patchMode",
+ "serializationOptions": {
+ "$id": "695",
+ "json": {
+ "$id": "696",
+ "name": "patchMode"
+ }
+ }
+ },
+ {
+ "$id": "697",
+ "kind": "property",
+ "name": "assessmentMode",
+ "serializedName": "assessmentMode",
+ "doc": "Specifies the mode of VM Guest Patch Assessment for the IaaS virtual\nmachine.
Possible values are:
**ImageDefault** - You\ncontrol the timing of patch assessments on a virtual machine.
\n**AutomaticByPlatform** - The platform will trigger periodic patch assessments.\nThe property provisionVMAgent must be true.",
+ "type": {
+ "$ref": "146"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.LinuxPatchSettings.assessmentMode",
+ "serializationOptions": {
+ "$id": "698",
+ "json": {
+ "$id": "699",
+ "name": "assessmentMode"
+ }
+ }
+ },
+ {
+ "$id": "700",
+ "kind": "property",
+ "name": "automaticByPlatformSettings",
+ "serializedName": "automaticByPlatformSettings",
+ "doc": "Specifies additional settings for patch mode AutomaticByPlatform in VM Guest\nPatching on Linux.",
+ "type": {
+ "$id": "701",
+ "kind": "model",
+ "name": "ComputeFleetLinuxVMGuestPatchAutomaticByPlatformSettings",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.LinuxVMGuestPatchAutomaticByPlatformSettings",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Specifies additional settings to be applied when patch mode AutomaticByPlatform\nis selected in Linux patch settings.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "702",
+ "kind": "property",
+ "name": "rebootSetting",
+ "serializedName": "rebootSetting",
+ "doc": "Specifies the reboot setting for all AutomaticByPlatform patch installation\noperations.",
+ "type": {
+ "$ref": "152"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.LinuxVMGuestPatchAutomaticByPlatformSettings.rebootSetting",
+ "serializationOptions": {
+ "$id": "703",
+ "json": {
+ "$id": "704",
+ "name": "rebootSetting"
+ }
+ }
+ },
+ {
+ "$id": "705",
+ "kind": "property",
+ "name": "IsBypassPlatformSafetyChecksOnUserScheduleEnabled",
+ "serializedName": "bypassPlatformSafetyChecksOnUserSchedule",
+ "doc": "Enables customer to schedule patching without accidental upgrades",
+ "type": {
+ "$id": "706",
+ "kind": "boolean",
+ "name": "boolean",
+ "crossLanguageDefinitionId": "TypeSpec.boolean",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.LinuxVMGuestPatchAutomaticByPlatformSettings.bypassPlatformSafetyChecksOnUserSchedule",
+ "serializationOptions": {
+ "$id": "707",
+ "json": {
+ "$id": "708",
+ "name": "bypassPlatformSafetyChecksOnUserSchedule"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.LinuxPatchSettings.automaticByPlatformSettings",
+ "serializationOptions": {
+ "$id": "709",
+ "json": {
+ "$id": "710",
+ "name": "automaticByPlatformSettings"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.LinuxConfiguration.patchSettings",
+ "serializationOptions": {
+ "$id": "711",
+ "json": {
+ "$id": "712",
+ "name": "patchSettings"
+ }
+ }
+ },
+ {
+ "$id": "713",
+ "kind": "property",
+ "name": "IsVmAgentPlatformUpdatesEnabled",
+ "serializedName": "enableVMAgentPlatformUpdates",
+ "doc": "Indicates whether VMAgent Platform Updates is enabled for the Linux virtual\nmachine. Default value is false.",
+ "type": {
+ "$id": "714",
+ "kind": "boolean",
+ "name": "boolean",
+ "crossLanguageDefinitionId": "TypeSpec.boolean",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.LinuxConfiguration.enableVMAgentPlatformUpdates",
+ "serializationOptions": {
+ "$id": "715",
+ "json": {
+ "$id": "716",
+ "name": "enableVMAgentPlatformUpdates"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetOSProfile.linuxConfiguration",
+ "serializationOptions": {
+ "$id": "717",
+ "json": {
+ "$id": "718",
+ "name": "linuxConfiguration"
+ }
+ }
+ },
+ {
+ "$id": "719",
+ "kind": "property",
+ "name": "secrets",
+ "serializedName": "secrets",
+ "doc": "Specifies set of certificates that should be installed onto the virtual\nmachines in the scale set. To install certificates on a virtual machine it is\nrecommended to use the [Azure Key Vault virtual machine extension for\nLinux](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)\nor the [Azure Key Vault virtual machine extension for\nWindows](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).",
+ "type": {
+ "$id": "720",
+ "kind": "array",
+ "name": "ArrayVaultSecretGroup",
+ "valueType": {
+ "$id": "721",
+ "kind": "model",
+ "name": "ComputeFleetVaultSecretGroup",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VaultSecretGroup",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Describes a set of certificates which are all in the same Key Vault.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "722",
+ "kind": "property",
+ "name": "sourceVault",
+ "serializedName": "sourceVault",
+ "doc": "The relative URL of the Key Vault containing all of the certificates in\nVaultCertificates.",
+ "type": {
+ "$id": "723",
+ "kind": "model",
+ "name": "SubResource",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.SubResource",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Describes SubResource",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "724",
+ "kind": "property",
+ "name": "id",
+ "serializedName": "id",
+ "doc": "Resource Id",
+ "type": {
+ "$id": "725",
+ "kind": "string",
+ "name": "armResourceIdentifier",
+ "crossLanguageDefinitionId": "Azure.Core.armResourceIdentifier",
+ "baseType": {
+ "$id": "726",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.SubResource.id",
+ "serializationOptions": {
+ "$id": "727",
+ "json": {
+ "$id": "728",
+ "name": "id"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VaultSecretGroup.sourceVault",
+ "serializationOptions": {
+ "$id": "729",
+ "json": {
+ "$id": "730",
+ "name": "sourceVault"
+ }
+ }
+ },
+ {
+ "$id": "731",
+ "kind": "property",
+ "name": "vaultCertificates",
+ "serializedName": "vaultCertificates",
+ "doc": "The list of key vault references in SourceVault which contain certificates.",
+ "type": {
+ "$id": "732",
+ "kind": "array",
+ "name": "ArrayVaultCertificate",
+ "valueType": {
+ "$id": "733",
+ "kind": "model",
+ "name": "ComputeFleetVaultCertificate",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VaultCertificate",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Describes a single certificate reference in a Key Vault, and where the\ncertificate should reside on the VM.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "734",
+ "kind": "property",
+ "name": "certificateUrl",
+ "serializedName": "certificateUrl",
+ "doc": "This is the URL of a certificate that has been uploaded to Key Vault as a\nsecret. For adding a secret to the Key Vault, see [Add a key or secret to the\nkey\nvault](https://learn.microsoft.com/azure/key-vault/key-vault-get-started/#add).\nIn this case, your certificate needs to be It is the Base64 encoding of the\nfollowing JSON Object which is encoded in UTF-8:
{
\n\"data\":\"\",
\"dataType\":\"pfx\",
\n\"password\":\"\"
}
To install certificates on a virtual\nmachine it is recommended to use the [Azure Key Vault virtual machine extension\nfor\nLinux](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)\nor the [Azure Key Vault virtual machine extension for\nWindows](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).",
+ "type": {
+ "$id": "735",
+ "kind": "url",
+ "name": "url",
+ "crossLanguageDefinitionId": "TypeSpec.url",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VaultCertificate.certificateUrl",
+ "serializationOptions": {
+ "$id": "736",
+ "json": {
+ "$id": "737",
+ "name": "certificateUrl"
+ }
+ }
+ },
+ {
+ "$id": "738",
+ "kind": "property",
+ "name": "certificateStore",
+ "serializedName": "certificateStore",
+ "doc": "For Windows VMs, specifies the certificate store on the Virtual Machine to\nwhich the certificate should be added. The specified certificate store is\nimplicitly in the LocalMachine account. For Linux VMs, the certificate file is\nplaced under the /var/lib/waagent directory, with the file name\n<UppercaseThumbprint>.crt for the X509 certificate file and\n<UppercaseThumbprint>.prv for private key. Both of these files are .pem\nformatted.",
+ "type": {
+ "$id": "739",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VaultCertificate.certificateStore",
+ "serializationOptions": {
+ "$id": "740",
+ "json": {
+ "$id": "741",
+ "name": "certificateStore"
+ }
+ }
+ }
+ ]
+ },
+ "crossLanguageDefinitionId": "TypeSpec.Array",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VaultSecretGroup.vaultCertificates",
+ "serializationOptions": {
+ "$id": "742",
+ "json": {
+ "$id": "743",
+ "name": "vaultCertificates"
+ }
+ }
+ }
+ ]
+ },
+ "crossLanguageDefinitionId": "TypeSpec.Array",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetOSProfile.secrets",
+ "serializationOptions": {
+ "$id": "744",
+ "json": {
+ "$id": "745",
+ "name": "secrets"
+ }
+ }
+ },
+ {
+ "$id": "746",
+ "kind": "property",
+ "name": "AreExtensionOperationsAllowed",
+ "serializedName": "allowExtensionOperations",
+ "doc": "Specifies whether extension operations should be allowed on the virtual machine\nscale set. This may only be set to False when no extensions are present on the\nvirtual machine scale set.",
+ "type": {
+ "$id": "747",
+ "kind": "boolean",
+ "name": "boolean",
+ "crossLanguageDefinitionId": "TypeSpec.boolean",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetOSProfile.allowExtensionOperations",
+ "serializationOptions": {
+ "$id": "748",
+ "json": {
+ "$id": "749",
+ "name": "allowExtensionOperations"
+ }
+ }
+ },
+ {
+ "$id": "750",
+ "kind": "property",
+ "name": "IsGuestProvisionSignalRequired",
+ "serializedName": "requireGuestProvisionSignal",
+ "doc": "Optional property which must either be set to True or omitted.",
+ "type": {
+ "$id": "751",
+ "kind": "boolean",
+ "name": "boolean",
+ "crossLanguageDefinitionId": "TypeSpec.boolean",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetOSProfile.requireGuestProvisionSignal",
+ "serializationOptions": {
+ "$id": "752",
+ "json": {
+ "$id": "753",
+ "name": "requireGuestProvisionSignal"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.BaseVirtualMachineProfile.osProfile",
+ "serializationOptions": {
+ "$id": "754",
+ "json": {
+ "$id": "755",
+ "name": "osProfile"
+ }
+ }
+ },
+ {
+ "$id": "756",
+ "kind": "property",
+ "name": "storageProfile",
+ "serializedName": "storageProfile",
+ "doc": "Specifies the storage settings for the virtual machine disks.",
+ "type": {
+ "$id": "757",
+ "kind": "model",
+ "name": "ComputeFleetVmssStorageProfile",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetStorageProfile",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Describes a virtual machine scale set storage profile.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "758",
+ "kind": "property",
+ "name": "imageReference",
+ "serializedName": "imageReference",
+ "doc": "Specifies information about the image to use. You can specify information about\nplatform images, marketplace images, or virtual machine images. This element is\nrequired when you want to use a platform image, marketplace image, or virtual\nmachine image, but is not used in other creation operations.",
+ "type": {
+ "$id": "759",
+ "kind": "model",
+ "name": "ComputeFleetImageReference",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ImageReference",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Specifies information about the image to use. You can specify information about\nplatform images, marketplace images, or virtual machine images. This element is\nrequired when you want to use a platform image, marketplace image, or virtual\nmachine image, but is not used in other creation operations. NOTE: Image\nreference publisher and offer can only be set when you create the scale set.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "760",
+ "kind": "property",
+ "name": "id",
+ "serializedName": "id",
+ "doc": "Resource Id",
+ "type": {
+ "$id": "761",
+ "kind": "string",
+ "name": "armResourceIdentifier",
+ "crossLanguageDefinitionId": "Azure.Core.armResourceIdentifier",
+ "baseType": {
+ "$id": "762",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ImageReference.id",
+ "serializationOptions": {
+ "$id": "763",
+ "json": {
+ "$id": "764",
+ "name": "id"
+ }
+ }
+ },
+ {
+ "$id": "765",
+ "kind": "property",
+ "name": "publisher",
+ "serializedName": "publisher",
+ "doc": "The image publisher.",
+ "type": {
+ "$id": "766",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ImageReference.publisher",
+ "serializationOptions": {
+ "$id": "767",
+ "json": {
+ "$id": "768",
+ "name": "publisher"
+ }
+ }
+ },
+ {
+ "$id": "769",
+ "kind": "property",
+ "name": "offer",
+ "serializedName": "offer",
+ "doc": "Specifies the offer of the platform image or marketplace image used to create\nthe virtual machine.",
+ "type": {
+ "$id": "770",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ImageReference.offer",
+ "serializationOptions": {
+ "$id": "771",
+ "json": {
+ "$id": "772",
+ "name": "offer"
+ }
+ }
+ },
+ {
+ "$id": "773",
+ "kind": "property",
+ "name": "sku",
+ "serializedName": "sku",
+ "doc": "The image SKU.",
+ "type": {
+ "$id": "774",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ImageReference.sku",
+ "serializationOptions": {
+ "$id": "775",
+ "json": {
+ "$id": "776",
+ "name": "sku"
+ }
+ }
+ },
+ {
+ "$id": "777",
+ "kind": "property",
+ "name": "version",
+ "serializedName": "version",
+ "doc": "Specifies the version of the platform image or marketplace image used to create\nthe virtual machine. The allowed formats are Major.Minor.Build or 'latest'.\nMajor, Minor, and Build are decimal numbers. Specify 'latest' to use the latest\nversion of an image available at deploy time. Even if you use 'latest', the VM\nimage will not automatically update after deploy time even if a new version\nbecomes available. Please do not use field 'version' for gallery image\ndeployment, gallery image should always use 'id' field for deployment, to use 'latest'\nversion of gallery image, just set\n'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}'\nin the 'id' field without version input.",
+ "type": {
+ "$id": "778",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ImageReference.version",
+ "serializationOptions": {
+ "$id": "779",
+ "json": {
+ "$id": "780",
+ "name": "version"
+ }
+ }
+ },
+ {
+ "$id": "781",
+ "kind": "property",
+ "name": "exactVersion",
+ "serializedName": "exactVersion",
+ "doc": "Specifies in decimal numbers, the version of platform image or marketplace\nimage used to create the virtual machine. This readonly field differs from 'version',\nonly if the value specified in 'version' field is 'latest'.",
+ "type": {
+ "$id": "782",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ImageReference.exactVersion",
+ "serializationOptions": {
+ "$id": "783",
+ "json": {
+ "$id": "784",
+ "name": "exactVersion"
+ }
+ }
+ },
+ {
+ "$id": "785",
+ "kind": "property",
+ "name": "sharedGalleryImageId",
+ "serializedName": "sharedGalleryImageId",
+ "doc": "Specified the shared gallery image unique id for vm deployment. This can be\nfetched from shared gallery image GET call.",
+ "type": {
+ "$id": "786",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ImageReference.sharedGalleryImageId",
+ "serializationOptions": {
+ "$id": "787",
+ "json": {
+ "$id": "788",
+ "name": "sharedGalleryImageId"
+ }
+ }
+ },
+ {
+ "$id": "789",
+ "kind": "property",
+ "name": "communityGalleryImageId",
+ "serializedName": "communityGalleryImageId",
+ "doc": "Specified the community gallery image unique id for vm deployment. This can be\nfetched from community gallery image GET call.",
+ "type": {
+ "$id": "790",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ImageReference.communityGalleryImageId",
+ "serializationOptions": {
+ "$id": "791",
+ "json": {
+ "$id": "792",
+ "name": "communityGalleryImageId"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetStorageProfile.imageReference",
+ "serializationOptions": {
+ "$id": "793",
+ "json": {
+ "$id": "794",
+ "name": "imageReference"
+ }
+ }
+ },
+ {
+ "$id": "795",
+ "kind": "property",
+ "name": "osDisk",
+ "serializedName": "osDisk",
+ "doc": "Specifies information about the operating system disk used by the virtual\nmachines in the scale set. For more information about disks, see [About disks\nand VHDs for Azure virtual\nmachines](https://learn.microsoft.com/azure/virtual-machines/managed-disks-overview).",
+ "type": {
+ "$id": "796",
+ "kind": "model",
+ "name": "ComputeFleetVmssOSDisk",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetOSDisk",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Describes a virtual machine scale set operating system disk.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "797",
+ "kind": "property",
+ "name": "name",
+ "serializedName": "name",
+ "doc": "The disk name.",
+ "type": {
+ "$id": "798",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetOSDisk.name",
+ "serializationOptions": {
+ "$id": "799",
+ "json": {
+ "$id": "800",
+ "name": "name"
+ }
+ }
+ },
+ {
+ "$id": "801",
+ "kind": "property",
+ "name": "caching",
+ "serializedName": "caching",
+ "doc": "Specifies the caching requirements. Possible values are: **None,**\n**ReadOnly,** **ReadWrite.** The default values are: **None for Standard\nstorage. ReadOnly for Premium storage.**",
+ "type": {
+ "$ref": "162"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetOSDisk.caching",
+ "serializationOptions": {
+ "$id": "802",
+ "json": {
+ "$id": "803",
+ "name": "caching"
+ }
+ }
+ },
+ {
+ "$id": "804",
+ "kind": "property",
+ "name": "IsWriteAcceleratorEnabled",
+ "serializedName": "writeAcceleratorEnabled",
+ "doc": "Specifies whether writeAccelerator should be enabled or disabled on the disk.",
+ "type": {
+ "$id": "805",
+ "kind": "boolean",
+ "name": "boolean",
+ "crossLanguageDefinitionId": "TypeSpec.boolean",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetOSDisk.writeAcceleratorEnabled",
+ "serializationOptions": {
+ "$id": "806",
+ "json": {
+ "$id": "807",
+ "name": "writeAcceleratorEnabled"
+ }
+ }
+ },
+ {
+ "$id": "808",
+ "kind": "property",
+ "name": "createOption",
+ "serializedName": "createOption",
+ "doc": "Specifies how the virtual machines in the scale set should be created. The only\nallowed value is: **FromImage.** This value is used when you are using an image\nto create the virtual machine. If you are using a platform image, you also use\nthe imageReference element described above. If you are using a marketplace\nimage, you also use the plan element previously described.",
+ "type": {
+ "$ref": "170"
+ },
+ "optional": false,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetOSDisk.createOption",
+ "serializationOptions": {
+ "$id": "809",
+ "json": {
+ "$id": "810",
+ "name": "createOption"
+ }
+ }
+ },
+ {
+ "$id": "811",
+ "kind": "property",
+ "name": "diffDiskSettings",
+ "serializedName": "diffDiskSettings",
+ "doc": "Specifies the ephemeral disk Settings for the operating system disk used by the\nvirtual machine scale set.",
+ "type": {
+ "$id": "812",
+ "kind": "model",
+ "name": "ComputeFleetDiffDiskSettings",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.DiffDiskSettings",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Describes the parameters of ephemeral disk settings that can be specified for\noperating system disk. **Note:** The ephemeral disk settings can only be\nspecified for managed disk.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "813",
+ "kind": "property",
+ "name": "option",
+ "serializedName": "option",
+ "doc": "Specifies the ephemeral disk settings for operating system disk.",
+ "type": {
+ "$ref": "182"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.DiffDiskSettings.option",
+ "serializationOptions": {
+ "$id": "814",
+ "json": {
+ "$id": "815",
+ "name": "option"
+ }
+ }
+ },
+ {
+ "$id": "816",
+ "kind": "property",
+ "name": "placement",
+ "serializedName": "placement",
+ "doc": "Specifies the ephemeral disk placement for operating system disk. Possible\nvalues are: **CacheDisk,** **ResourceDisk.** The defaulting behavior is:\n**CacheDisk** if one is configured for the VM size otherwise **ResourceDisk**\nis used. Refer to the VM size documentation for Windows VM at\nhttps://learn.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at\nhttps://learn.microsoft.com/azure/virtual-machines/linux/sizes to check which VM\nsizes exposes a cache disk.",
+ "type": {
+ "$ref": "186"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.DiffDiskSettings.placement",
+ "serializationOptions": {
+ "$id": "817",
+ "json": {
+ "$id": "818",
+ "name": "placement"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetOSDisk.diffDiskSettings",
+ "serializationOptions": {
+ "$id": "819",
+ "json": {
+ "$id": "820",
+ "name": "diffDiskSettings"
+ }
+ }
+ },
+ {
+ "$id": "821",
+ "kind": "property",
+ "name": "diskSizeGB",
+ "serializedName": "diskSizeGB",
+ "doc": "Specifies the size of an empty data disk in gigabytes. This element can be used\nto overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB'\nis the number of bytes x 1024^3 for the disk and the value cannot\nbe larger than 1023.",
+ "type": {
+ "$id": "822",
+ "kind": "int32",
+ "name": "int32",
+ "crossLanguageDefinitionId": "TypeSpec.int32",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetOSDisk.diskSizeGB",
+ "serializationOptions": {
+ "$id": "823",
+ "json": {
+ "$id": "824",
+ "name": "diskSizeGB"
+ }
+ }
+ },
+ {
+ "$id": "825",
+ "kind": "property",
+ "name": "osType",
+ "serializedName": "osType",
+ "doc": "This property allows you to specify the type of the OS that is included in the\ndisk if creating a VM from user-image or a specialized VHD. Possible values\nare: **Windows,** **Linux.**",
+ "type": {
+ "$ref": "194"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetOSDisk.osType",
+ "serializationOptions": {
+ "$id": "826",
+ "json": {
+ "$id": "827",
+ "name": "osType"
+ }
+ }
+ },
+ {
+ "$id": "828",
+ "kind": "property",
+ "name": "image",
+ "serializedName": "image",
+ "doc": "Specifies information about the unmanaged user image to base the scale set on.",
+ "type": {
+ "$id": "829",
+ "kind": "model",
+ "name": "ComputeFleetVirtualHardDisk",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualHardDisk",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Describes the uri of a disk.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "830",
+ "kind": "property",
+ "name": "uri",
+ "serializedName": "uri",
+ "doc": "Specifies the virtual hard disk's uri.",
+ "type": {
+ "$id": "831",
+ "kind": "url",
+ "name": "url",
+ "crossLanguageDefinitionId": "TypeSpec.url",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualHardDisk.uri",
+ "serializationOptions": {
+ "$id": "832",
+ "json": {
+ "$id": "833",
+ "name": "uri"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetOSDisk.image",
+ "serializationOptions": {
+ "$id": "834",
+ "json": {
+ "$id": "835",
+ "name": "image"
+ }
+ }
+ },
+ {
+ "$id": "836",
+ "kind": "property",
+ "name": "vhdContainers",
+ "serializedName": "vhdContainers",
+ "doc": "Specifies the container urls that are used to store operating system disks for\nthe scale set.",
+ "type": {
+ "$id": "837",
+ "kind": "array",
+ "name": "Array",
+ "valueType": {
+ "$id": "838",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "crossLanguageDefinitionId": "TypeSpec.Array",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetOSDisk.vhdContainers",
+ "serializationOptions": {
+ "$id": "839",
+ "json": {
+ "$id": "840",
+ "name": "vhdContainers"
+ }
+ }
+ },
+ {
+ "$id": "841",
+ "kind": "property",
+ "name": "managedDisk",
+ "serializedName": "managedDisk",
+ "doc": "The managed disk parameters.",
+ "type": {
+ "$id": "842",
+ "kind": "model",
+ "name": "ComputeFleetVmssManagedDisk",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetManagedDiskParameters",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Describes the parameters of a ScaleSet managed disk.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "843",
+ "kind": "property",
+ "name": "storageAccountType",
+ "serializedName": "storageAccountType",
+ "doc": "Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can\nonly be used with data disks, it cannot be used with OS Disk.",
+ "type": {
+ "$ref": "200"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetManagedDiskParameters.storageAccountType",
+ "serializationOptions": {
+ "$id": "844",
+ "json": {
+ "$id": "845",
+ "name": "storageAccountType"
+ }
+ }
+ },
+ {
+ "$id": "846",
+ "kind": "property",
+ "name": "diskEncryptionSet",
+ "serializedName": "diskEncryptionSet",
+ "doc": "Specifies the customer managed disk encryption set resource id for the managed\ndisk.",
+ "type": {
+ "$id": "847",
+ "kind": "model",
+ "name": "DiskEncryptionSetParameters",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.DiskEncryptionSetParameters",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Describes the parameter of customer managed disk encryption set resource id\nthat can be specified for disk. **Note:** The disk encryption set resource id\ncan only be specified for managed disk. Please refer\nhttps://aka.ms/mdssewithcmkoverview for more details.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "848",
+ "kind": "property",
+ "name": "id",
+ "serializedName": "id",
+ "doc": "Resource Id",
+ "type": {
+ "$id": "849",
+ "kind": "string",
+ "name": "armResourceIdentifier",
+ "crossLanguageDefinitionId": "Azure.Core.armResourceIdentifier",
+ "baseType": {
+ "$id": "850",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.DiskEncryptionSetParameters.id",
+ "serializationOptions": {
+ "$id": "851",
+ "json": {
+ "$id": "852",
+ "name": "id"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetManagedDiskParameters.diskEncryptionSet",
+ "serializationOptions": {
+ "$id": "853",
+ "json": {
+ "$id": "854",
+ "name": "diskEncryptionSet"
+ }
+ }
+ },
+ {
+ "$id": "855",
+ "kind": "property",
+ "name": "securityProfile",
+ "serializedName": "securityProfile",
+ "doc": "Specifies the security profile for the managed disk.",
+ "type": {
+ "$id": "856",
+ "kind": "model",
+ "name": "ComputeFleetVMDiskSecurityProfile",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMDiskSecurityProfile",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Specifies the security profile settings for the managed disk. **Note:** It can\nonly be set for Confidential VMs.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "857",
+ "kind": "property",
+ "name": "securityEncryptionType",
+ "serializedName": "securityEncryptionType",
+ "doc": "Specifies the EncryptionType of the managed disk. It is set to\nDiskWithVMGuestState for encryption of the managed disk along with VMGuestState\nblob, VMGuestStateOnly for encryption of just the VMGuestState blob, and\nNonPersistedTPM for not persisting firmware state in the VMGuestState blob..\n**Note:** It can be set for only Confidential VMs.",
+ "type": {
+ "$ref": "216"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMDiskSecurityProfile.securityEncryptionType",
+ "serializationOptions": {
+ "$id": "858",
+ "json": {
+ "$id": "859",
+ "name": "securityEncryptionType"
+ }
+ }
+ },
+ {
+ "$id": "860",
+ "kind": "property",
+ "name": "diskEncryptionSet",
+ "serializedName": "diskEncryptionSet",
+ "doc": "Specifies the customer managed disk encryption set resource id for the managed\ndisk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and\nVMGuest blob.",
+ "type": {
+ "$ref": "847"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMDiskSecurityProfile.diskEncryptionSet",
+ "serializationOptions": {
+ "$id": "861",
+ "json": {
+ "$id": "862",
+ "name": "diskEncryptionSet"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetManagedDiskParameters.securityProfile",
+ "serializationOptions": {
+ "$id": "863",
+ "json": {
+ "$id": "864",
+ "name": "securityProfile"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetOSDisk.managedDisk",
+ "serializationOptions": {
+ "$id": "865",
+ "json": {
+ "$id": "866",
+ "name": "managedDisk"
+ }
+ }
+ },
+ {
+ "$id": "867",
+ "kind": "property",
+ "name": "deleteOption",
+ "serializedName": "deleteOption",
+ "doc": "Specifies whether OS Disk should be deleted or detached upon VMSS Flex deletion\n(This feature is available for VMSS with Flexible OrchestrationMode only).\n
Possible values:
**Delete** If this value is used, the OS\ndisk is deleted when VMSS Flex VM is deleted.
**Detach** If this value\nis used, the OS disk is retained after VMSS Flex VM is deleted.
The\ndefault value is set to **Delete**. For an Ephemeral OS Disk, the default value\nis set to **Delete**. User cannot change the delete option for Ephemeral OS\nDisk.",
+ "type": {
+ "$ref": "224"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetOSDisk.deleteOption",
+ "serializationOptions": {
+ "$id": "868",
+ "json": {
+ "$id": "869",
+ "name": "deleteOption"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetStorageProfile.osDisk",
+ "serializationOptions": {
+ "$id": "870",
+ "json": {
+ "$id": "871",
+ "name": "osDisk"
+ }
+ }
+ },
+ {
+ "$id": "872",
+ "kind": "property",
+ "name": "dataDisks",
+ "serializedName": "dataDisks",
+ "doc": "Specifies the parameters that are used to add data disks to the virtual\nmachines in the scale set. For more information about disks, see [About disks\nand VHDs for Azure virtual\nmachines](https://learn.microsoft.com/azure/virtual-machines/managed-disks-overview).",
+ "type": {
+ "$id": "873",
+ "kind": "array",
+ "name": "ArrayVirtualMachineScaleSetDataDisk",
+ "valueType": {
+ "$id": "874",
+ "kind": "model",
+ "name": "ComputeFleetVmssDataDisk",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetDataDisk",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Describes a virtual machine scale set data disk.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "875",
+ "kind": "property",
+ "name": "name",
+ "serializedName": "name",
+ "doc": "The disk name.",
+ "type": {
+ "$id": "876",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetDataDisk.name",
+ "serializationOptions": {
+ "$id": "877",
+ "json": {
+ "$id": "878",
+ "name": "name"
+ }
+ }
+ },
+ {
+ "$id": "879",
+ "kind": "property",
+ "name": "lun",
+ "serializedName": "lun",
+ "doc": "Specifies the logical unit number of the data disk. This value is used to\nidentify data disks within the VM and therefore must be unique for each data\ndisk attached to a VM.",
+ "type": {
+ "$id": "880",
+ "kind": "int32",
+ "name": "int32",
+ "crossLanguageDefinitionId": "TypeSpec.int32",
+ "decorators": []
+ },
+ "optional": false,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetDataDisk.lun",
+ "serializationOptions": {
+ "$id": "881",
+ "json": {
+ "$id": "882",
+ "name": "lun"
+ }
+ }
+ },
+ {
+ "$id": "883",
+ "kind": "property",
+ "name": "caching",
+ "serializedName": "caching",
+ "doc": "Specifies the caching requirements. Possible values are: **None,**\n**ReadOnly,** **ReadWrite.** The default values are: **None for Standard\nstorage. ReadOnly for Premium storage.**",
+ "type": {
+ "$ref": "162"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetDataDisk.caching",
+ "serializationOptions": {
+ "$id": "884",
+ "json": {
+ "$id": "885",
+ "name": "caching"
+ }
+ }
+ },
+ {
+ "$id": "886",
+ "kind": "property",
+ "name": "IsWriteAcceleratorEnabled",
+ "serializedName": "writeAcceleratorEnabled",
+ "doc": "Specifies whether writeAccelerator should be enabled or disabled on the disk.",
+ "type": {
+ "$id": "887",
+ "kind": "boolean",
+ "name": "boolean",
+ "crossLanguageDefinitionId": "TypeSpec.boolean",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetDataDisk.writeAcceleratorEnabled",
+ "serializationOptions": {
+ "$id": "888",
+ "json": {
+ "$id": "889",
+ "name": "writeAcceleratorEnabled"
+ }
+ }
+ },
+ {
+ "$id": "890",
+ "kind": "property",
+ "name": "createOption",
+ "serializedName": "createOption",
+ "doc": "The create option.",
+ "type": {
+ "$ref": "170"
+ },
+ "optional": false,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetDataDisk.createOption",
+ "serializationOptions": {
+ "$id": "891",
+ "json": {
+ "$id": "892",
+ "name": "createOption"
+ }
+ }
+ },
+ {
+ "$id": "893",
+ "kind": "property",
+ "name": "diskSizeGB",
+ "serializedName": "diskSizeGB",
+ "doc": "Specifies the size of an empty data disk in gigabytes. This element can be used\nto overwrite the size of the disk in a virtual machine image. The property\ndiskSizeGB is the number of bytes x 1024^3 for the disk and the value cannot be\nlarger than 1023.",
+ "type": {
+ "$id": "894",
+ "kind": "int32",
+ "name": "int32",
+ "crossLanguageDefinitionId": "TypeSpec.int32",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetDataDisk.diskSizeGB",
+ "serializationOptions": {
+ "$id": "895",
+ "json": {
+ "$id": "896",
+ "name": "diskSizeGB"
+ }
+ }
+ },
+ {
+ "$id": "897",
+ "kind": "property",
+ "name": "managedDisk",
+ "serializedName": "managedDisk",
+ "doc": "The managed disk parameters.",
+ "type": {
+ "$ref": "842"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetDataDisk.managedDisk",
+ "serializationOptions": {
+ "$id": "898",
+ "json": {
+ "$id": "899",
+ "name": "managedDisk"
+ }
+ }
+ },
+ {
+ "$id": "900",
+ "kind": "property",
+ "name": "DiskIopsReadWrite",
+ "serializedName": "diskIOPSReadWrite",
+ "doc": "Specifies the Read-Write IOPS for the managed disk. Should be used only when\nStorageAccountType is UltraSSD_LRS. If not specified, a default value would be\nassigned based on diskSizeGB.",
+ "type": {
+ "$id": "901",
+ "kind": "int64",
+ "name": "int64",
+ "crossLanguageDefinitionId": "TypeSpec.int64",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetDataDisk.diskIOPSReadWrite",
+ "serializationOptions": {
+ "$id": "902",
+ "json": {
+ "$id": "903",
+ "name": "diskIOPSReadWrite"
+ }
+ }
+ },
+ {
+ "$id": "904",
+ "kind": "property",
+ "name": "DiskMbpsReadWrite",
+ "serializedName": "diskMBpsReadWrite",
+ "doc": "Specifies the bandwidth in MB per second for the managed disk. Should be used\nonly when StorageAccountType is UltraSSD_LRS. If not specified, a default value\nwould be assigned based on diskSizeGB.",
+ "type": {
+ "$id": "905",
+ "kind": "int64",
+ "name": "int64",
+ "crossLanguageDefinitionId": "TypeSpec.int64",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetDataDisk.diskMBpsReadWrite",
+ "serializationOptions": {
+ "$id": "906",
+ "json": {
+ "$id": "907",
+ "name": "diskMBpsReadWrite"
+ }
+ }
+ },
+ {
+ "$id": "908",
+ "kind": "property",
+ "name": "deleteOption",
+ "serializedName": "deleteOption",
+ "doc": "Specifies whether data disk should be deleted or detached upon VMSS Flex\ndeletion (This feature is available for VMSS with Flexible OrchestrationMode\nonly).
Possible values:
**Delete** If this value is used, the\ndata disk is deleted when the VMSS Flex VM is deleted.
**Detach** If\nthis value is used, the data disk is retained after VMSS Flex VM is\ndeleted.
The default value is set to **Delete**.",
+ "type": {
+ "$ref": "224"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetDataDisk.deleteOption",
+ "serializationOptions": {
+ "$id": "909",
+ "json": {
+ "$id": "910",
+ "name": "deleteOption"
+ }
+ }
+ }
+ ]
+ },
+ "crossLanguageDefinitionId": "TypeSpec.Array",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetStorageProfile.dataDisks",
+ "serializationOptions": {
+ "$id": "911",
+ "json": {
+ "$id": "912",
+ "name": "dataDisks"
+ }
+ }
+ },
+ {
+ "$id": "913",
+ "kind": "property",
+ "name": "diskControllerType",
+ "serializedName": "diskControllerType",
+ "doc": "Specifies the disk controller type configured for the virtual machines in the scale set. Minimum api-version: 2022-08-01",
+ "type": {
+ "$ref": "230"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetStorageProfile.diskControllerType",
+ "serializationOptions": {
+ "$id": "914",
+ "json": {
+ "$id": "915",
+ "name": "diskControllerType"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.BaseVirtualMachineProfile.storageProfile",
+ "serializationOptions": {
+ "$id": "916",
+ "json": {
+ "$id": "917",
+ "name": "storageProfile"
+ }
+ }
+ },
+ {
+ "$id": "918",
+ "kind": "property",
+ "name": "networkProfile",
+ "serializedName": "networkProfile",
+ "doc": "Specifies properties of the network interfaces of the virtual machines in the\nscale set.",
+ "type": {
+ "$id": "919",
+ "kind": "model",
+ "name": "ComputeFleetVmssNetworkProfile",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetNetworkProfile",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Describes a virtual machine scale set network profile.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "920",
+ "kind": "property",
+ "name": "healthProbe",
+ "serializedName": "healthProbe",
+ "doc": "A reference to a load balancer probe used to determine the health of an\ninstance in the virtual machine scale set. The reference will be in the form:\n'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.",
+ "type": {
+ "$id": "921",
+ "kind": "model",
+ "name": "ApiEntityReference",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ApiEntityReference",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "The API entity reference.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "922",
+ "kind": "property",
+ "name": "id",
+ "serializedName": "id",
+ "doc": "The ARM resource id in the form of\n/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...",
+ "type": {
+ "$id": "923",
+ "kind": "string",
+ "name": "armResourceIdentifier",
+ "crossLanguageDefinitionId": "Azure.Core.armResourceIdentifier",
+ "baseType": {
+ "$id": "924",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ApiEntityReference.id",
+ "serializationOptions": {
+ "$id": "925",
+ "json": {
+ "$id": "926",
+ "name": "id"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetNetworkProfile.healthProbe",
+ "serializationOptions": {
+ "$id": "927",
+ "json": {
+ "$id": "928",
+ "name": "healthProbe"
+ }
+ }
+ },
+ {
+ "$id": "929",
+ "kind": "property",
+ "name": "networkInterfaceConfigurations",
+ "serializedName": "networkInterfaceConfigurations",
+ "doc": "The list of network configurations.",
+ "type": {
+ "$id": "930",
+ "kind": "array",
+ "name": "ArrayVirtualMachineScaleSetNetworkConfiguration",
+ "valueType": {
+ "$id": "931",
+ "kind": "model",
+ "name": "ComputeFleetVmssNetworkConfiguration",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetNetworkConfiguration",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Describes a virtual machine scale set network profile's network configurations.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "932",
+ "kind": "property",
+ "name": "name",
+ "serializedName": "name",
+ "doc": "The network configuration name.",
+ "type": {
+ "$id": "933",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": false,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetNetworkConfiguration.name",
+ "serializationOptions": {
+ "$id": "934",
+ "json": {
+ "$id": "935",
+ "name": "name"
+ }
+ }
+ },
+ {
+ "$id": "936",
+ "kind": "property",
+ "name": "properties",
+ "serializedName": "properties",
+ "doc": "Describes a virtual machine scale set network profile's IP configuration.",
+ "type": {
+ "$id": "937",
+ "kind": "model",
+ "name": "ComputeFleetVmssNetworkConfigurationProperties",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetNetworkConfigurationProperties",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Describes a virtual machine scale set network profile's IP configuration.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "938",
+ "kind": "property",
+ "name": "IsPrimary",
+ "serializedName": "primary",
+ "doc": "Specifies the primary network interface in case the virtual machine has more\nthan 1 network interface.",
+ "type": {
+ "$id": "939",
+ "kind": "boolean",
+ "name": "boolean",
+ "crossLanguageDefinitionId": "TypeSpec.boolean",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetNetworkConfigurationProperties.primary",
+ "serializationOptions": {
+ "$id": "940",
+ "json": {
+ "$id": "941",
+ "name": "primary"
+ }
+ }
+ },
+ {
+ "$id": "942",
+ "kind": "property",
+ "name": "IsAcceleratedNetworkingEnabled",
+ "serializedName": "enableAcceleratedNetworking",
+ "doc": "Specifies whether the network interface is accelerated networking-enabled.",
+ "type": {
+ "$id": "943",
+ "kind": "boolean",
+ "name": "boolean",
+ "crossLanguageDefinitionId": "TypeSpec.boolean",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetNetworkConfigurationProperties.enableAcceleratedNetworking",
+ "serializationOptions": {
+ "$id": "944",
+ "json": {
+ "$id": "945",
+ "name": "enableAcceleratedNetworking"
+ }
+ }
+ },
+ {
+ "$id": "946",
+ "kind": "property",
+ "name": "IsTcpStateTrackingDisabled",
+ "serializedName": "disableTcpStateTracking",
+ "doc": "Specifies whether the network interface is disabled for tcp state tracking.",
+ "type": {
+ "$id": "947",
+ "kind": "boolean",
+ "name": "boolean",
+ "crossLanguageDefinitionId": "TypeSpec.boolean",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetNetworkConfigurationProperties.disableTcpStateTracking",
+ "serializationOptions": {
+ "$id": "948",
+ "json": {
+ "$id": "949",
+ "name": "disableTcpStateTracking"
+ }
+ }
+ },
+ {
+ "$id": "950",
+ "kind": "property",
+ "name": "IsFpgaEnabled",
+ "serializedName": "enableFpga",
+ "doc": "Specifies whether the network interface is FPGA networking-enabled.",
+ "type": {
+ "$id": "951",
+ "kind": "boolean",
+ "name": "boolean",
+ "crossLanguageDefinitionId": "TypeSpec.boolean",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetNetworkConfigurationProperties.enableFpga",
+ "serializationOptions": {
+ "$id": "952",
+ "json": {
+ "$id": "953",
+ "name": "enableFpga"
+ }
+ }
+ },
+ {
+ "$id": "954",
+ "kind": "property",
+ "name": "networkSecurityGroup",
+ "serializedName": "networkSecurityGroup",
+ "doc": "The network security group.",
+ "type": {
+ "$ref": "723"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetNetworkConfigurationProperties.networkSecurityGroup",
+ "serializationOptions": {
+ "$id": "955",
+ "json": {
+ "$id": "956",
+ "name": "networkSecurityGroup"
+ }
+ }
+ },
+ {
+ "$id": "957",
+ "kind": "property",
+ "name": "dnsSettings",
+ "serializedName": "dnsSettings",
+ "doc": "The dns settings to be applied on the network interfaces.",
+ "type": {
+ "$id": "958",
+ "kind": "model",
+ "name": "ComputeFleetVmssNetworkDnsSettings",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetNetworkConfigurationDnsSettings",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Describes a virtual machines scale sets network configuration's DNS settings.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "959",
+ "kind": "property",
+ "name": "dnsServers",
+ "serializedName": "dnsServers",
+ "doc": "List of DNS servers IP addresses",
+ "type": {
+ "$id": "960",
+ "kind": "array",
+ "name": "Array",
+ "valueType": {
+ "$id": "961",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "crossLanguageDefinitionId": "TypeSpec.Array",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetNetworkConfigurationDnsSettings.dnsServers",
+ "serializationOptions": {
+ "$id": "962",
+ "json": {
+ "$id": "963",
+ "name": "dnsServers"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetNetworkConfigurationProperties.dnsSettings",
+ "serializationOptions": {
+ "$id": "964",
+ "json": {
+ "$id": "965",
+ "name": "dnsSettings"
+ }
+ }
+ },
+ {
+ "$id": "966",
+ "kind": "property",
+ "name": "ipConfigurations",
+ "serializedName": "ipConfigurations",
+ "doc": "Specifies the IP configurations of the network interface.",
+ "type": {
+ "$id": "967",
+ "kind": "array",
+ "name": "ArrayVirtualMachineScaleSetIpConfiguration",
+ "valueType": {
+ "$id": "968",
+ "kind": "model",
+ "name": "ComputeFleetVmssIPConfiguration",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetIPConfiguration",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Describes a virtual machine scale set network profile's IP configuration.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "969",
+ "kind": "property",
+ "name": "name",
+ "serializedName": "name",
+ "doc": "The IP configuration name.",
+ "type": {
+ "$id": "970",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": false,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetIPConfiguration.name",
+ "serializationOptions": {
+ "$id": "971",
+ "json": {
+ "$id": "972",
+ "name": "name"
+ }
+ }
+ },
+ {
+ "$id": "973",
+ "kind": "property",
+ "name": "properties",
+ "serializedName": "properties",
+ "doc": "Describes a virtual machine scale set network profile's IP configuration\nproperties.",
+ "type": {
+ "$id": "974",
+ "kind": "model",
+ "name": "ComputeFleetVmssIPConfigurationProperties",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetIPConfigurationProperties",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Describes a virtual machine scale set network profile's IP configuration\nproperties.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "975",
+ "kind": "property",
+ "name": "subnet",
+ "serializedName": "subnet",
+ "doc": "Specifies the identifier of the subnet.",
+ "type": {
+ "$ref": "921"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetIPConfigurationProperties.subnet",
+ "serializationOptions": {
+ "$id": "976",
+ "json": {
+ "$id": "977",
+ "name": "subnet"
+ }
+ }
+ },
+ {
+ "$id": "978",
+ "kind": "property",
+ "name": "IsPrimary",
+ "serializedName": "primary",
+ "doc": "Specifies the primary network interface in case the virtual machine has more\nthan 1 network interface.",
+ "type": {
+ "$id": "979",
+ "kind": "boolean",
+ "name": "boolean",
+ "crossLanguageDefinitionId": "TypeSpec.boolean",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetIPConfigurationProperties.primary",
+ "serializationOptions": {
+ "$id": "980",
+ "json": {
+ "$id": "981",
+ "name": "primary"
+ }
+ }
+ },
+ {
+ "$id": "982",
+ "kind": "property",
+ "name": "publicIPAddressConfiguration",
+ "serializedName": "publicIPAddressConfiguration",
+ "doc": "The publicIPAddressConfiguration.",
+ "type": {
+ "$id": "983",
+ "kind": "model",
+ "name": "ComputeFleetVmssPublicIPAddressConfiguration",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetPublicIPAddressConfiguration",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Describes a virtual machines scale set IP Configuration's PublicIPAddress\nconfiguration",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "984",
+ "kind": "property",
+ "name": "name",
+ "serializedName": "name",
+ "doc": "The publicIP address configuration name.",
+ "type": {
+ "$id": "985",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": false,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetPublicIPAddressConfiguration.name",
+ "serializationOptions": {
+ "$id": "986",
+ "json": {
+ "$id": "987",
+ "name": "name"
+ }
+ }
+ },
+ {
+ "$id": "988",
+ "kind": "property",
+ "name": "properties",
+ "serializedName": "properties",
+ "doc": "Describes a virtual machines scale set IP Configuration's PublicIPAddress\nconfiguration",
+ "type": {
+ "$id": "989",
+ "kind": "model",
+ "name": "ComputeFleetVmssPublicIPAddressConfigurationProperties",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetPublicIPAddressConfigurationProperties",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Describes a virtual machines scale set IP Configuration's PublicIPAddress\nconfiguration",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "990",
+ "kind": "property",
+ "name": "idleTimeoutInMinutes",
+ "serializedName": "idleTimeoutInMinutes",
+ "doc": "The idle timeout of the public IP address.",
+ "type": {
+ "$id": "991",
+ "kind": "int32",
+ "name": "int32",
+ "crossLanguageDefinitionId": "TypeSpec.int32",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetPublicIPAddressConfigurationProperties.idleTimeoutInMinutes",
+ "serializationOptions": {
+ "$id": "992",
+ "json": {
+ "$id": "993",
+ "name": "idleTimeoutInMinutes"
+ }
+ }
+ },
+ {
+ "$id": "994",
+ "kind": "property",
+ "name": "dnsSettings",
+ "serializedName": "dnsSettings",
+ "doc": "The dns settings to be applied on the publicIP addresses .",
+ "type": {
+ "$id": "995",
+ "kind": "model",
+ "name": "ComputeFleetVmssPublicIPAddressDnsSettings",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Describes a virtual machines scale sets network configuration's DNS settings.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "996",
+ "kind": "property",
+ "name": "domainNameLabel",
+ "serializedName": "domainNameLabel",
+ "doc": "The Domain name label.The concatenation of the domain name label and vm index\nwill be the domain name labels of the PublicIPAddress resources that will be\ncreated",
+ "type": {
+ "$id": "997",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": false,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings.domainNameLabel",
+ "serializationOptions": {
+ "$id": "998",
+ "json": {
+ "$id": "999",
+ "name": "domainNameLabel"
+ }
+ }
+ },
+ {
+ "$id": "1000",
+ "kind": "property",
+ "name": "domainNameLabelScope",
+ "serializedName": "domainNameLabelScope",
+ "doc": "The Domain name label scope.The concatenation of the hashed domain name label\nthat generated according to the policy from domain name label scope and vm\nindex will be the domain name labels of the PublicIPAddress resources that will\nbe created",
+ "type": {
+ "$ref": "236"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings.domainNameLabelScope",
+ "serializationOptions": {
+ "$id": "1001",
+ "json": {
+ "$id": "1002",
+ "name": "domainNameLabelScope"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetPublicIPAddressConfigurationProperties.dnsSettings",
+ "serializationOptions": {
+ "$id": "1003",
+ "json": {
+ "$id": "1004",
+ "name": "dnsSettings"
+ }
+ }
+ },
+ {
+ "$id": "1005",
+ "kind": "property",
+ "name": "ipTags",
+ "serializedName": "ipTags",
+ "doc": "The list of IP tags associated with the public IP address.",
+ "type": {
+ "$id": "1006",
+ "kind": "array",
+ "name": "ArrayVirtualMachineScaleSetIpTag",
+ "valueType": {
+ "$id": "1007",
+ "kind": "model",
+ "name": "ComputeFleetVmssIPTag",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetIpTag",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Contains the IP tag associated with the public IP address.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1008",
+ "kind": "property",
+ "name": "ipTagType",
+ "serializedName": "ipTagType",
+ "doc": "IP tag type. Example: FirstPartyUsage.",
+ "type": {
+ "$id": "1009",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetIpTag.ipTagType",
+ "serializationOptions": {
+ "$id": "1010",
+ "json": {
+ "$id": "1011",
+ "name": "ipTagType"
+ }
+ }
+ },
+ {
+ "$id": "1012",
+ "kind": "property",
+ "name": "tag",
+ "serializedName": "tag",
+ "doc": "IP tag associated with the public IP. Example: SQL, Storage etc.",
+ "type": {
+ "$id": "1013",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetIpTag.tag",
+ "serializationOptions": {
+ "$id": "1014",
+ "json": {
+ "$id": "1015",
+ "name": "tag"
+ }
+ }
+ }
+ ]
+ },
+ "crossLanguageDefinitionId": "TypeSpec.Array",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetPublicIPAddressConfigurationProperties.ipTags",
+ "serializationOptions": {
+ "$id": "1016",
+ "json": {
+ "$id": "1017",
+ "name": "ipTags"
+ }
+ }
+ },
+ {
+ "$id": "1018",
+ "kind": "property",
+ "name": "publicIPPrefix",
+ "serializedName": "publicIPPrefix",
+ "doc": "The PublicIPPrefix from which to allocate publicIP addresses.",
+ "type": {
+ "$ref": "723"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetPublicIPAddressConfigurationProperties.publicIPPrefix",
+ "serializationOptions": {
+ "$id": "1019",
+ "json": {
+ "$id": "1020",
+ "name": "publicIPPrefix"
+ }
+ }
+ },
+ {
+ "$id": "1021",
+ "kind": "property",
+ "name": "publicIPAddressVersion",
+ "serializedName": "publicIPAddressVersion",
+ "doc": "Available from Api-Version 2019-07-01 onwards, it represents whether the\nspecific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible\nvalues are: 'IPv4' and 'IPv6'.",
+ "type": {
+ "$ref": "246"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetPublicIPAddressConfigurationProperties.publicIPAddressVersion",
+ "serializationOptions": {
+ "$id": "1022",
+ "json": {
+ "$id": "1023",
+ "name": "publicIPAddressVersion"
+ }
+ }
+ },
+ {
+ "$id": "1024",
+ "kind": "property",
+ "name": "deleteOption",
+ "serializedName": "deleteOption",
+ "doc": "Specify what happens to the public IP when the VM is deleted",
+ "type": {
+ "$ref": "252"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetPublicIPAddressConfigurationProperties.deleteOption",
+ "serializationOptions": {
+ "$id": "1025",
+ "json": {
+ "$id": "1026",
+ "name": "deleteOption"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetPublicIPAddressConfiguration.properties",
+ "serializationOptions": {
+ "$id": "1027",
+ "json": {
+ "$id": "1028",
+ "name": "properties"
+ }
+ }
+ },
+ {
+ "$id": "1029",
+ "kind": "property",
+ "name": "sku",
+ "serializedName": "sku",
+ "doc": "Describes the public IP Sku. It can only be set with OrchestrationMode as\nFlexible.",
+ "type": {
+ "$id": "1030",
+ "kind": "model",
+ "name": "ComputeFleetPublicIPAddressSku",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.PublicIPAddressSku",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Describes the public IP Sku. It can only be set with OrchestrationMode as\nFlexible.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1031",
+ "kind": "property",
+ "name": "name",
+ "serializedName": "name",
+ "doc": "Specify public IP sku name",
+ "type": {
+ "$ref": "258"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.PublicIPAddressSku.name",
+ "serializationOptions": {
+ "$id": "1032",
+ "json": {
+ "$id": "1033",
+ "name": "name"
+ }
+ }
+ },
+ {
+ "$id": "1034",
+ "kind": "property",
+ "name": "tier",
+ "serializedName": "tier",
+ "doc": "Specify public IP sku tier",
+ "type": {
+ "$ref": "264"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.PublicIPAddressSku.tier",
+ "serializationOptions": {
+ "$id": "1035",
+ "json": {
+ "$id": "1036",
+ "name": "tier"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetPublicIPAddressConfiguration.sku",
+ "serializationOptions": {
+ "$id": "1037",
+ "json": {
+ "$id": "1038",
+ "name": "sku"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetIPConfigurationProperties.publicIPAddressConfiguration",
+ "serializationOptions": {
+ "$id": "1039",
+ "json": {
+ "$id": "1040",
+ "name": "publicIPAddressConfiguration"
+ }
+ }
+ },
+ {
+ "$id": "1041",
+ "kind": "property",
+ "name": "privateIPAddressVersion",
+ "serializedName": "privateIPAddressVersion",
+ "doc": "Available from Api-Version 2017-03-30 onwards, it represents whether the\nspecific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible\nvalues are: 'IPv4' and 'IPv6'.",
+ "type": {
+ "$ref": "246"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetIPConfigurationProperties.privateIPAddressVersion",
+ "serializationOptions": {
+ "$id": "1042",
+ "json": {
+ "$id": "1043",
+ "name": "privateIPAddressVersion"
+ }
+ }
+ },
+ {
+ "$id": "1044",
+ "kind": "property",
+ "name": "applicationGatewayBackendAddressPools",
+ "serializedName": "applicationGatewayBackendAddressPools",
+ "doc": "Specifies an array of references to backend address pools of application\ngateways. A scale set can reference backend address pools of multiple\napplication gateways. Multiple scale sets cannot use the same application\ngateway.",
+ "type": {
+ "$id": "1045",
+ "kind": "array",
+ "name": "ArraySubResource",
+ "valueType": {
+ "$ref": "723"
+ },
+ "crossLanguageDefinitionId": "TypeSpec.Array",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetIPConfigurationProperties.applicationGatewayBackendAddressPools",
+ "serializationOptions": {
+ "$id": "1046",
+ "json": {
+ "$id": "1047",
+ "name": "applicationGatewayBackendAddressPools"
+ }
+ }
+ },
+ {
+ "$id": "1048",
+ "kind": "property",
+ "name": "applicationSecurityGroups",
+ "serializedName": "applicationSecurityGroups",
+ "doc": "Specifies an array of references to application security group.",
+ "type": {
+ "$id": "1049",
+ "kind": "array",
+ "name": "ArraySubResource",
+ "valueType": {
+ "$ref": "723"
+ },
+ "crossLanguageDefinitionId": "TypeSpec.Array",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetIPConfigurationProperties.applicationSecurityGroups",
+ "serializationOptions": {
+ "$id": "1050",
+ "json": {
+ "$id": "1051",
+ "name": "applicationSecurityGroups"
+ }
+ }
+ },
+ {
+ "$id": "1052",
+ "kind": "property",
+ "name": "loadBalancerBackendAddressPools",
+ "serializedName": "loadBalancerBackendAddressPools",
+ "doc": "Specifies an array of references to backend address pools of load balancers. A\nscale set can reference backend address pools of one public and one internal\nload balancer. Multiple scale sets cannot use the same basic sku load balancer.",
+ "type": {
+ "$id": "1053",
+ "kind": "array",
+ "name": "ArraySubResource",
+ "valueType": {
+ "$ref": "723"
+ },
+ "crossLanguageDefinitionId": "TypeSpec.Array",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetIPConfigurationProperties.loadBalancerBackendAddressPools",
+ "serializationOptions": {
+ "$id": "1054",
+ "json": {
+ "$id": "1055",
+ "name": "loadBalancerBackendAddressPools"
+ }
+ }
+ },
+ {
+ "$id": "1056",
+ "kind": "property",
+ "name": "loadBalancerInboundNatPools",
+ "serializedName": "loadBalancerInboundNatPools",
+ "doc": "Specifies an array of references to inbound Nat pools of the load balancers. A\nscale set can reference inbound nat pools of one public and one internal load\nbalancer. Multiple scale sets cannot use the same basic sku load balancer.",
+ "type": {
+ "$id": "1057",
+ "kind": "array",
+ "name": "ArraySubResource",
+ "valueType": {
+ "$ref": "723"
+ },
+ "crossLanguageDefinitionId": "TypeSpec.Array",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetIPConfigurationProperties.loadBalancerInboundNatPools",
+ "serializationOptions": {
+ "$id": "1058",
+ "json": {
+ "$id": "1059",
+ "name": "loadBalancerInboundNatPools"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetIPConfiguration.properties",
+ "serializationOptions": {
+ "$id": "1060",
+ "json": {
+ "$id": "1061",
+ "name": "properties"
+ }
+ }
+ }
+ ]
+ },
+ "crossLanguageDefinitionId": "TypeSpec.Array",
+ "decorators": []
+ },
+ "optional": false,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetNetworkConfigurationProperties.ipConfigurations",
+ "serializationOptions": {
+ "$id": "1062",
+ "json": {
+ "$id": "1063",
+ "name": "ipConfigurations"
+ }
+ }
+ },
+ {
+ "$id": "1064",
+ "kind": "property",
+ "name": "IsIPForwardingEnabled",
+ "serializedName": "enableIPForwarding",
+ "doc": "Whether IP forwarding enabled on this NIC.",
+ "type": {
+ "$id": "1065",
+ "kind": "boolean",
+ "name": "boolean",
+ "crossLanguageDefinitionId": "TypeSpec.boolean",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetNetworkConfigurationProperties.enableIPForwarding",
+ "serializationOptions": {
+ "$id": "1066",
+ "json": {
+ "$id": "1067",
+ "name": "enableIPForwarding"
+ }
+ }
+ },
+ {
+ "$id": "1068",
+ "kind": "property",
+ "name": "deleteOption",
+ "serializedName": "deleteOption",
+ "doc": "Specify what happens to the network interface when the VM is deleted",
+ "type": {
+ "$ref": "252"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetNetworkConfigurationProperties.deleteOption",
+ "serializationOptions": {
+ "$id": "1069",
+ "json": {
+ "$id": "1070",
+ "name": "deleteOption"
+ }
+ }
+ },
+ {
+ "$id": "1071",
+ "kind": "property",
+ "name": "auxiliaryMode",
+ "serializedName": "auxiliaryMode",
+ "doc": "Specifies whether the Auxiliary mode is enabled for the Network Interface\nresource.",
+ "type": {
+ "$ref": "270"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetNetworkConfigurationProperties.auxiliaryMode",
+ "serializationOptions": {
+ "$id": "1072",
+ "json": {
+ "$id": "1073",
+ "name": "auxiliaryMode"
+ }
+ }
+ },
+ {
+ "$id": "1074",
+ "kind": "property",
+ "name": "auxiliarySku",
+ "serializedName": "auxiliarySku",
+ "doc": "Specifies whether the Auxiliary sku is enabled for the Network Interface\nresource.",
+ "type": {
+ "$ref": "278"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetNetworkConfigurationProperties.auxiliarySku",
+ "serializationOptions": {
+ "$id": "1075",
+ "json": {
+ "$id": "1076",
+ "name": "auxiliarySku"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetNetworkConfiguration.properties",
+ "serializationOptions": {
+ "$id": "1077",
+ "json": {
+ "$id": "1078",
+ "name": "properties"
+ }
+ }
+ }
+ ]
+ },
+ "crossLanguageDefinitionId": "TypeSpec.Array",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetNetworkProfile.networkInterfaceConfigurations",
+ "serializationOptions": {
+ "$id": "1079",
+ "json": {
+ "$id": "1080",
+ "name": "networkInterfaceConfigurations"
+ }
+ }
+ },
+ {
+ "$id": "1081",
+ "kind": "property",
+ "name": "networkApiVersion",
+ "serializedName": "networkApiVersion",
+ "doc": "specifies the Microsoft.Network API version used when creating networking\nresources in the Network Interface Configurations for Virtual Machine Scale Set\nwith orchestration mode 'Flexible'",
+ "type": {
+ "$ref": "290"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetNetworkProfile.networkApiVersion",
+ "serializationOptions": {
+ "$id": "1082",
+ "json": {
+ "$id": "1083",
+ "name": "networkApiVersion"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.BaseVirtualMachineProfile.networkProfile",
+ "serializationOptions": {
+ "$id": "1084",
+ "json": {
+ "$id": "1085",
+ "name": "networkProfile"
+ }
+ }
+ },
+ {
+ "$id": "1086",
+ "kind": "property",
+ "name": "securityProfile",
+ "serializedName": "securityProfile",
+ "doc": "Specifies the Security related profile settings for the virtual machines in the\nscale set.",
+ "type": {
+ "$id": "1087",
+ "kind": "model",
+ "name": "ComputeFleetSecurityProfile",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.SecurityProfile",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Specifies the Security profile settings for the virtual machine or virtual\nmachine scale set.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1088",
+ "kind": "property",
+ "name": "uefiSettings",
+ "serializedName": "uefiSettings",
+ "doc": "Specifies the security settings like secure boot and vTPM used while creating\nthe virtual machine. Minimum api-version: 2020-12-01.",
+ "type": {
+ "$id": "1089",
+ "kind": "model",
+ "name": "ComputeFleetUefiSettings",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.UefiSettings",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Specifies the security settings like secure boot and vTPM used while creating\nthe virtual machine. Minimum api-version: 2020-12-01.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1090",
+ "kind": "property",
+ "name": "IsSecureBootEnabled",
+ "serializedName": "secureBootEnabled",
+ "doc": "Specifies whether secure boot should be enabled on the virtual machine. Minimum\napi-version: 2020-12-01.",
+ "type": {
+ "$id": "1091",
+ "kind": "boolean",
+ "name": "boolean",
+ "crossLanguageDefinitionId": "TypeSpec.boolean",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.UefiSettings.secureBootEnabled",
+ "serializationOptions": {
+ "$id": "1092",
+ "json": {
+ "$id": "1093",
+ "name": "secureBootEnabled"
+ }
+ }
+ },
+ {
+ "$id": "1094",
+ "kind": "property",
+ "name": "IsVTpmEnabled",
+ "serializedName": "vTpmEnabled",
+ "doc": "Specifies whether vTPM should be enabled on the virtual machine. Minimum\napi-version: 2020-12-01.",
+ "type": {
+ "$id": "1095",
+ "kind": "boolean",
+ "name": "boolean",
+ "crossLanguageDefinitionId": "TypeSpec.boolean",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.UefiSettings.vTpmEnabled",
+ "serializationOptions": {
+ "$id": "1096",
+ "json": {
+ "$id": "1097",
+ "name": "vTpmEnabled"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.SecurityProfile.uefiSettings",
+ "serializationOptions": {
+ "$id": "1098",
+ "json": {
+ "$id": "1099",
+ "name": "uefiSettings"
+ }
+ }
+ },
+ {
+ "$id": "1100",
+ "kind": "property",
+ "name": "IsEncryptionAtHostEnabled",
+ "serializedName": "encryptionAtHost",
+ "doc": "This property can be used by user in the request to enable or disable the Host\nEncryption for the virtual machine or virtual machine scale set. This will\nenable the encryption for all the disks including Resource/Temp disk at host\nitself. The default behavior is: The Encryption at host will be disabled unless\nthis property is set to true for the resource.",
+ "type": {
+ "$id": "1101",
+ "kind": "boolean",
+ "name": "boolean",
+ "crossLanguageDefinitionId": "TypeSpec.boolean",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.SecurityProfile.encryptionAtHost",
+ "serializationOptions": {
+ "$id": "1102",
+ "json": {
+ "$id": "1103",
+ "name": "encryptionAtHost"
+ }
+ }
+ },
+ {
+ "$id": "1104",
+ "kind": "property",
+ "name": "securityType",
+ "serializedName": "securityType",
+ "doc": "Specifies the SecurityType of the virtual machine. It has to be set to any\nspecified value to enable UefiSettings. The default behavior is: UefiSettings\nwill not be enabled unless this property is set.",
+ "type": {
+ "$ref": "294"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.SecurityProfile.securityType",
+ "serializationOptions": {
+ "$id": "1105",
+ "json": {
+ "$id": "1106",
+ "name": "securityType"
+ }
+ }
+ },
+ {
+ "$id": "1107",
+ "kind": "property",
+ "name": "encryptionIdentity",
+ "serializedName": "encryptionIdentity",
+ "doc": "Specifies the Managed Identity used by ADE to get access token for keyvault\noperations.",
+ "type": {
+ "$id": "1108",
+ "kind": "model",
+ "name": "ComputeFleetEncryptionIdentity",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.EncryptionIdentity",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Specifies the Managed Identity used by ADE to get access token for keyvault\noperations.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1109",
+ "kind": "property",
+ "name": "userAssignedIdentityResourceId",
+ "serializedName": "userAssignedIdentityResourceId",
+ "doc": "Specifies ARM Resource ID of one of the user identities associated with the VM.",
+ "type": {
+ "$id": "1110",
+ "kind": "string",
+ "name": "armResourceIdentifier",
+ "crossLanguageDefinitionId": "Azure.Core.armResourceIdentifier",
+ "baseType": {
+ "$id": "1111",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.EncryptionIdentity.userAssignedIdentityResourceId",
+ "serializationOptions": {
+ "$id": "1112",
+ "json": {
+ "$id": "1113",
+ "name": "userAssignedIdentityResourceId"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.SecurityProfile.encryptionIdentity",
+ "serializationOptions": {
+ "$id": "1114",
+ "json": {
+ "$id": "1115",
+ "name": "encryptionIdentity"
+ }
+ }
+ },
+ {
+ "$id": "1116",
+ "kind": "property",
+ "name": "proxyAgentSettings",
+ "serializedName": "proxyAgentSettings",
+ "doc": "Specifies ProxyAgent settings while creating the virtual machine. Minimum\napi-version: 2023-09-01.",
+ "type": {
+ "$id": "1117",
+ "kind": "model",
+ "name": "ComputeFleetProxyAgentSettings",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ProxyAgentSettings",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Specifies ProxyAgent settings while creating the virtual machine. Minimum\napi-version: 2023-09-01.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1118",
+ "kind": "property",
+ "name": "IsEnabled",
+ "serializedName": "enabled",
+ "doc": "Specifies whether ProxyAgent feature should be enabled on the virtual machine\nor virtual machine scale set.",
+ "type": {
+ "$id": "1119",
+ "kind": "boolean",
+ "name": "boolean",
+ "crossLanguageDefinitionId": "TypeSpec.boolean",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ProxyAgentSettings.enabled",
+ "serializationOptions": {
+ "$id": "1120",
+ "json": {
+ "$id": "1121",
+ "name": "enabled"
+ }
+ }
+ },
+ {
+ "$id": "1122",
+ "kind": "property",
+ "name": "mode",
+ "serializedName": "mode",
+ "doc": "Specifies the mode that ProxyAgent will execute on if the feature is enabled.\nProxyAgent will start to audit or monitor but not enforce access control over\nrequests to host endpoints in Audit mode, while in Enforce mode it will enforce\naccess control. The default value is Enforce mode.",
+ "type": {
+ "$ref": "300"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ProxyAgentSettings.mode",
+ "serializationOptions": {
+ "$id": "1123",
+ "json": {
+ "$id": "1124",
+ "name": "mode"
+ }
+ }
+ },
+ {
+ "$id": "1125",
+ "kind": "property",
+ "name": "keyIncarnationId",
+ "serializedName": "keyIncarnationId",
+ "doc": "Increase the value of this property allows user to reset the key used for\nsecuring communication channel between guest and host.",
+ "type": {
+ "$id": "1126",
+ "kind": "int32",
+ "name": "int32",
+ "crossLanguageDefinitionId": "TypeSpec.int32",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ProxyAgentSettings.keyIncarnationId",
+ "serializationOptions": {
+ "$id": "1127",
+ "json": {
+ "$id": "1128",
+ "name": "keyIncarnationId"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.SecurityProfile.proxyAgentSettings",
+ "serializationOptions": {
+ "$id": "1129",
+ "json": {
+ "$id": "1130",
+ "name": "proxyAgentSettings"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.BaseVirtualMachineProfile.securityProfile",
+ "serializationOptions": {
+ "$id": "1131",
+ "json": {
+ "$id": "1132",
+ "name": "securityProfile"
+ }
+ }
+ },
+ {
+ "$id": "1133",
+ "kind": "property",
+ "name": "diagnosticsProfile",
+ "serializedName": "diagnosticsProfile",
+ "doc": "Specifies the boot diagnostic settings state.",
+ "type": {
+ "$id": "1134",
+ "kind": "model",
+ "name": "ComputeFleetDiagnosticsProfile",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.DiagnosticsProfile",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1135",
+ "kind": "property",
+ "name": "bootDiagnostics",
+ "serializedName": "bootDiagnostics",
+ "doc": "Boot Diagnostics is a debugging feature which allows you to view Console Output\nand Screenshot to diagnose VM status. **NOTE**: If storageUri is being\nspecified then ensure that the storage account is in the same region and\nsubscription as the VM. You can easily view the output of your console log.\nAzure also enables you to see a screenshot of the VM from the hypervisor.",
+ "type": {
+ "$id": "1136",
+ "kind": "model",
+ "name": "ComputeFleetBootDiagnostics",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.BootDiagnostics",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Boot Diagnostics is a debugging feature which allows you to view Console Output\nand Screenshot to diagnose VM status. You can easily view the output of your\nconsole log. Azure also enables you to see a screenshot of the VM from the\nhypervisor.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1137",
+ "kind": "property",
+ "name": "IsEnabled",
+ "serializedName": "enabled",
+ "doc": "Whether boot diagnostics should be enabled on the Virtual Machine.",
+ "type": {
+ "$id": "1138",
+ "kind": "boolean",
+ "name": "boolean",
+ "crossLanguageDefinitionId": "TypeSpec.boolean",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.BootDiagnostics.enabled",
+ "serializationOptions": {
+ "$id": "1139",
+ "json": {
+ "$id": "1140",
+ "name": "enabled"
+ }
+ }
+ },
+ {
+ "$id": "1141",
+ "kind": "property",
+ "name": "storageUri",
+ "serializedName": "storageUri",
+ "doc": "Uri of the storage account to use for placing the console output and\nscreenshot. If storageUri is not specified while enabling boot diagnostics,\nmanaged storage will be used.",
+ "type": {
+ "$id": "1142",
+ "kind": "url",
+ "name": "url",
+ "crossLanguageDefinitionId": "TypeSpec.url",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.BootDiagnostics.storageUri",
+ "serializationOptions": {
+ "$id": "1143",
+ "json": {
+ "$id": "1144",
+ "name": "storageUri"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.DiagnosticsProfile.bootDiagnostics",
+ "serializationOptions": {
+ "$id": "1145",
+ "json": {
+ "$id": "1146",
+ "name": "bootDiagnostics"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.BaseVirtualMachineProfile.diagnosticsProfile",
+ "serializationOptions": {
+ "$id": "1147",
+ "json": {
+ "$id": "1148",
+ "name": "diagnosticsProfile"
+ }
+ }
+ },
+ {
+ "$id": "1149",
+ "kind": "property",
+ "name": "extensionProfile",
+ "serializedName": "extensionProfile",
+ "doc": "Specifies a collection of settings for extensions installed on virtual machines\nin the scale set.",
+ "type": {
+ "$id": "1150",
+ "kind": "model",
+ "name": "ComputeFleetVmssExtensionProfile",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetExtensionProfile",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Describes a virtual machine scale set extension profile.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1151",
+ "kind": "property",
+ "name": "extensions",
+ "serializedName": "extensions",
+ "doc": "The virtual machine scale set child extension resources.",
+ "type": {
+ "$id": "1152",
+ "kind": "array",
+ "name": "ArrayVirtualMachineScaleSetExtension",
+ "valueType": {
+ "$id": "1153",
+ "kind": "model",
+ "name": "ComputeFleetVmssExtension",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetExtension",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Describes a Virtual Machine Scale Set Extension.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1154",
+ "kind": "property",
+ "name": "id",
+ "serializedName": "id",
+ "doc": "Resource Id",
+ "type": {
+ "$id": "1155",
+ "kind": "string",
+ "name": "armResourceIdentifier",
+ "crossLanguageDefinitionId": "Azure.Core.armResourceIdentifier",
+ "baseType": {
+ "$id": "1156",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetExtension.id",
+ "serializationOptions": {
+ "$id": "1157",
+ "json": {
+ "$id": "1158",
+ "name": "id"
+ }
+ }
+ },
+ {
+ "$id": "1159",
+ "kind": "property",
+ "name": "name",
+ "serializedName": "name",
+ "doc": "The name of the extension.",
+ "type": {
+ "$id": "1160",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetExtension.name",
+ "serializationOptions": {
+ "$id": "1161",
+ "json": {
+ "$id": "1162",
+ "name": "name"
+ }
+ }
+ },
+ {
+ "$id": "1163",
+ "kind": "property",
+ "name": "ExtensionType",
+ "serializedName": "type",
+ "doc": "Resource type",
+ "type": {
+ "$id": "1164",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetExtension.type",
+ "serializationOptions": {
+ "$id": "1165",
+ "json": {
+ "$id": "1166",
+ "name": "type"
+ }
+ }
+ },
+ {
+ "$id": "1167",
+ "kind": "property",
+ "name": "properties",
+ "serializedName": "properties",
+ "doc": "Describes the properties of a Virtual Machine Scale Set Extension.",
+ "type": {
+ "$id": "1168",
+ "kind": "model",
+ "name": "ComputeFleetVmssExtensionProperties",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetExtensionProperties",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Describes the properties of a Virtual Machine Scale Set Extension.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1169",
+ "kind": "property",
+ "name": "forceUpdateTag",
+ "serializedName": "forceUpdateTag",
+ "doc": "If a value is provided and is different from the previous value, the extension\nhandler will be forced to update even if the extension configuration has not\nchanged.",
+ "type": {
+ "$id": "1170",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetExtensionProperties.forceUpdateTag",
+ "serializationOptions": {
+ "$id": "1171",
+ "json": {
+ "$id": "1172",
+ "name": "forceUpdateTag"
+ }
+ }
+ },
+ {
+ "$id": "1173",
+ "kind": "property",
+ "name": "publisher",
+ "serializedName": "publisher",
+ "doc": "The name of the extension handler publisher.",
+ "type": {
+ "$id": "1174",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetExtensionProperties.publisher",
+ "serializationOptions": {
+ "$id": "1175",
+ "json": {
+ "$id": "1176",
+ "name": "publisher"
+ }
+ }
+ },
+ {
+ "$id": "1177",
+ "kind": "property",
+ "name": "ExtensionType",
+ "serializedName": "type",
+ "doc": "Specifies the type of the extension; an example is \"CustomScriptExtension\".",
+ "type": {
+ "$id": "1178",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetExtensionProperties.type",
+ "serializationOptions": {
+ "$id": "1179",
+ "json": {
+ "$id": "1180",
+ "name": "type"
+ }
+ }
+ },
+ {
+ "$id": "1181",
+ "kind": "property",
+ "name": "typeHandlerVersion",
+ "serializedName": "typeHandlerVersion",
+ "doc": "Specifies the version of the script handler.",
+ "type": {
+ "$id": "1182",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetExtensionProperties.typeHandlerVersion",
+ "serializationOptions": {
+ "$id": "1183",
+ "json": {
+ "$id": "1184",
+ "name": "typeHandlerVersion"
+ }
+ }
+ },
+ {
+ "$id": "1185",
+ "kind": "property",
+ "name": "ShouldAutoUpgradeMinorVersion",
+ "serializedName": "autoUpgradeMinorVersion",
+ "doc": "Indicates whether the extension should use a newer minor version if one is\navailable at deployment time. Once deployed, however, the extension will not\nupgrade minor versions unless redeployed, even with this property set to true.",
+ "type": {
+ "$id": "1186",
+ "kind": "boolean",
+ "name": "boolean",
+ "crossLanguageDefinitionId": "TypeSpec.boolean",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetExtensionProperties.autoUpgradeMinorVersion",
+ "serializationOptions": {
+ "$id": "1187",
+ "json": {
+ "$id": "1188",
+ "name": "autoUpgradeMinorVersion"
+ }
+ }
+ },
+ {
+ "$id": "1189",
+ "kind": "property",
+ "name": "IsAutomaticUpgradeEnabled",
+ "serializedName": "enableAutomaticUpgrade",
+ "doc": "Indicates whether the extension should be automatically upgraded by the\nplatform if there is a newer version of the extension available.",
+ "type": {
+ "$id": "1190",
+ "kind": "boolean",
+ "name": "boolean",
+ "crossLanguageDefinitionId": "TypeSpec.boolean",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetExtensionProperties.enableAutomaticUpgrade",
+ "serializationOptions": {
+ "$id": "1191",
+ "json": {
+ "$id": "1192",
+ "name": "enableAutomaticUpgrade"
+ }
+ }
+ },
+ {
+ "$id": "1193",
+ "kind": "property",
+ "name": "settings",
+ "serializedName": "settings",
+ "doc": "Json formatted public settings for the extension.",
+ "type": {
+ "$id": "1194",
+ "kind": "dict",
+ "keyType": {
+ "$id": "1195",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "valueType": {
+ "$id": "1196",
+ "kind": "unknown",
+ "name": "unknown",
+ "crossLanguageDefinitionId": "",
+ "decorators": []
+ },
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetExtensionProperties.settings",
+ "serializationOptions": {
+ "$id": "1197",
+ "json": {
+ "$id": "1198",
+ "name": "settings"
+ }
+ }
+ },
+ {
+ "$id": "1199",
+ "kind": "property",
+ "name": "protectedSettings",
+ "serializedName": "protectedSettings",
+ "doc": "The extension can contain either protectedSettings or\nprotectedSettingsFromKeyVault or no protected settings at all.",
+ "type": {
+ "$id": "1200",
+ "kind": "dict",
+ "keyType": {
+ "$id": "1201",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "valueType": {
+ "$id": "1202",
+ "kind": "unknown",
+ "name": "unknown",
+ "crossLanguageDefinitionId": "",
+ "decorators": []
+ },
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetExtensionProperties.protectedSettings",
+ "serializationOptions": {
+ "$id": "1203",
+ "json": {
+ "$id": "1204",
+ "name": "protectedSettings"
+ }
+ }
+ },
+ {
+ "$id": "1205",
+ "kind": "property",
+ "name": "provisioningState",
+ "serializedName": "provisioningState",
+ "doc": "The provisioning state, which only appears in the response.",
+ "type": {
+ "$id": "1206",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetExtensionProperties.provisioningState",
+ "serializationOptions": {
+ "$id": "1207",
+ "json": {
+ "$id": "1208",
+ "name": "provisioningState"
+ }
+ }
+ },
+ {
+ "$id": "1209",
+ "kind": "property",
+ "name": "provisionAfterExtensions",
+ "serializedName": "provisionAfterExtensions",
+ "doc": "Collection of extension names after which this extension needs to be\nprovisioned.",
+ "type": {
+ "$id": "1210",
+ "kind": "array",
+ "name": "Array",
+ "valueType": {
+ "$id": "1211",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "crossLanguageDefinitionId": "TypeSpec.Array",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetExtensionProperties.provisionAfterExtensions",
+ "serializationOptions": {
+ "$id": "1212",
+ "json": {
+ "$id": "1213",
+ "name": "provisionAfterExtensions"
+ }
+ }
+ },
+ {
+ "$id": "1214",
+ "kind": "property",
+ "name": "IsSuppressFailuresEnabled",
+ "serializedName": "suppressFailures",
+ "doc": "Indicates whether failures stemming from the extension will be suppressed\n(Operational failures such as not connecting to the VM will not be suppressed\nregardless of this value). The default is false.",
+ "type": {
+ "$id": "1215",
+ "kind": "boolean",
+ "name": "boolean",
+ "crossLanguageDefinitionId": "TypeSpec.boolean",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetExtensionProperties.suppressFailures",
+ "serializationOptions": {
+ "$id": "1216",
+ "json": {
+ "$id": "1217",
+ "name": "suppressFailures"
+ }
+ }
+ },
+ {
+ "$id": "1218",
+ "kind": "property",
+ "name": "protectedSettingsFromKeyVault",
+ "serializedName": "protectedSettingsFromKeyVault",
+ "doc": "The extensions protected settings that are passed by reference, and consumed\nfrom key vault",
+ "type": {
+ "$id": "1219",
+ "kind": "model",
+ "name": "ComputeFleetKeyVaultSecretReference",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.KeyVaultSecretReference",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Describes a reference to Key Vault Secret",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1220",
+ "kind": "property",
+ "name": "secretUrl",
+ "serializedName": "secretUrl",
+ "doc": "The URL referencing a secret in a Key Vault.",
+ "type": {
+ "$id": "1221",
+ "kind": "url",
+ "name": "url",
+ "crossLanguageDefinitionId": "TypeSpec.url",
+ "decorators": []
+ },
+ "optional": false,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.KeyVaultSecretReference.secretUrl",
+ "serializationOptions": {
+ "$id": "1222",
+ "json": {
+ "$id": "1223",
+ "name": "secretUrl"
+ }
+ }
+ },
+ {
+ "$id": "1224",
+ "kind": "property",
+ "name": "sourceVault",
+ "serializedName": "sourceVault",
+ "doc": "The relative URL of the Key Vault containing the secret.",
+ "type": {
+ "$ref": "723"
+ },
+ "optional": false,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.KeyVaultSecretReference.sourceVault",
+ "serializationOptions": {
+ "$id": "1225",
+ "json": {
+ "$id": "1226",
+ "name": "sourceVault"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetExtensionProperties.protectedSettingsFromKeyVault",
+ "serializationOptions": {
+ "$id": "1227",
+ "json": {
+ "$id": "1228",
+ "name": "protectedSettingsFromKeyVault"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetExtension.properties",
+ "serializationOptions": {
+ "$id": "1229",
+ "json": {
+ "$id": "1230",
+ "name": "properties"
+ }
+ }
+ }
+ ]
+ },
+ "crossLanguageDefinitionId": "TypeSpec.Array",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetExtensionProfile.extensions",
+ "serializationOptions": {
+ "$id": "1231",
+ "json": {
+ "$id": "1232",
+ "name": "extensions"
+ }
+ }
+ },
+ {
+ "$id": "1233",
+ "kind": "property",
+ "name": "extensionsTimeBudget",
+ "serializedName": "extensionsTimeBudget",
+ "doc": "Specifies the time alloted for all extensions to start. The time duration\nshould be between 15 minutes and 120 minutes (inclusive) and should be\nspecified in ISO 8601 format. The default value is 90 minutes (PT1H30M).\nMinimum api-version: 2020-06-01.",
+ "type": {
+ "$id": "1234",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetExtensionProfile.extensionsTimeBudget",
+ "serializationOptions": {
+ "$id": "1235",
+ "json": {
+ "$id": "1236",
+ "name": "extensionsTimeBudget"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.BaseVirtualMachineProfile.extensionProfile",
+ "serializationOptions": {
+ "$id": "1237",
+ "json": {
+ "$id": "1238",
+ "name": "extensionProfile"
+ }
+ }
+ },
+ {
+ "$id": "1239",
+ "kind": "property",
+ "name": "licenseType",
+ "serializedName": "licenseType",
+ "doc": "Specifies that the image or disk that is being used was licensed on-premises.\n
Possible values for Windows Server operating system are:
\nWindows_Client
Windows_Server
Possible values for Linux\nServer operating system are:
RHEL_BYOS (for RHEL)
SLES_BYOS\n(for SUSE)
For more information, see [Azure Hybrid Use Benefit for\nWindows\nServer](https://learn.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)\n
[Azure Hybrid Use Benefit for Linux\nServer](https://learn.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)\n
Minimum api-version: 2015-06-15",
+ "type": {
+ "$id": "1240",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.BaseVirtualMachineProfile.licenseType",
+ "serializationOptions": {
+ "$id": "1241",
+ "json": {
+ "$id": "1242",
+ "name": "licenseType"
+ }
+ }
+ },
+ {
+ "$id": "1243",
+ "kind": "property",
+ "name": "scheduledEventsProfile",
+ "serializedName": "scheduledEventsProfile",
+ "doc": "Specifies Scheduled Event related configurations.",
+ "type": {
+ "$id": "1244",
+ "kind": "model",
+ "name": "ComputeFleetScheduledEventsProfile",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ScheduledEventsProfile",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Specifies Scheduled Event related configurations.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1245",
+ "kind": "property",
+ "name": "terminateNotificationProfile",
+ "serializedName": "terminateNotificationProfile",
+ "doc": "Specifies Terminate Scheduled Event related configurations.",
+ "type": {
+ "$id": "1246",
+ "kind": "model",
+ "name": "ComputeFleetTerminateNotificationProfile",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.TerminateNotificationProfile",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Specifies Terminate Scheduled Event related configurations.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1247",
+ "kind": "property",
+ "name": "notBeforeTimeout",
+ "serializedName": "notBeforeTimeout",
+ "doc": "Configurable length of time a Virtual Machine being deleted will have to\npotentially approve the Terminate Scheduled Event before the event is auto\napproved (timed out). The configuration must be specified in ISO 8601 format,\nthe default value is 5 minutes (PT5M)",
+ "type": {
+ "$id": "1248",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.TerminateNotificationProfile.notBeforeTimeout",
+ "serializationOptions": {
+ "$id": "1249",
+ "json": {
+ "$id": "1250",
+ "name": "notBeforeTimeout"
+ }
+ }
+ },
+ {
+ "$id": "1251",
+ "kind": "property",
+ "name": "IsEnabled",
+ "serializedName": "enable",
+ "doc": "Specifies whether the Terminate Scheduled event is enabled or disabled.",
+ "type": {
+ "$id": "1252",
+ "kind": "boolean",
+ "name": "boolean",
+ "crossLanguageDefinitionId": "TypeSpec.boolean",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.TerminateNotificationProfile.enable",
+ "serializationOptions": {
+ "$id": "1253",
+ "json": {
+ "$id": "1254",
+ "name": "enable"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ScheduledEventsProfile.terminateNotificationProfile",
+ "serializationOptions": {
+ "$id": "1255",
+ "json": {
+ "$id": "1256",
+ "name": "terminateNotificationProfile"
+ }
+ }
+ },
+ {
+ "$id": "1257",
+ "kind": "property",
+ "name": "osImageNotificationProfile",
+ "serializedName": "osImageNotificationProfile",
+ "doc": "Specifies OS Image Scheduled Event related configurations.",
+ "type": {
+ "$id": "1258",
+ "kind": "model",
+ "name": "ComputeFleetOSImageNotificationProfile",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.OSImageNotificationProfile",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Specifies OS Image Scheduled Event related configurations.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1259",
+ "kind": "property",
+ "name": "notBeforeTimeout",
+ "serializedName": "notBeforeTimeout",
+ "doc": "Length of time a Virtual Machine being reimaged or having its OS upgraded will\nhave to potentially approve the OS Image Scheduled Event before the event is\nauto approved (timed out). The configuration is specified in ISO 8601 format,\nand the value must not exceed 15 minutes (PT15M)",
+ "type": {
+ "$id": "1260",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.OSImageNotificationProfile.notBeforeTimeout",
+ "serializationOptions": {
+ "$id": "1261",
+ "json": {
+ "$id": "1262",
+ "name": "notBeforeTimeout"
+ }
+ }
+ },
+ {
+ "$id": "1263",
+ "kind": "property",
+ "name": "IsEnabled",
+ "serializedName": "enable",
+ "doc": "Specifies whether the OS Image Scheduled event is enabled or disabled.",
+ "type": {
+ "$id": "1264",
+ "kind": "boolean",
+ "name": "boolean",
+ "crossLanguageDefinitionId": "TypeSpec.boolean",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.OSImageNotificationProfile.enable",
+ "serializationOptions": {
+ "$id": "1265",
+ "json": {
+ "$id": "1266",
+ "name": "enable"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ScheduledEventsProfile.osImageNotificationProfile",
+ "serializationOptions": {
+ "$id": "1267",
+ "json": {
+ "$id": "1268",
+ "name": "osImageNotificationProfile"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.BaseVirtualMachineProfile.scheduledEventsProfile",
+ "serializationOptions": {
+ "$id": "1269",
+ "json": {
+ "$id": "1270",
+ "name": "scheduledEventsProfile"
+ }
+ }
+ },
+ {
+ "$id": "1271",
+ "kind": "property",
+ "name": "userData",
+ "serializedName": "userData",
+ "doc": "UserData for the virtual machines in the scale set, which must be base-64\nencoded. Customer should not pass any secrets in here. Minimum api-version:\n2021-03-01.",
+ "type": {
+ "$id": "1272",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.BaseVirtualMachineProfile.userData",
+ "serializationOptions": {
+ "$id": "1273",
+ "json": {
+ "$id": "1274",
+ "name": "userData"
+ }
+ }
+ },
+ {
+ "$id": "1275",
+ "kind": "property",
+ "name": "capacityReservation",
+ "serializedName": "capacityReservation",
+ "doc": "Specifies the capacity reservation related details of a scale set. Minimum\napi-version: 2021-04-01.",
+ "type": {
+ "$id": "1276",
+ "kind": "model",
+ "name": "CapacityReservationProfile",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.CapacityReservationProfile",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "The parameters of a capacity reservation Profile.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1277",
+ "kind": "property",
+ "name": "capacityReservationGroup",
+ "serializedName": "capacityReservationGroup",
+ "doc": "Specifies the capacity reservation group resource id that should be used for\nallocating the virtual machine or scaleset vm instances provided enough\ncapacity has been reserved. Please refer to https://aka.ms/CapacityReservation\nfor more details.",
+ "type": {
+ "$ref": "723"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.CapacityReservationProfile.capacityReservationGroup",
+ "serializationOptions": {
+ "$id": "1278",
+ "json": {
+ "$id": "1279",
+ "name": "capacityReservationGroup"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.BaseVirtualMachineProfile.capacityReservation",
+ "serializationOptions": {
+ "$id": "1280",
+ "json": {
+ "$id": "1281",
+ "name": "capacityReservation"
+ }
+ }
+ },
+ {
+ "$id": "1282",
+ "kind": "property",
+ "name": "applicationProfile",
+ "serializedName": "applicationProfile",
+ "doc": "Specifies the gallery applications that should be made available to the VM/VMSS",
+ "type": {
+ "$id": "1283",
+ "kind": "model",
+ "name": "ComputeFleetApplicationProfile",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ApplicationProfile",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Contains the list of gallery applications that should be made available to the\nVM/VMSS",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1284",
+ "kind": "property",
+ "name": "galleryApplications",
+ "serializedName": "galleryApplications",
+ "doc": "Specifies the gallery applications that should be made available to the VM/VMSS",
+ "type": {
+ "$id": "1285",
+ "kind": "array",
+ "name": "ArrayVmGalleryApplication",
+ "valueType": {
+ "$id": "1286",
+ "kind": "model",
+ "name": "ComputeFleetVMGalleryApplication",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMGalleryApplication",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Specifies the required information to reference a compute gallery application\nversion",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1287",
+ "kind": "property",
+ "name": "tags",
+ "serializedName": "tags",
+ "doc": "Optional, Specifies a passthrough value for more generic context.",
+ "type": {
+ "$id": "1288",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMGalleryApplication.tags",
+ "serializationOptions": {
+ "$id": "1289",
+ "json": {
+ "$id": "1290",
+ "name": "tags"
+ }
+ }
+ },
+ {
+ "$id": "1291",
+ "kind": "property",
+ "name": "order",
+ "serializedName": "order",
+ "doc": "Optional, Specifies the order in which the packages have to be installed",
+ "type": {
+ "$id": "1292",
+ "kind": "int32",
+ "name": "int32",
+ "crossLanguageDefinitionId": "TypeSpec.int32",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMGalleryApplication.order",
+ "serializationOptions": {
+ "$id": "1293",
+ "json": {
+ "$id": "1294",
+ "name": "order"
+ }
+ }
+ },
+ {
+ "$id": "1295",
+ "kind": "property",
+ "name": "packageReferenceId",
+ "serializedName": "packageReferenceId",
+ "doc": "Specifies the GalleryApplicationVersion resource id on the form of\n/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}",
+ "type": {
+ "$id": "1296",
+ "kind": "string",
+ "name": "armResourceIdentifier",
+ "crossLanguageDefinitionId": "Azure.Core.armResourceIdentifier",
+ "baseType": {
+ "$id": "1297",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "decorators": []
+ },
+ "optional": false,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMGalleryApplication.packageReferenceId",
+ "serializationOptions": {
+ "$id": "1298",
+ "json": {
+ "$id": "1299",
+ "name": "packageReferenceId"
+ }
+ }
+ },
+ {
+ "$id": "1300",
+ "kind": "property",
+ "name": "configurationReference",
+ "serializedName": "configurationReference",
+ "doc": "Optional, Specifies the uri to an azure blob that will replace the default\nconfiguration for the package if provided",
+ "type": {
+ "$id": "1301",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMGalleryApplication.configurationReference",
+ "serializationOptions": {
+ "$id": "1302",
+ "json": {
+ "$id": "1303",
+ "name": "configurationReference"
+ }
+ }
+ },
+ {
+ "$id": "1304",
+ "kind": "property",
+ "name": "IsTreatFailureAsDeploymentFailureEnabled",
+ "serializedName": "treatFailureAsDeploymentFailure",
+ "doc": "Optional, If true, any failure for any operation in the VmApplication will fail\nthe deployment",
+ "type": {
+ "$id": "1305",
+ "kind": "boolean",
+ "name": "boolean",
+ "crossLanguageDefinitionId": "TypeSpec.boolean",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMGalleryApplication.treatFailureAsDeploymentFailure",
+ "serializationOptions": {
+ "$id": "1306",
+ "json": {
+ "$id": "1307",
+ "name": "treatFailureAsDeploymentFailure"
+ }
+ }
+ },
+ {
+ "$id": "1308",
+ "kind": "property",
+ "name": "IsAutomaticUpgradeEnabled",
+ "serializedName": "enableAutomaticUpgrade",
+ "doc": "If set to true, when a new Gallery Application version is available in PIR/SIG,\nit will be automatically updated for the VM/VMSS",
+ "type": {
+ "$id": "1309",
+ "kind": "boolean",
+ "name": "boolean",
+ "crossLanguageDefinitionId": "TypeSpec.boolean",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMGalleryApplication.enableAutomaticUpgrade",
+ "serializationOptions": {
+ "$id": "1310",
+ "json": {
+ "$id": "1311",
+ "name": "enableAutomaticUpgrade"
+ }
+ }
+ }
+ ]
+ },
+ "crossLanguageDefinitionId": "TypeSpec.Array",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ApplicationProfile.galleryApplications",
+ "serializationOptions": {
+ "$id": "1312",
+ "json": {
+ "$id": "1313",
+ "name": "galleryApplications"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.BaseVirtualMachineProfile.applicationProfile",
+ "serializationOptions": {
+ "$id": "1314",
+ "json": {
+ "$id": "1315",
+ "name": "applicationProfile"
+ }
+ }
+ },
+ {
+ "$id": "1316",
+ "kind": "property",
+ "name": "hardwareProfile",
+ "serializedName": "hardwareProfile",
+ "doc": "Specifies the hardware profile related details of a scale set. Minimum\napi-version: 2021-11-01.",
+ "type": {
+ "$id": "1317",
+ "kind": "model",
+ "name": "ComputeFleetVmssHardwareProfile",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetHardwareProfile",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Specifies the hardware settings for the virtual machine scale set.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1318",
+ "kind": "property",
+ "name": "vmSizeProperties",
+ "serializedName": "vmSizeProperties",
+ "doc": "Specifies the properties for customizing the size of the virtual machine.\nMinimum api-version: 2021-11-01. Please follow the instructions in [VM\nCustomization](https://aka.ms/vmcustomization) for more details.",
+ "type": {
+ "$id": "1319",
+ "kind": "model",
+ "name": "ComputeFleetVMSizeProperties",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMSizeProperties",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Specifies VM Size Property settings on the virtual machine.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1320",
+ "kind": "property",
+ "name": "vCPUsAvailable",
+ "serializedName": "vCPUsAvailable",
+ "doc": "Specifies the number of vCPUs available for the VM. When this property is not\nspecified in the request body the default behavior is to set it to the value of\nvCPUs available for that VM size exposed in api response of [List all available\nvirtual machine sizes in a\nregion](https://learn.microsoft.com/en-us/rest/api/compute/resource-skus/list).",
+ "type": {
+ "$id": "1321",
+ "kind": "int32",
+ "name": "int32",
+ "crossLanguageDefinitionId": "TypeSpec.int32",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMSizeProperties.vCPUsAvailable",
+ "serializationOptions": {
+ "$id": "1322",
+ "json": {
+ "$id": "1323",
+ "name": "vCPUsAvailable"
+ }
+ }
+ },
+ {
+ "$id": "1324",
+ "kind": "property",
+ "name": "vCPUsPerCore",
+ "serializedName": "vCPUsPerCore",
+ "doc": "Specifies the vCPU to physical core ratio. When this property is not specified\nin the request body the default behavior is set to the value of vCPUsPerCore\nfor the VM Size exposed in api response of [List all available virtual machine\nsizes in a\nregion](https://learn.microsoft.com/en-us/rest/api/compute/resource-skus/list).\n**Setting this property to 1 also means that hyper-threading is disabled.**",
+ "type": {
+ "$id": "1325",
+ "kind": "int32",
+ "name": "int32",
+ "crossLanguageDefinitionId": "TypeSpec.int32",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VMSizeProperties.vCPUsPerCore",
+ "serializationOptions": {
+ "$id": "1326",
+ "json": {
+ "$id": "1327",
+ "name": "vCPUsPerCore"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetHardwareProfile.vmSizeProperties",
+ "serializationOptions": {
+ "$id": "1328",
+ "json": {
+ "$id": "1329",
+ "name": "vmSizeProperties"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.BaseVirtualMachineProfile.hardwareProfile",
+ "serializationOptions": {
+ "$id": "1330",
+ "json": {
+ "$id": "1331",
+ "name": "hardwareProfile"
+ }
+ }
+ },
+ {
+ "$id": "1332",
+ "kind": "property",
+ "name": "serviceArtifactReference",
+ "serializedName": "serviceArtifactReference",
+ "doc": "Specifies the service artifact reference id used to set same image version for\nall virtual machines in the scale set when using 'latest' image version.\nMinimum api-version: 2022-11-01",
+ "type": {
+ "$id": "1333",
+ "kind": "model",
+ "name": "ServiceArtifactReference",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ServiceArtifactReference",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Specifies the service artifact reference id used to set same image version for\nall virtual machines in the scale set when using 'latest' image version.\nMinimum api-version: 2022-11-01",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1334",
+ "kind": "property",
+ "name": "id",
+ "serializedName": "id",
+ "doc": "The service artifact reference id in the form of\n/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}",
+ "type": {
+ "$id": "1335",
+ "kind": "string",
+ "name": "armResourceIdentifier",
+ "crossLanguageDefinitionId": "Azure.Core.armResourceIdentifier",
+ "baseType": {
+ "$id": "1336",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ServiceArtifactReference.id",
+ "serializationOptions": {
+ "$id": "1337",
+ "json": {
+ "$id": "1338",
+ "name": "id"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.BaseVirtualMachineProfile.serviceArtifactReference",
+ "serializationOptions": {
+ "$id": "1339",
+ "json": {
+ "$id": "1340",
+ "name": "serviceArtifactReference"
+ }
+ }
+ },
+ {
+ "$id": "1341",
+ "kind": "property",
+ "name": "securityPostureReference",
+ "serializedName": "securityPostureReference",
+ "doc": "Specifies the security posture to be used for all virtual machines in the scale\nset. Minimum api-version: 2023-03-01",
+ "type": {
+ "$id": "1342",
+ "kind": "model",
+ "name": "ComputeFleetSecurityPostureReference",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.SecurityPostureReference",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Specifies the security posture to be used for all virtual machines in the scale\nset. Minimum api-version: 2023-03-01",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1343",
+ "kind": "property",
+ "name": "id",
+ "serializedName": "id",
+ "doc": "The security posture reference id in the form of\n/CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest",
+ "type": {
+ "$id": "1344",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.SecurityPostureReference.id",
+ "serializationOptions": {
+ "$id": "1345",
+ "json": {
+ "$id": "1346",
+ "name": "id"
+ }
+ }
+ },
+ {
+ "$id": "1347",
+ "kind": "property",
+ "name": "excludeExtensions",
+ "serializedName": "excludeExtensions",
+ "doc": "List of virtual machine extension names to exclude when applying the security\nposture.",
+ "type": {
+ "$id": "1348",
+ "kind": "array",
+ "name": "Array",
+ "valueType": {
+ "$id": "1349",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "crossLanguageDefinitionId": "TypeSpec.Array",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.SecurityPostureReference.excludeExtensions",
+ "serializationOptions": {
+ "$id": "1350",
+ "json": {
+ "$id": "1351",
+ "name": "excludeExtensions"
+ }
+ }
+ },
+ {
+ "$id": "1352",
+ "kind": "property",
+ "name": "isOverridable",
+ "serializedName": "isOverridable",
+ "doc": "Whether the security posture can be overridden by the user.",
+ "type": {
+ "$id": "1353",
+ "kind": "boolean",
+ "name": "boolean",
+ "crossLanguageDefinitionId": "TypeSpec.boolean",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.SecurityPostureReference.isOverridable",
+ "serializationOptions": {
+ "$id": "1354",
+ "json": {
+ "$id": "1355",
+ "name": "isOverridable"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.BaseVirtualMachineProfile.securityPostureReference",
+ "serializationOptions": {
+ "$id": "1356",
+ "json": {
+ "$id": "1357",
+ "name": "securityPostureReference"
+ }
+ }
+ },
+ {
+ "$id": "1358",
+ "kind": "property",
+ "name": "CreatedOn",
+ "serializedName": "timeCreated",
+ "doc": "Specifies the time in which this VM profile for the Virtual Machine Scale Set\nwas created. Minimum API version for this property is 2023-09-01. This value\nwill be added to VMSS Flex VM tags when creating/updating the VMSS VM Profile\nwith minimum api-version 2023-09-01. Examples: \"2024-07-01T00:00:01.1234567+00:00\"",
+ "type": {
+ "$id": "1359",
+ "kind": "utcDateTime",
+ "name": "utcDateTime",
+ "encode": "rfc3339",
+ "wireType": {
+ "$id": "1360",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "crossLanguageDefinitionId": "TypeSpec.utcDateTime",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.BaseVirtualMachineProfile.timeCreated",
+ "serializationOptions": {
+ "$id": "1361",
+ "json": {
+ "$id": "1362",
+ "name": "timeCreated"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.LocationProfile.virtualMachineProfileOverride",
+ "serializationOptions": {
+ "$id": "1363",
+ "json": {
+ "$id": "1364",
+ "name": "virtualMachineProfileOverride"
+ }
+ }
+ }
+ ]
+ },
+ "crossLanguageDefinitionId": "TypeSpec.Array",
+ "decorators": []
+ },
+ "optional": false,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.AdditionalLocationsProfile.locationProfiles",
+ "serializationOptions": {
+ "$id": "1365",
+ "json": {
+ "$id": "1366",
+ "name": "locationProfiles"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.FleetProperties.additionalLocationsProfile",
+ "serializationOptions": {
+ "$id": "1367",
+ "json": {
+ "$id": "1368",
+ "name": "additionalLocationsProfile"
+ }
+ }
+ },
+ {
+ "$id": "1369",
+ "kind": "property",
+ "name": "computeProfile",
+ "serializedName": "computeProfile",
+ "doc": "Compute Profile to use for running user's workloads.",
+ "type": {
+ "$id": "1370",
+ "kind": "model",
+ "name": "ComputeFleetComputeProfile",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ComputeProfile",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Compute Profile to use for running user's workloads.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1371",
+ "kind": "property",
+ "name": "baseVirtualMachineProfile",
+ "serializedName": "baseVirtualMachineProfile",
+ "doc": "Base Virtual Machine Profile Properties to be specified according to \"specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachineScaleSet.json#/definitions/VirtualMachineScaleSetVMProfile\"",
+ "type": {
+ "$ref": "565"
+ },
+ "optional": false,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ComputeProfile.baseVirtualMachineProfile",
+ "serializationOptions": {
+ "$id": "1372",
+ "json": {
+ "$id": "1373",
+ "name": "baseVirtualMachineProfile"
+ }
+ }
+ },
+ {
+ "$id": "1374",
+ "kind": "property",
+ "name": "computeApiVersion",
+ "serializedName": "computeApiVersion",
+ "doc": "Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machine scale sets and Virtual Machines.\nThe default value will be the latest supported computeApiVersion by Compute Fleet.",
+ "type": {
+ "$id": "1375",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ComputeProfile.computeApiVersion",
+ "serializationOptions": {
+ "$id": "1376",
+ "json": {
+ "$id": "1377",
+ "name": "computeApiVersion"
+ }
+ }
+ },
+ {
+ "$id": "1378",
+ "kind": "property",
+ "name": "platformFaultDomainCount",
+ "serializedName": "platformFaultDomainCount",
+ "doc": "Specifies the number of fault domains to use when creating the underlying VMSS.\nA fault domain is a logical group of hardware within an Azure datacenter.\nVMs in the same fault domain share a common power source and network switch.\nIf not specified, defaults to 1, which represents \"Max Spreading\" (using as many fault domains as possible).\nThis property cannot be updated.",
+ "type": {
+ "$id": "1379",
+ "kind": "int32",
+ "name": "int32",
+ "crossLanguageDefinitionId": "TypeSpec.int32",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ComputeProfile.platformFaultDomainCount",
+ "serializationOptions": {
+ "$id": "1380",
+ "json": {
+ "$id": "1381",
+ "name": "platformFaultDomainCount"
+ }
+ }
+ },
+ {
+ "$id": "1382",
+ "kind": "property",
+ "name": "additionalVirtualMachineCapabilities",
+ "serializedName": "additionalVirtualMachineCapabilities",
+ "doc": "Specifies VMSS and VM API entity models support two additional capabilities as of today: ultraSSDEnabled and hibernationEnabled.\nultraSSDEnabled: Enables UltraSSD_LRS storage account type on the VMSS VMs.\nhibernationEnabled: Enables the hibernation capability on the VMSS VMs.\nDefault value is null if not specified. This property cannot be updated once set.",
+ "type": {
+ "$id": "1383",
+ "kind": "model",
+ "name": "AdditionalCapabilities",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.AdditionalCapabilities",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "AdditionalCapabilities for VM.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1384",
+ "kind": "property",
+ "name": "isUltraSSDEnabled",
+ "serializedName": "ultraSSDEnabled",
+ "doc": "The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS.\nManaged disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled.",
+ "type": {
+ "$id": "1385",
+ "kind": "boolean",
+ "name": "boolean",
+ "crossLanguageDefinitionId": "TypeSpec.boolean",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.AdditionalCapabilities.ultraSSDEnabled",
+ "serializationOptions": {
+ "$id": "1386",
+ "json": {
+ "$id": "1387",
+ "name": "ultraSSDEnabled"
+ }
+ }
+ },
+ {
+ "$id": "1388",
+ "kind": "property",
+ "name": "isHibernationEnabled",
+ "serializedName": "hibernationEnabled",
+ "doc": "The flag that enables or disables hibernation capability on the VM.",
+ "type": {
+ "$id": "1389",
+ "kind": "boolean",
+ "name": "boolean",
+ "crossLanguageDefinitionId": "TypeSpec.boolean",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.AdditionalCapabilities.hibernationEnabled",
+ "serializationOptions": {
+ "$id": "1390",
+ "json": {
+ "$id": "1391",
+ "name": "hibernationEnabled"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ComputeProfile.additionalVirtualMachineCapabilities",
+ "serializationOptions": {
+ "$id": "1392",
+ "json": {
+ "$id": "1393",
+ "name": "additionalVirtualMachineCapabilities"
+ }
+ }
+ }
+ ]
+ },
+ "optional": false,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.FleetProperties.computeProfile",
+ "serializationOptions": {
+ "$id": "1394",
+ "json": {
+ "$id": "1395",
+ "name": "computeProfile"
+ }
+ }
+ },
+ {
+ "$id": "1396",
+ "kind": "property",
+ "name": "CreatedOn",
+ "serializedName": "timeCreated",
+ "doc": "Specifies the time at which the Compute Fleet is created.",
+ "type": {
+ "$id": "1397",
+ "kind": "utcDateTime",
+ "name": "utcDateTime",
+ "encode": "rfc3339",
+ "wireType": {
+ "$id": "1398",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "crossLanguageDefinitionId": "TypeSpec.utcDateTime",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.FleetProperties.timeCreated",
+ "serializationOptions": {
+ "$id": "1399",
+ "json": {
+ "$id": "1400",
+ "name": "timeCreated"
+ }
+ }
+ },
+ {
+ "$id": "1401",
+ "kind": "property",
+ "name": "uniqueId",
+ "serializedName": "uniqueId",
+ "doc": "Specifies the ID which uniquely identifies a Compute Fleet.",
+ "type": {
+ "$id": "1402",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.FleetProperties.uniqueId",
+ "serializationOptions": {
+ "$id": "1403",
+ "json": {
+ "$id": "1404",
+ "name": "uniqueId"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.Fleet.properties",
+ "serializationOptions": {
+ "$id": "1405",
+ "json": {
+ "$id": "1406",
+ "name": "properties"
+ }
+ }
+ },
+ {
+ "$id": "1407",
+ "kind": "property",
+ "name": "zones",
+ "serializedName": "zones",
+ "doc": "Zones in which the Compute Fleet is available",
+ "type": {
+ "$id": "1408",
+ "kind": "array",
+ "name": "Array",
+ "valueType": {
+ "$id": "1409",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "crossLanguageDefinitionId": "TypeSpec.Array",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.Fleet.zones",
+ "serializationOptions": {
+ "$id": "1410",
+ "json": {
+ "$id": "1411",
+ "name": "zones"
+ }
+ }
+ },
+ {
+ "$id": "1412",
+ "kind": "property",
+ "name": "identity",
+ "serializedName": "identity",
+ "doc": "The managed service identities assigned to this resource.",
+ "type": {
+ "$id": "1413",
+ "kind": "model",
+ "name": "ManagedServiceIdentity",
+ "namespace": "Azure.ResourceManager.CommonTypes",
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.ManagedServiceIdentity",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Managed service identity (system assigned and/or user assigned identities)",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1414",
+ "kind": "property",
+ "name": "principalId",
+ "serializedName": "principalId",
+ "doc": "The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.",
+ "type": {
+ "$id": "1415",
+ "kind": "string",
+ "name": "uuid",
+ "crossLanguageDefinitionId": "Azure.Core.uuid",
+ "baseType": {
+ "$id": "1416",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.ManagedServiceIdentity.principalId",
+ "serializationOptions": {
+ "$id": "1417",
+ "json": {
+ "$id": "1418",
+ "name": "principalId"
+ }
+ }
+ },
+ {
+ "$id": "1419",
+ "kind": "property",
+ "name": "tenantId",
+ "serializedName": "tenantId",
+ "doc": "The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.",
+ "type": {
+ "$id": "1420",
+ "kind": "string",
+ "name": "uuid",
+ "crossLanguageDefinitionId": "Azure.Core.uuid",
+ "baseType": {
+ "$id": "1421",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.ManagedServiceIdentity.tenantId",
+ "serializationOptions": {
+ "$id": "1422",
+ "json": {
+ "$id": "1423",
+ "name": "tenantId"
+ }
+ }
+ },
+ {
+ "$id": "1424",
+ "kind": "property",
+ "name": "type",
+ "serializedName": "type",
+ "doc": "The type of managed identity assigned to this resource.",
+ "type": {
+ "$ref": "306"
+ },
+ "optional": false,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.ManagedServiceIdentity.type",
+ "serializationOptions": {
+ "$id": "1425",
+ "json": {
+ "$id": "1426",
+ "name": "type"
+ }
+ }
+ },
+ {
+ "$id": "1427",
+ "kind": "property",
+ "name": "userAssignedIdentities",
+ "serializedName": "userAssignedIdentities",
+ "doc": "The identities assigned to this resource by the user.",
+ "type": {
+ "$id": "1428",
+ "kind": "dict",
+ "keyType": {
+ "$id": "1429",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "valueType": {
+ "$id": "1430",
+ "kind": "nullable",
+ "type": {
+ "$id": "1431",
+ "kind": "model",
+ "name": "UserAssignedIdentity",
+ "namespace": "Azure.ResourceManager.CommonTypes",
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.UserAssignedIdentity",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "User assigned identity properties",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1432",
+ "kind": "property",
+ "name": "clientId",
+ "serializedName": "clientId",
+ "doc": "The client ID of the assigned identity.",
+ "type": {
+ "$id": "1433",
+ "kind": "string",
+ "name": "uuid",
+ "crossLanguageDefinitionId": "Azure.Core.uuid",
+ "baseType": {
+ "$id": "1434",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.UserAssignedIdentity.clientId",
+ "serializationOptions": {
+ "$id": "1435",
+ "json": {
+ "$id": "1436",
+ "name": "clientId"
+ }
+ }
+ },
+ {
+ "$id": "1437",
+ "kind": "property",
+ "name": "principalId",
+ "serializedName": "principalId",
+ "doc": "The principal ID of the assigned identity.",
+ "type": {
+ "$id": "1438",
+ "kind": "string",
+ "name": "uuid",
+ "crossLanguageDefinitionId": "Azure.Core.uuid",
+ "baseType": {
+ "$id": "1439",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.UserAssignedIdentity.principalId",
+ "serializationOptions": {
+ "$id": "1440",
+ "json": {
+ "$id": "1441",
+ "name": "principalId"
+ }
+ }
+ }
+ ]
+ },
+ "namespace": ""
+ },
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.ManagedServiceIdentity.userAssignedIdentities",
+ "serializationOptions": {
+ "$id": "1442",
+ "json": {
+ "$id": "1443",
+ "name": "userAssignedIdentities"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.Fleet.identity",
+ "serializationOptions": {
+ "$id": "1444",
+ "json": {
+ "$id": "1445",
+ "name": "identity"
+ }
+ }
+ },
+ {
+ "$id": "1446",
+ "kind": "property",
+ "name": "plan",
+ "serializedName": "plan",
+ "doc": "Details of the resource plan.",
+ "type": {
+ "$id": "1447",
+ "kind": "model",
+ "name": "Plan",
+ "namespace": "Azure.ResourceManager.CommonTypes",
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.Plan",
+ "usage": "Input,Output,Json,LroInitial,LroPolling,LroFinalEnvelope",
+ "doc": "Plan for the resource.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1448",
+ "kind": "property",
+ "name": "name",
+ "serializedName": "name",
+ "doc": "A user defined name of the 3rd Party Artifact that is being procured.",
+ "type": {
+ "$id": "1449",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": false,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.Plan.name",
+ "serializationOptions": {
+ "$id": "1450",
+ "json": {
+ "$id": "1451",
+ "name": "name"
+ }
+ }
+ },
+ {
+ "$id": "1452",
+ "kind": "property",
+ "name": "publisher",
+ "serializedName": "publisher",
+ "doc": "The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic",
+ "type": {
+ "$id": "1453",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": false,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.Plan.publisher",
+ "serializationOptions": {
+ "$id": "1454",
+ "json": {
+ "$id": "1455",
+ "name": "publisher"
+ }
+ }
+ },
+ {
+ "$id": "1456",
+ "kind": "property",
+ "name": "product",
+ "serializedName": "product",
+ "doc": "The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.",
+ "type": {
+ "$id": "1457",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": false,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.Plan.product",
+ "serializationOptions": {
+ "$id": "1458",
+ "json": {
+ "$id": "1459",
+ "name": "product"
+ }
+ }
+ },
+ {
+ "$id": "1460",
+ "kind": "property",
+ "name": "promotionCode",
+ "serializedName": "promotionCode",
+ "doc": "A publisher provided promotion code as provisioned in Data Market for the said product/artifact.",
+ "type": {
+ "$id": "1461",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.Plan.promotionCode",
+ "serializationOptions": {
+ "$id": "1462",
+ "json": {
+ "$id": "1463",
+ "name": "promotionCode"
+ }
+ }
+ },
+ {
+ "$id": "1464",
+ "kind": "property",
+ "name": "version",
+ "serializedName": "version",
+ "doc": "The version of the desired product/artifact.",
+ "type": {
+ "$id": "1465",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.Plan.version",
+ "serializationOptions": {
+ "$id": "1466",
+ "json": {
+ "$id": "1467",
+ "name": "version"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.Fleet.plan",
+ "serializationOptions": {
+ "$id": "1468",
+ "json": {
+ "$id": "1469",
+ "name": "plan"
+ }
+ }
+ }
+ ]
+ },
+ {
+ "$ref": "406"
+ },
+ {
+ "$ref": "411"
+ },
+ {
+ "$ref": "437"
+ },
+ {
+ "$ref": "453"
+ },
+ {
+ "$ref": "465"
+ },
+ {
+ "$ref": "467"
+ },
+ {
+ "$ref": "479"
+ },
+ {
+ "$ref": "555"
+ },
+ {
+ "$ref": "558"
+ },
+ {
+ "$ref": "565"
+ },
+ {
+ "$ref": "567"
+ },
+ {
+ "$ref": "585"
+ },
+ {
+ "$ref": "600"
+ },
+ {
+ "$ref": "619"
+ },
+ {
+ "$ref": "631"
+ },
+ {
+ "$ref": "644"
+ },
+ {
+ "$ref": "647"
+ },
+ {
+ "$ref": "666"
+ },
+ {
+ "$ref": "672"
+ },
+ {
+ "$ref": "675"
+ },
+ {
+ "$ref": "693"
+ },
+ {
+ "$ref": "701"
+ },
+ {
+ "$ref": "721"
+ },
+ {
+ "$ref": "723"
+ },
+ {
+ "$ref": "733"
+ },
+ {
+ "$ref": "757"
+ },
+ {
+ "$ref": "759"
+ },
+ {
+ "$ref": "796"
+ },
+ {
+ "$ref": "812"
+ },
+ {
+ "$ref": "829"
+ },
+ {
+ "$ref": "842"
+ },
+ {
+ "$ref": "847"
+ },
+ {
+ "$ref": "856"
+ },
+ {
+ "$ref": "874"
+ },
+ {
+ "$ref": "919"
+ },
+ {
+ "$ref": "921"
+ },
+ {
+ "$ref": "931"
+ },
+ {
+ "$ref": "937"
+ },
+ {
+ "$ref": "958"
+ },
+ {
+ "$ref": "968"
+ },
+ {
+ "$ref": "974"
+ },
+ {
+ "$ref": "983"
+ },
+ {
+ "$ref": "989"
+ },
+ {
+ "$ref": "995"
+ },
+ {
+ "$ref": "1007"
+ },
+ {
+ "$ref": "1030"
+ },
+ {
+ "$ref": "1087"
+ },
+ {
+ "$ref": "1089"
+ },
+ {
+ "$ref": "1108"
+ },
+ {
+ "$ref": "1117"
+ },
+ {
+ "$ref": "1134"
+ },
+ {
+ "$ref": "1136"
+ },
+ {
+ "$ref": "1150"
+ },
+ {
+ "$ref": "1153"
+ },
+ {
+ "$ref": "1168"
+ },
+ {
+ "$ref": "1219"
+ },
+ {
+ "$ref": "1244"
+ },
+ {
+ "$ref": "1246"
+ },
+ {
+ "$ref": "1258"
+ },
+ {
+ "$ref": "1276"
+ },
+ {
+ "$ref": "1283"
+ },
+ {
+ "$ref": "1286"
+ },
+ {
+ "$ref": "1317"
+ },
+ {
+ "$ref": "1319"
+ },
+ {
+ "$ref": "1333"
+ },
+ {
+ "$ref": "1342"
+ },
+ {
+ "$ref": "1370"
+ },
+ {
+ "$ref": "1383"
+ },
+ {
+ "$ref": "1413"
+ },
+ {
+ "$ref": "1431"
+ },
+ {
+ "$ref": "1447"
+ },
+ {
+ "$ref": "351"
+ },
+ {
+ "$ref": "352"
+ },
+ {
+ "$ref": "368"
+ },
+ {
+ "$id": "1470",
+ "kind": "model",
+ "name": "ErrorResponse",
+ "namespace": "Azure.ResourceManager.CommonTypes",
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.ErrorResponse",
+ "usage": "Error,Json,Exception",
+ "doc": "Common error response for all Azure Resource Manager APIs to return error details for failed operations.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1471",
+ "kind": "property",
+ "name": "error",
+ "serializedName": "error",
+ "doc": "The error object.",
+ "type": {
+ "$id": "1472",
+ "kind": "model",
+ "name": "ErrorDetail",
+ "namespace": "Azure.ResourceManager.CommonTypes",
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.ErrorDetail",
+ "usage": "Json,Exception,LroPolling",
+ "doc": "The error detail.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1473",
+ "kind": "property",
+ "name": "code",
+ "serializedName": "code",
+ "doc": "The error code.",
+ "type": {
+ "$id": "1474",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.ErrorDetail.code",
+ "serializationOptions": {
+ "$id": "1475",
+ "json": {
+ "$id": "1476",
+ "name": "code"
+ }
+ }
+ },
+ {
+ "$id": "1477",
+ "kind": "property",
+ "name": "message",
+ "serializedName": "message",
+ "doc": "The error message.",
+ "type": {
+ "$id": "1478",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.ErrorDetail.message",
+ "serializationOptions": {
+ "$id": "1479",
+ "json": {
+ "$id": "1480",
+ "name": "message"
+ }
+ }
+ },
+ {
+ "$id": "1481",
+ "kind": "property",
+ "name": "target",
+ "serializedName": "target",
+ "doc": "The error target.",
+ "type": {
+ "$id": "1482",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.ErrorDetail.target",
+ "serializationOptions": {
+ "$id": "1483",
+ "json": {
+ "$id": "1484",
+ "name": "target"
+ }
+ }
+ },
+ {
+ "$id": "1485",
+ "kind": "property",
+ "name": "details",
+ "serializedName": "details",
+ "doc": "The error details.",
+ "type": {
+ "$id": "1486",
+ "kind": "array",
+ "name": "ArrayErrorDetail",
+ "valueType": {
+ "$ref": "1472"
+ },
+ "crossLanguageDefinitionId": "TypeSpec.Array",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.ErrorDetail.details",
+ "serializationOptions": {
+ "$id": "1487",
+ "json": {
+ "$id": "1488",
+ "name": "details"
+ }
+ }
+ },
+ {
+ "$id": "1489",
+ "kind": "property",
+ "name": "additionalInfo",
+ "serializedName": "additionalInfo",
+ "doc": "The error additional info.",
+ "type": {
+ "$id": "1490",
+ "kind": "array",
+ "name": "ArrayErrorAdditionalInfo",
+ "valueType": {
+ "$id": "1491",
+ "kind": "model",
+ "name": "ErrorAdditionalInfo",
+ "namespace": "Azure.ResourceManager.CommonTypes",
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.ErrorAdditionalInfo",
+ "usage": "Json,Exception,LroPolling",
+ "doc": "The resource management error additional info.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1492",
+ "kind": "property",
+ "name": "type",
+ "serializedName": "type",
+ "doc": "The additional info type.",
+ "type": {
+ "$id": "1493",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.ErrorAdditionalInfo.type",
+ "serializationOptions": {
+ "$id": "1494",
+ "json": {
+ "$id": "1495",
+ "name": "type"
+ }
+ }
+ },
+ {
+ "$id": "1496",
+ "kind": "property",
+ "name": "info",
+ "serializedName": "info",
+ "doc": "The additional info.",
+ "type": {
+ "$id": "1497",
+ "kind": "model",
+ "name": "ErrorAdditionalInfoInfo",
+ "namespace": "Azure.ResourceManager.CommonTypes",
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.ErrorAdditionalInfo.info.anonymous",
+ "usage": "Json,Exception,LroPolling",
+ "decorators": [],
+ "properties": []
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.ErrorAdditionalInfo.info",
+ "serializationOptions": {
+ "$id": "1498",
+ "json": {
+ "$id": "1499",
+ "name": "info"
+ }
+ }
+ }
+ ]
+ },
+ "crossLanguageDefinitionId": "TypeSpec.Array",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.ErrorDetail.additionalInfo",
+ "serializationOptions": {
+ "$id": "1500",
+ "json": {
+ "$id": "1501",
+ "name": "additionalInfo"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.ErrorResponse.error",
+ "serializationOptions": {
+ "$id": "1502",
+ "json": {
+ "$id": "1503",
+ "name": "error"
+ }
+ }
+ }
+ ]
+ },
+ {
+ "$ref": "1472"
+ },
+ {
+ "$ref": "1491"
+ },
+ {
+ "$ref": "1497"
+ },
+ {
+ "$id": "1504",
+ "kind": "model",
+ "name": "FleetUpdate",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.FleetUpdate",
+ "usage": "Input,Json",
+ "doc": "Fleet Update Model",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1505",
+ "kind": "property",
+ "name": "tags",
+ "serializedName": "tags",
+ "doc": "Resource tags.",
+ "type": {
+ "$id": "1506",
+ "kind": "dict",
+ "keyType": {
+ "$id": "1507",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "valueType": {
+ "$id": "1508",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.FleetUpdate.tags",
+ "serializationOptions": {
+ "$id": "1509",
+ "json": {
+ "$id": "1510",
+ "name": "tags"
+ }
+ }
+ },
+ {
+ "$id": "1511",
+ "kind": "property",
+ "name": "identity",
+ "serializedName": "identity",
+ "doc": "Updatable managed service identity",
+ "type": {
+ "$id": "1512",
+ "kind": "model",
+ "name": "ManagedServiceIdentityUpdate",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ManagedServiceIdentityUpdate",
+ "usage": "Input,Json",
+ "doc": "The template for adding optional properties.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1513",
+ "kind": "property",
+ "name": "type",
+ "serializedName": "type",
+ "doc": "The type of managed identity assigned to this resource.",
+ "type": {
+ "$ref": "306"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ManagedServiceIdentityUpdate.type",
+ "serializationOptions": {
+ "$id": "1514",
+ "json": {
+ "$id": "1515",
+ "name": "type"
+ }
+ }
+ },
+ {
+ "$id": "1516",
+ "kind": "property",
+ "name": "userAssignedIdentities",
+ "serializedName": "userAssignedIdentities",
+ "doc": "The identities assigned to this resource by the user.",
+ "type": {
+ "$id": "1517",
+ "kind": "dict",
+ "keyType": {
+ "$id": "1518",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "valueType": {
+ "$ref": "1430"
+ },
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ManagedServiceIdentityUpdate.userAssignedIdentities",
+ "serializationOptions": {
+ "$id": "1519",
+ "json": {
+ "$id": "1520",
+ "name": "userAssignedIdentities"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.FleetUpdate.identity",
+ "serializationOptions": {
+ "$id": "1521",
+ "json": {
+ "$id": "1522",
+ "name": "identity"
+ }
+ }
+ },
+ {
+ "$id": "1523",
+ "kind": "property",
+ "name": "plan",
+ "serializedName": "plan",
+ "doc": "Updatable resource plan",
+ "type": {
+ "$id": "1524",
+ "kind": "model",
+ "name": "ResourcePlanUpdate",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ResourcePlanUpdate",
+ "usage": "Input,Json",
+ "doc": "The template for adding optional properties.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1525",
+ "kind": "property",
+ "name": "name",
+ "serializedName": "name",
+ "doc": "A user defined name of the 3rd Party Artifact that is being procured.",
+ "type": {
+ "$id": "1526",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ResourcePlanUpdate.name",
+ "serializationOptions": {
+ "$id": "1527",
+ "json": {
+ "$id": "1528",
+ "name": "name"
+ }
+ }
+ },
+ {
+ "$id": "1529",
+ "kind": "property",
+ "name": "publisher",
+ "serializedName": "publisher",
+ "doc": "The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic",
+ "type": {
+ "$id": "1530",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ResourcePlanUpdate.publisher",
+ "serializationOptions": {
+ "$id": "1531",
+ "json": {
+ "$id": "1532",
+ "name": "publisher"
+ }
+ }
+ },
+ {
+ "$id": "1533",
+ "kind": "property",
+ "name": "product",
+ "serializedName": "product",
+ "doc": "The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.",
+ "type": {
+ "$id": "1534",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ResourcePlanUpdate.product",
+ "serializationOptions": {
+ "$id": "1535",
+ "json": {
+ "$id": "1536",
+ "name": "product"
+ }
+ }
+ },
+ {
+ "$id": "1537",
+ "kind": "property",
+ "name": "promotionCode",
+ "serializedName": "promotionCode",
+ "doc": "A publisher provided promotion code as provisioned in Data Market for the said product/artifact.",
+ "type": {
+ "$id": "1538",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ResourcePlanUpdate.promotionCode",
+ "serializationOptions": {
+ "$id": "1539",
+ "json": {
+ "$id": "1540",
+ "name": "promotionCode"
+ }
+ }
+ },
+ {
+ "$id": "1541",
+ "kind": "property",
+ "name": "version",
+ "serializedName": "version",
+ "doc": "The version of the desired product/artifact.",
+ "type": {
+ "$id": "1542",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ResourcePlanUpdate.version",
+ "serializationOptions": {
+ "$id": "1543",
+ "json": {
+ "$id": "1544",
+ "name": "version"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.FleetUpdate.plan",
+ "serializationOptions": {
+ "$id": "1545",
+ "json": {
+ "$id": "1546",
+ "name": "plan"
+ }
+ }
+ },
+ {
+ "$id": "1547",
+ "kind": "property",
+ "name": "properties",
+ "serializedName": "properties",
+ "doc": "RP-specific updatable properties",
+ "type": {
+ "$ref": "406"
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.FleetUpdate.properties",
+ "serializationOptions": {
+ "$id": "1548",
+ "json": {
+ "$id": "1549",
+ "name": "properties"
+ }
+ }
+ }
+ ]
+ },
+ {
+ "$ref": "1512"
+ },
+ {
+ "$ref": "1524"
+ },
+ {
+ "$id": "1550",
+ "kind": "model",
+ "name": "ArmOperationStatusResourceProvisioningState",
+ "namespace": "Azure.ResourceManager",
+ "crossLanguageDefinitionId": "Azure.ResourceManager.ArmOperationStatus",
+ "usage": "LroPolling",
+ "doc": "Standard Azure Resource Manager operation status response",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1551",
+ "kind": "property",
+ "name": "status",
+ "serializedName": "status",
+ "doc": "The operation status",
+ "type": {
+ "$ref": "326"
+ },
+ "optional": false,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.ArmOperationStatus.status",
+ "serializationOptions": {
+ "$id": "1552",
+ "json": {
+ "$id": "1553",
+ "name": "status"
+ }
+ }
+ },
+ {
+ "$id": "1554",
+ "kind": "property",
+ "name": "name",
+ "serializedName": "name",
+ "doc": "The name of the operationStatus resource",
+ "type": {
+ "$id": "1555",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.ArmOperationStatus.name",
+ "serializationOptions": {
+ "$id": "1556",
+ "json": {
+ "$id": "1557",
+ "name": "name"
+ }
+ }
+ },
+ {
+ "$id": "1558",
+ "kind": "property",
+ "name": "startTime",
+ "serializedName": "startTime",
+ "doc": "Operation start time",
+ "type": {
+ "$id": "1559",
+ "kind": "utcDateTime",
+ "name": "utcDateTime",
+ "encode": "rfc3339",
+ "wireType": {
+ "$id": "1560",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "crossLanguageDefinitionId": "TypeSpec.utcDateTime",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.ArmOperationStatus.startTime",
+ "serializationOptions": {
+ "$id": "1561",
+ "json": {
+ "$id": "1562",
+ "name": "startTime"
+ }
+ }
+ },
+ {
+ "$id": "1563",
+ "kind": "property",
+ "name": "endTime",
+ "serializedName": "endTime",
+ "doc": "Operation complete time",
+ "type": {
+ "$id": "1564",
+ "kind": "utcDateTime",
+ "name": "utcDateTime",
+ "encode": "rfc3339",
+ "wireType": {
+ "$id": "1565",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "crossLanguageDefinitionId": "TypeSpec.utcDateTime",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.ArmOperationStatus.endTime",
+ "serializationOptions": {
+ "$id": "1566",
+ "json": {
+ "$id": "1567",
+ "name": "endTime"
+ }
+ }
+ },
+ {
+ "$id": "1568",
+ "kind": "property",
+ "name": "percentComplete",
+ "serializedName": "percentComplete",
+ "doc": "The progress made toward completing the operation",
+ "type": {
+ "$id": "1569",
+ "kind": "float64",
+ "name": "float64",
+ "crossLanguageDefinitionId": "TypeSpec.float64",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.ArmOperationStatus.percentComplete",
+ "serializationOptions": {
+ "$id": "1570",
+ "json": {
+ "$id": "1571",
+ "name": "percentComplete"
+ }
+ }
+ },
+ {
+ "$id": "1572",
+ "kind": "property",
+ "name": "error",
+ "serializedName": "error",
+ "doc": "Errors that occurred if the operation ended with Canceled or Failed status",
+ "type": {
+ "$ref": "1472"
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.ArmOperationStatus.error",
+ "serializationOptions": {
+ "$id": "1573",
+ "json": {
+ "$id": "1574",
+ "name": "error"
+ }
+ }
+ }
+ ]
+ },
+ {
+ "$id": "1575",
+ "kind": "model",
+ "name": "FleetListResult",
+ "namespace": "Azure.ResourceManager",
+ "crossLanguageDefinitionId": "Azure.ResourceManager.ResourceListResult",
+ "usage": "Output,Json",
+ "doc": "The response of a Fleet list operation.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1576",
+ "kind": "property",
+ "name": "value",
+ "serializedName": "value",
+ "doc": "The Fleet items on this page",
+ "type": {
+ "$id": "1577",
+ "kind": "array",
+ "name": "ArrayFleet",
+ "valueType": {
+ "$ref": "350"
+ },
+ "crossLanguageDefinitionId": "TypeSpec.Array",
+ "decorators": []
+ },
+ "optional": false,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.ResourceListResult.value",
+ "serializationOptions": {
+ "$id": "1578",
+ "json": {
+ "$id": "1579",
+ "name": "value"
+ }
+ }
+ },
+ {
+ "$id": "1580",
+ "kind": "property",
+ "name": "nextLink",
+ "serializedName": "nextLink",
+ "doc": "The link to the next page of items",
+ "type": {
+ "$id": "1581",
+ "kind": "url",
+ "name": "ResourceLocation",
+ "crossLanguageDefinitionId": "TypeSpec.Rest.ResourceLocation",
+ "baseType": {
+ "$id": "1582",
+ "kind": "url",
+ "name": "url",
+ "crossLanguageDefinitionId": "TypeSpec.url",
+ "decorators": []
+ },
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.ResourceListResult.nextLink",
+ "serializationOptions": {
+ "$id": "1583",
+ "json": {
+ "$id": "1584",
+ "name": "nextLink"
+ }
+ }
+ }
+ ]
+ },
+ {
+ "$id": "1585",
+ "kind": "model",
+ "name": "VirtualMachineScaleSetListResult",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetListResult",
+ "usage": "Output,Json",
+ "doc": "The response of a VirtualMachineScaleSet list operation.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1586",
+ "kind": "property",
+ "name": "value",
+ "serializedName": "value",
+ "doc": "The VirtualMachineScaleSet items on this page",
+ "type": {
+ "$id": "1587",
+ "kind": "array",
+ "name": "ArrayVirtualMachineScaleSet",
+ "valueType": {
+ "$id": "1588",
+ "kind": "model",
+ "name": "ComputeFleetVmss",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSet",
+ "usage": "Output,Json",
+ "doc": "An AzureFleet's virtualMachineScaleSet",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1589",
+ "kind": "property",
+ "name": "id",
+ "serializedName": "id",
+ "doc": "The compute RP resource id of the virtualMachineScaleSet \n\"subscriptions/{subId}/resourceGroups/{rgName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmssName}\"",
+ "type": {
+ "$id": "1590",
+ "kind": "string",
+ "name": "armResourceIdentifier",
+ "crossLanguageDefinitionId": "Azure.Core.armResourceIdentifier",
+ "baseType": {
+ "$id": "1591",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "decorators": []
+ },
+ "optional": false,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSet.id",
+ "serializationOptions": {
+ "$id": "1592",
+ "json": {
+ "$id": "1593",
+ "name": "id"
+ }
+ }
+ },
+ {
+ "$id": "1594",
+ "kind": "property",
+ "name": "type",
+ "serializedName": "type",
+ "doc": "Type of the virtualMachineScaleSet",
+ "type": {
+ "$id": "1595",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSet.type",
+ "serializationOptions": {
+ "$id": "1596",
+ "json": {
+ "$id": "1597",
+ "name": "type"
+ }
+ }
+ },
+ {
+ "$id": "1598",
+ "kind": "property",
+ "name": "operationStatus",
+ "serializedName": "operationStatus",
+ "doc": "This represents the operationStatus of the VMSS in response to the last operation that was performed on it by Azure Fleet resource.",
+ "type": {
+ "$ref": "2"
+ },
+ "optional": false,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSet.operationStatus",
+ "serializationOptions": {
+ "$id": "1599",
+ "json": {
+ "$id": "1600",
+ "name": "operationStatus"
+ }
+ }
+ },
+ {
+ "$id": "1601",
+ "kind": "property",
+ "name": "error",
+ "serializedName": "error",
+ "doc": "Error Information when `operationStatus` is `Failed`",
+ "type": {
+ "$id": "1602",
+ "kind": "model",
+ "name": "ComputeFleetApiError",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ApiError",
+ "usage": "Output,Json",
+ "doc": "ApiError for Fleet",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1603",
+ "kind": "property",
+ "name": "code",
+ "serializedName": "code",
+ "doc": "The error code.",
+ "type": {
+ "$id": "1604",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ApiError.code",
+ "serializationOptions": {
+ "$id": "1605",
+ "json": {
+ "$id": "1606",
+ "name": "code"
+ }
+ }
+ },
+ {
+ "$id": "1607",
+ "kind": "property",
+ "name": "target",
+ "serializedName": "target",
+ "doc": "The target of the particular error.",
+ "type": {
+ "$id": "1608",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ApiError.target",
+ "serializationOptions": {
+ "$id": "1609",
+ "json": {
+ "$id": "1610",
+ "name": "target"
+ }
+ }
+ },
+ {
+ "$id": "1611",
+ "kind": "property",
+ "name": "message",
+ "serializedName": "message",
+ "doc": "The error message.",
+ "type": {
+ "$id": "1612",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ApiError.message",
+ "serializationOptions": {
+ "$id": "1613",
+ "json": {
+ "$id": "1614",
+ "name": "message"
+ }
+ }
+ },
+ {
+ "$id": "1615",
+ "kind": "property",
+ "name": "details",
+ "serializedName": "details",
+ "doc": "The API error details",
+ "type": {
+ "$id": "1616",
+ "kind": "array",
+ "name": "ArrayApiErrorBase",
+ "valueType": {
+ "$id": "1617",
+ "kind": "model",
+ "name": "ComputeFleetApiErrorInfo",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ApiErrorBase",
+ "usage": "Output,Json",
+ "doc": "API error base.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1618",
+ "kind": "property",
+ "name": "code",
+ "serializedName": "code",
+ "doc": "The error code.",
+ "type": {
+ "$id": "1619",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ApiErrorBase.code",
+ "serializationOptions": {
+ "$id": "1620",
+ "json": {
+ "$id": "1621",
+ "name": "code"
+ }
+ }
+ },
+ {
+ "$id": "1622",
+ "kind": "property",
+ "name": "target",
+ "serializedName": "target",
+ "doc": "The target of the particular error.",
+ "type": {
+ "$id": "1623",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ApiErrorBase.target",
+ "serializationOptions": {
+ "$id": "1624",
+ "json": {
+ "$id": "1625",
+ "name": "target"
+ }
+ }
+ },
+ {
+ "$id": "1626",
+ "kind": "property",
+ "name": "message",
+ "serializedName": "message",
+ "doc": "The error message.",
+ "type": {
+ "$id": "1627",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ApiErrorBase.message",
+ "serializationOptions": {
+ "$id": "1628",
+ "json": {
+ "$id": "1629",
+ "name": "message"
+ }
+ }
+ }
+ ]
+ },
+ "crossLanguageDefinitionId": "TypeSpec.Array",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ApiError.details",
+ "serializationOptions": {
+ "$id": "1630",
+ "json": {
+ "$id": "1631",
+ "name": "details"
+ }
+ }
+ },
+ {
+ "$id": "1632",
+ "kind": "property",
+ "name": "innererror",
+ "serializedName": "innererror",
+ "doc": "The API inner error",
+ "type": {
+ "$id": "1633",
+ "kind": "model",
+ "name": "ComputeFleetInnerError",
+ "namespace": "Microsoft.AzureFleet",
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.InnerError",
+ "usage": "Output,Json",
+ "doc": "Inner error details.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1634",
+ "kind": "property",
+ "name": "exceptionType",
+ "serializedName": "exceptionType",
+ "doc": "The exception type.",
+ "type": {
+ "$id": "1635",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.InnerError.exceptionType",
+ "serializationOptions": {
+ "$id": "1636",
+ "json": {
+ "$id": "1637",
+ "name": "exceptionType"
+ }
+ }
+ },
+ {
+ "$id": "1638",
+ "kind": "property",
+ "name": "errorDetail",
+ "serializedName": "errorDetail",
+ "doc": "The internal error message or exception dump.",
+ "type": {
+ "$id": "1639",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.InnerError.errorDetail",
+ "serializationOptions": {
+ "$id": "1640",
+ "json": {
+ "$id": "1641",
+ "name": "errorDetail"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.ApiError.innererror",
+ "serializationOptions": {
+ "$id": "1642",
+ "json": {
+ "$id": "1643",
+ "name": "innererror"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSet.error",
+ "serializationOptions": {
+ "$id": "1644",
+ "json": {
+ "$id": "1645",
+ "name": "error"
+ }
+ }
+ }
+ ]
+ },
+ "crossLanguageDefinitionId": "TypeSpec.Array",
+ "decorators": []
+ },
+ "optional": false,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetListResult.value",
+ "serializationOptions": {
+ "$id": "1646",
+ "json": {
+ "$id": "1647",
+ "name": "value"
+ }
+ }
+ },
+ {
+ "$id": "1648",
+ "kind": "property",
+ "name": "nextLink",
+ "serializedName": "nextLink",
+ "doc": "The link to the next page of items",
+ "type": {
+ "$id": "1649",
+ "kind": "url",
+ "name": "url",
+ "crossLanguageDefinitionId": "TypeSpec.url",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.VirtualMachineScaleSetListResult.nextLink",
+ "serializationOptions": {
+ "$id": "1650",
+ "json": {
+ "$id": "1651",
+ "name": "nextLink"
+ }
+ }
+ }
+ ]
+ },
+ {
+ "$ref": "1588"
+ },
+ {
+ "$ref": "1602"
+ },
+ {
+ "$ref": "1617"
+ },
+ {
+ "$ref": "1633"
+ },
+ {
+ "$id": "1652",
+ "kind": "model",
+ "name": "OperationListResult",
+ "namespace": "Azure.ResourceManager.CommonTypes",
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.OperationListResult",
+ "usage": "Output,Json",
+ "doc": "A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1653",
+ "kind": "property",
+ "name": "value",
+ "serializedName": "value",
+ "doc": "The Operation items on this page",
+ "type": {
+ "$id": "1654",
+ "kind": "array",
+ "name": "ArrayOperation",
+ "valueType": {
+ "$id": "1655",
+ "kind": "model",
+ "name": "Operation",
+ "namespace": "Azure.ResourceManager.CommonTypes",
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.Operation",
+ "usage": "Output,Json",
+ "doc": "Details of a REST API operation, returned from the Resource Provider Operations API",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1656",
+ "kind": "property",
+ "name": "name",
+ "serializedName": "name",
+ "doc": "The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\"",
+ "type": {
+ "$id": "1657",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.Operation.name",
+ "serializationOptions": {
+ "$id": "1658",
+ "json": {
+ "$id": "1659",
+ "name": "name"
+ }
+ }
+ },
+ {
+ "$id": "1660",
+ "kind": "property",
+ "name": "isDataAction",
+ "serializedName": "isDataAction",
+ "doc": "Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for Azure Resource Manager/control-plane operations.",
+ "type": {
+ "$id": "1661",
+ "kind": "boolean",
+ "name": "boolean",
+ "crossLanguageDefinitionId": "TypeSpec.boolean",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.Operation.isDataAction",
+ "serializationOptions": {
+ "$id": "1662",
+ "json": {
+ "$id": "1663",
+ "name": "isDataAction"
+ }
+ }
+ },
+ {
+ "$id": "1664",
+ "kind": "property",
+ "name": "display",
+ "serializedName": "display",
+ "doc": "Localized display information for this particular operation.",
+ "type": {
+ "$id": "1665",
+ "kind": "model",
+ "name": "OperationDisplay",
+ "namespace": "Azure.ResourceManager.CommonTypes",
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.OperationDisplay",
+ "usage": "Output,Json",
+ "doc": "Localized display information for and operation.",
+ "decorators": [],
+ "properties": [
+ {
+ "$id": "1666",
+ "kind": "property",
+ "name": "provider",
+ "serializedName": "provider",
+ "doc": "The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\".",
+ "type": {
+ "$id": "1667",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.OperationDisplay.provider",
+ "serializationOptions": {
+ "$id": "1668",
+ "json": {
+ "$id": "1669",
+ "name": "provider"
+ }
+ }
+ },
+ {
+ "$id": "1670",
+ "kind": "property",
+ "name": "resource",
+ "serializedName": "resource",
+ "doc": "The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\".",
+ "type": {
+ "$id": "1671",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.OperationDisplay.resource",
+ "serializationOptions": {
+ "$id": "1672",
+ "json": {
+ "$id": "1673",
+ "name": "resource"
+ }
+ }
+ },
+ {
+ "$id": "1674",
+ "kind": "property",
+ "name": "operation",
+ "serializedName": "operation",
+ "doc": "The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\".",
+ "type": {
+ "$id": "1675",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.OperationDisplay.operation",
+ "serializationOptions": {
+ "$id": "1676",
+ "json": {
+ "$id": "1677",
+ "name": "operation"
+ }
+ }
+ },
+ {
+ "$id": "1678",
+ "kind": "property",
+ "name": "description",
+ "serializedName": "description",
+ "doc": "The short, localized friendly description of the operation; suitable for tool tips and detailed views.",
+ "type": {
+ "$id": "1679",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.OperationDisplay.description",
+ "serializationOptions": {
+ "$id": "1680",
+ "json": {
+ "$id": "1681",
+ "name": "description"
+ }
+ }
+ }
+ ]
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.Operation.display",
+ "serializationOptions": {
+ "$id": "1682",
+ "json": {
+ "$id": "1683",
+ "name": "display"
+ }
+ }
+ },
+ {
+ "$id": "1684",
+ "kind": "property",
+ "name": "origin",
+ "serializedName": "origin",
+ "doc": "The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\"",
+ "type": {
+ "$ref": "334"
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.Operation.origin",
+ "serializationOptions": {
+ "$id": "1685",
+ "json": {
+ "$id": "1686",
+ "name": "origin"
+ }
+ }
+ },
+ {
+ "$id": "1687",
+ "kind": "property",
+ "name": "actionType",
+ "serializedName": "actionType",
+ "doc": "Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.",
+ "type": {
+ "$ref": "342"
+ },
+ "optional": true,
+ "readOnly": true,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.Operation.actionType",
+ "serializationOptions": {
+ "$id": "1688",
+ "json": {
+ "$id": "1689",
+ "name": "actionType"
+ }
+ }
+ }
+ ]
+ },
+ "crossLanguageDefinitionId": "TypeSpec.Array",
+ "decorators": []
+ },
+ "optional": false,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.OperationListResult.value",
+ "serializationOptions": {
+ "$id": "1690",
+ "json": {
+ "$id": "1691",
+ "name": "value"
+ }
+ }
+ },
+ {
+ "$id": "1692",
+ "kind": "property",
+ "name": "nextLink",
+ "serializedName": "nextLink",
+ "doc": "The link to the next page of items",
+ "type": {
+ "$id": "1693",
+ "kind": "url",
+ "name": "ResourceLocation",
+ "crossLanguageDefinitionId": "TypeSpec.Rest.ResourceLocation",
+ "baseType": {
+ "$id": "1694",
+ "kind": "url",
+ "name": "url",
+ "crossLanguageDefinitionId": "TypeSpec.url",
+ "decorators": []
+ },
+ "decorators": []
+ },
+ "optional": true,
+ "readOnly": false,
+ "discriminator": false,
+ "flatten": false,
+ "decorators": [],
+ "crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.OperationListResult.nextLink",
+ "serializationOptions": {
+ "$id": "1695",
+ "json": {
+ "$id": "1696",
+ "name": "nextLink"
+ }
+ }
+ }
+ ]
+ },
+ {
+ "$ref": "1655"
+ },
+ {
+ "$ref": "1665"
+ }
+ ],
+ "clients": [
+ {
+ "$id": "1697",
+ "name": "AzureFleetClient",
+ "namespace": "Microsoft.AzureFleet",
+ "operations": [],
+ "parameters": [
+ {
+ "$id": "1698",
+ "name": "endpoint",
+ "nameInRequest": "endpoint",
+ "doc": "Service host",
+ "type": {
+ "$id": "1699",
+ "kind": "url",
+ "name": "url",
+ "crossLanguageDefinitionId": "TypeSpec.url"
+ },
+ "location": "Uri",
+ "isApiVersion": false,
+ "isContentType": false,
+ "isRequired": true,
+ "isEndpoint": true,
+ "skipUrlEncoding": false,
+ "explode": false,
+ "kind": "Client",
+ "defaultValue": {
+ "$id": "1700",
+ "type": {
+ "$id": "1701",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string"
+ },
+ "value": "https://management.azure.com"
+ }
+ }
+ ],
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet"
+ },
+ {
+ "$id": "1702",
+ "name": "Operations",
+ "namespace": "Microsoft.AzureFleet",
+ "operations": [
+ {
+ "$id": "1703",
+ "name": "list",
+ "resourceName": "Operations",
+ "doc": "List the operations for the provider",
+ "accessibility": "internal",
+ "parameters": [
+ {
+ "$id": "1704",
+ "name": "apiVersion",
+ "nameInRequest": "api-version",
+ "doc": "The API version to use for this operation.",
+ "type": {
+ "$id": "1705",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "location": "Query",
+ "isApiVersion": true,
+ "isContentType": false,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Client",
+ "defaultValue": {
+ "$id": "1706",
+ "type": {
+ "$id": "1707",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string"
+ },
+ "value": "2024-11-01"
+ },
+ "decorators": [],
+ "skipUrlEncoding": false
+ },
+ {
+ "$id": "1708",
+ "name": "accept",
+ "nameInRequest": "Accept",
+ "type": {
+ "$id": "1709",
+ "kind": "constant",
+ "valueType": {
+ "$id": "1710",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "value": "application/json",
+ "decorators": []
+ },
+ "location": "Header",
+ "isApiVersion": false,
+ "isContentType": false,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Constant",
+ "decorators": [],
+ "skipUrlEncoding": false
+ }
+ ],
+ "responses": [
+ {
+ "$id": "1711",
+ "statusCodes": [
+ 200
+ ],
+ "bodyType": {
+ "$ref": "1652"
+ },
+ "headers": [],
+ "isErrorResponse": false,
+ "contentTypes": [
+ "application/json"
+ ]
+ }
+ ],
+ "httpMethod": "GET",
+ "uri": "{endpoint}",
+ "path": "/providers/Microsoft.AzureFleet/operations",
+ "bufferResponse": true,
+ "paging": {
+ "$id": "1712",
+ "itemPropertySegments": [
+ "value"
+ ],
+ "nextLink": {
+ "$id": "1713",
+ "responseSegments": [
+ "nextLink"
+ ],
+ "responseLocation": "Body"
+ }
+ },
+ "generateProtocolMethod": true,
+ "generateConvenienceMethod": true,
+ "crossLanguageDefinitionId": "Azure.ResourceManager.Operations.list",
+ "decorators": [],
+ "examples": [
+ {
+ "$id": "1714",
+ "kind": "http",
+ "name": "Operations_List",
+ "description": "Operations_List",
+ "filePath": "2024-11-01/Operations_List.json",
+ "parameters": [
+ {
+ "$id": "1715",
+ "parameter": {
+ "$ref": "1704"
+ },
+ "value": {
+ "$id": "1716",
+ "kind": "string",
+ "type": {
+ "$ref": "1705"
+ },
+ "value": "2024-11-01"
+ }
+ }
+ ],
+ "responses": [
+ {
+ "$id": "1717",
+ "response": {
+ "$ref": "1711"
+ },
+ "statusCode": 200,
+ "bodyValue": {
+ "$id": "1718",
+ "kind": "model",
+ "type": {
+ "$ref": "1652"
+ },
+ "value": {
+ "$id": "1719",
+ "value": {
+ "$id": "1720",
+ "kind": "array",
+ "type": {
+ "$ref": "1654"
+ },
+ "value": [
+ {
+ "$id": "1721",
+ "kind": "model",
+ "type": {
+ "$ref": "1655"
+ },
+ "value": {
+ "$id": "1722",
+ "origin": {
+ "$id": "1723",
+ "kind": "string",
+ "type": {
+ "$ref": "334"
+ },
+ "value": "user,system"
+ },
+ "name": {
+ "$id": "1724",
+ "kind": "string",
+ "type": {
+ "$ref": "1657"
+ },
+ "value": "Microsoft.AzureFleet/fleets/read"
+ },
+ "isDataAction": {
+ "$id": "1725",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1661"
+ },
+ "value": false
+ },
+ "display": {
+ "$id": "1726",
+ "kind": "model",
+ "type": {
+ "$ref": "1665"
+ },
+ "value": {
+ "$id": "1727",
+ "provider": {
+ "$id": "1728",
+ "kind": "string",
+ "type": {
+ "$ref": "1667"
+ },
+ "value": "Microsoft Azure Fleet"
+ },
+ "resource": {
+ "$id": "1729",
+ "kind": "string",
+ "type": {
+ "$ref": "1671"
+ },
+ "value": "Fleets"
+ },
+ "operation": {
+ "$id": "1730",
+ "kind": "string",
+ "type": {
+ "$ref": "1675"
+ },
+ "value": "Get Azure Fleet"
+ },
+ "description": {
+ "$id": "1731",
+ "kind": "string",
+ "type": {
+ "$ref": "1679"
+ },
+ "value": "Get properties of Azure Fleet resource"
+ }
+ }
+ }
+ }
+ },
+ {
+ "$id": "1732",
+ "kind": "model",
+ "type": {
+ "$ref": "1655"
+ },
+ "value": {
+ "$id": "1733",
+ "origin": {
+ "$id": "1734",
+ "kind": "string",
+ "type": {
+ "$ref": "334"
+ },
+ "value": "user,system"
+ },
+ "name": {
+ "$id": "1735",
+ "kind": "string",
+ "type": {
+ "$ref": "1657"
+ },
+ "value": "Microsoft.AzureFleet/fleets/write"
+ },
+ "isDataAction": {
+ "$id": "1736",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1661"
+ },
+ "value": false
+ },
+ "display": {
+ "$id": "1737",
+ "kind": "model",
+ "type": {
+ "$ref": "1665"
+ },
+ "value": {
+ "$id": "1738",
+ "provider": {
+ "$id": "1739",
+ "kind": "string",
+ "type": {
+ "$ref": "1667"
+ },
+ "value": "Microsoft Azure Fleet"
+ },
+ "resource": {
+ "$id": "1740",
+ "kind": "string",
+ "type": {
+ "$ref": "1671"
+ },
+ "value": "Fleets"
+ },
+ "operation": {
+ "$id": "1741",
+ "kind": "string",
+ "type": {
+ "$ref": "1675"
+ },
+ "value": "Create or Update Azure Fleet"
+ },
+ "description": {
+ "$id": "1742",
+ "kind": "string",
+ "type": {
+ "$ref": "1679"
+ },
+ "value": "Creates a new Azure Fleet resource or updates an existing one"
+ }
+ }
+ }
+ }
+ },
+ {
+ "$id": "1743",
+ "kind": "model",
+ "type": {
+ "$ref": "1655"
+ },
+ "value": {
+ "$id": "1744",
+ "origin": {
+ "$id": "1745",
+ "kind": "string",
+ "type": {
+ "$ref": "334"
+ },
+ "value": "user,system"
+ },
+ "name": {
+ "$id": "1746",
+ "kind": "string",
+ "type": {
+ "$ref": "1657"
+ },
+ "value": "Microsoft.AzureFleet/fleets/delete"
+ },
+ "isDataAction": {
+ "$id": "1747",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1661"
+ },
+ "value": false
+ },
+ "display": {
+ "$id": "1748",
+ "kind": "model",
+ "type": {
+ "$ref": "1665"
+ },
+ "value": {
+ "$id": "1749",
+ "provider": {
+ "$id": "1750",
+ "kind": "string",
+ "type": {
+ "$ref": "1667"
+ },
+ "value": "Microsoft Azure Fleet"
+ },
+ "resource": {
+ "$id": "1751",
+ "kind": "string",
+ "type": {
+ "$ref": "1671"
+ },
+ "value": "Fleets"
+ },
+ "operation": {
+ "$id": "1752",
+ "kind": "string",
+ "type": {
+ "$ref": "1675"
+ },
+ "value": "Delete Virtual Machine and Virtual Machine scale sets in a Azure Fleet resource"
+ },
+ "description": {
+ "$id": "1753",
+ "kind": "string",
+ "type": {
+ "$ref": "1679"
+ },
+ "value": "Deletes all compute resources of Azure Fleet resource"
+ }
+ }
+ }
+ }
+ },
+ {
+ "$id": "1754",
+ "kind": "model",
+ "type": {
+ "$ref": "1655"
+ },
+ "value": {
+ "$id": "1755",
+ "origin": {
+ "$id": "1756",
+ "kind": "string",
+ "type": {
+ "$ref": "334"
+ },
+ "value": "user,system"
+ },
+ "name": {
+ "$id": "1757",
+ "kind": "string",
+ "type": {
+ "$ref": "1657"
+ },
+ "value": "Microsoft.AzureFleet/register/action"
+ },
+ "isDataAction": {
+ "$id": "1758",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1661"
+ },
+ "value": false
+ },
+ "display": {
+ "$id": "1759",
+ "kind": "model",
+ "type": {
+ "$ref": "1665"
+ },
+ "value": {
+ "$id": "1760",
+ "provider": {
+ "$id": "1761",
+ "kind": "string",
+ "type": {
+ "$ref": "1667"
+ },
+ "value": "Microsoft Azure Fleet"
+ },
+ "resource": {
+ "$id": "1762",
+ "kind": "string",
+ "type": {
+ "$ref": "1671"
+ },
+ "value": "Subscription"
+ },
+ "operation": {
+ "$id": "1763",
+ "kind": "string",
+ "type": {
+ "$ref": "1675"
+ },
+ "value": "Register subscription for Microsoft.AzureFleet"
+ },
+ "description": {
+ "$id": "1764",
+ "kind": "string",
+ "type": {
+ "$ref": "1679"
+ },
+ "value": "Registers Subscription with Microsoft.AzureFleet resource provider"
+ }
+ }
+ }
+ }
+ },
+ {
+ "$id": "1765",
+ "kind": "model",
+ "type": {
+ "$ref": "1655"
+ },
+ "value": {
+ "$id": "1766",
+ "origin": {
+ "$id": "1767",
+ "kind": "string",
+ "type": {
+ "$ref": "334"
+ },
+ "value": "user,system"
+ },
+ "name": {
+ "$id": "1768",
+ "kind": "string",
+ "type": {
+ "$ref": "1657"
+ },
+ "value": "Microsoft.AzureFleet/unregister/action"
+ },
+ "isDataAction": {
+ "$id": "1769",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1661"
+ },
+ "value": false
+ },
+ "display": {
+ "$id": "1770",
+ "kind": "model",
+ "type": {
+ "$ref": "1665"
+ },
+ "value": {
+ "$id": "1771",
+ "provider": {
+ "$id": "1772",
+ "kind": "string",
+ "type": {
+ "$ref": "1667"
+ },
+ "value": "Microsoft Azure Fleet"
+ },
+ "resource": {
+ "$id": "1773",
+ "kind": "string",
+ "type": {
+ "$ref": "1671"
+ },
+ "value": "Subscription"
+ },
+ "operation": {
+ "$id": "1774",
+ "kind": "string",
+ "type": {
+ "$ref": "1675"
+ },
+ "value": "Unregister Subscription for Microsoft.AzureFleet"
+ },
+ "description": {
+ "$id": "1775",
+ "kind": "string",
+ "type": {
+ "$ref": "1679"
+ },
+ "value": "Unregisters Subscription with Microsoft.AzureFleet resource provider"
+ }
+ }
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "parent": "AzureFleetClient",
+ "parameters": [
+ {
+ "$id": "1776",
+ "name": "endpoint",
+ "nameInRequest": "endpoint",
+ "doc": "Service host",
+ "type": {
+ "$id": "1777",
+ "kind": "url",
+ "name": "url",
+ "crossLanguageDefinitionId": "TypeSpec.url"
+ },
+ "location": "Uri",
+ "isApiVersion": false,
+ "isContentType": false,
+ "isRequired": true,
+ "isEndpoint": true,
+ "skipUrlEncoding": false,
+ "explode": false,
+ "kind": "Client",
+ "defaultValue": {
+ "$id": "1778",
+ "type": {
+ "$id": "1779",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string"
+ },
+ "value": "https://management.azure.com"
+ }
+ }
+ ],
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.Operations"
+ },
+ {
+ "$id": "1780",
+ "name": "Fleets",
+ "namespace": "Microsoft.AzureFleet",
+ "operations": [
+ {
+ "$id": "1781",
+ "name": "get",
+ "resourceName": "Fleet",
+ "doc": "Get a Fleet",
+ "accessibility": "public",
+ "parameters": [
+ {
+ "$id": "1782",
+ "name": "apiVersion",
+ "nameInRequest": "api-version",
+ "doc": "The API version to use for this operation.",
+ "type": {
+ "$id": "1783",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "location": "Query",
+ "isApiVersion": true,
+ "isContentType": false,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Client",
+ "defaultValue": {
+ "$id": "1784",
+ "type": {
+ "$id": "1785",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string"
+ },
+ "value": "2024-11-01"
+ },
+ "decorators": [],
+ "skipUrlEncoding": false
+ },
+ {
+ "$id": "1786",
+ "name": "subscriptionId",
+ "nameInRequest": "subscriptionId",
+ "doc": "The ID of the target subscription. The value must be an UUID.",
+ "type": {
+ "$id": "1787",
+ "kind": "string",
+ "name": "uuid",
+ "crossLanguageDefinitionId": "Azure.Core.uuid",
+ "baseType": {
+ "$id": "1788",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "decorators": []
+ },
+ "location": "Path",
+ "isApiVersion": false,
+ "isContentType": false,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Client",
+ "decorators": [],
+ "skipUrlEncoding": false
+ },
+ {
+ "$id": "1789",
+ "name": "resourceGroupName",
+ "nameInRequest": "resourceGroupName",
+ "doc": "The name of the resource group. The name is case insensitive.",
+ "type": {
+ "$id": "1790",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "location": "Path",
+ "isApiVersion": false,
+ "isContentType": false,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Method",
+ "decorators": [],
+ "skipUrlEncoding": false
+ },
+ {
+ "$id": "1791",
+ "name": "fleetName",
+ "nameInRequest": "fleetName",
+ "doc": "The name of the Compute Fleet",
+ "type": {
+ "$id": "1792",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "location": "Path",
+ "isApiVersion": false,
+ "isContentType": false,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Method",
+ "decorators": [],
+ "skipUrlEncoding": false
+ },
+ {
+ "$id": "1793",
+ "name": "accept",
+ "nameInRequest": "Accept",
+ "type": {
+ "$id": "1794",
+ "kind": "constant",
+ "valueType": {
+ "$id": "1795",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "value": "application/json",
+ "decorators": []
+ },
+ "location": "Header",
+ "isApiVersion": false,
+ "isContentType": false,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Constant",
+ "decorators": [],
+ "skipUrlEncoding": false
+ }
+ ],
+ "responses": [
+ {
+ "$id": "1796",
+ "statusCodes": [
+ 200
+ ],
+ "bodyType": {
+ "$ref": "350"
+ },
+ "headers": [],
+ "isErrorResponse": false,
+ "contentTypes": [
+ "application/json"
+ ]
+ }
+ ],
+ "httpMethod": "GET",
+ "uri": "{endpoint}",
+ "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureFleet/fleets/{fleetName}",
+ "bufferResponse": true,
+ "generateProtocolMethod": true,
+ "generateConvenienceMethod": true,
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.Fleets.get",
+ "decorators": [],
+ "examples": [
+ {
+ "$id": "1797",
+ "kind": "http",
+ "name": "Fleets_Get",
+ "description": "Fleets_Get",
+ "filePath": "2024-11-01/Fleets_Get.json",
+ "parameters": [
+ {
+ "$id": "1798",
+ "parameter": {
+ "$ref": "1782"
+ },
+ "value": {
+ "$id": "1799",
+ "kind": "string",
+ "type": {
+ "$ref": "1783"
+ },
+ "value": "2024-11-01"
+ }
+ },
+ {
+ "$id": "1800",
+ "parameter": {
+ "$ref": "1786"
+ },
+ "value": {
+ "$id": "1801",
+ "kind": "string",
+ "type": {
+ "$ref": "1787"
+ },
+ "value": "1DC2F28C-A625-4B0E-9748-9885A3C9E9EB"
+ }
+ },
+ {
+ "$id": "1802",
+ "parameter": {
+ "$ref": "1789"
+ },
+ "value": {
+ "$id": "1803",
+ "kind": "string",
+ "type": {
+ "$ref": "1790"
+ },
+ "value": "rgazurefleet"
+ }
+ },
+ {
+ "$id": "1804",
+ "parameter": {
+ "$ref": "1791"
+ },
+ "value": {
+ "$id": "1805",
+ "kind": "string",
+ "type": {
+ "$ref": "1792"
+ },
+ "value": "testFleet"
+ }
+ }
+ ],
+ "responses": [
+ {
+ "$id": "1806",
+ "response": {
+ "$ref": "1796"
+ },
+ "statusCode": 200,
+ "bodyValue": {
+ "$id": "1807",
+ "kind": "model",
+ "type": {
+ "$ref": "350"
+ },
+ "value": {
+ "$id": "1808",
+ "properties": {
+ "$id": "1809",
+ "kind": "model",
+ "type": {
+ "$ref": "406"
+ },
+ "value": {
+ "$id": "1810",
+ "provisioningState": {
+ "$id": "1811",
+ "kind": "string",
+ "type": {
+ "$ref": "2"
+ },
+ "value": "Creating"
+ },
+ "spotPriorityProfile": {
+ "$id": "1812",
+ "kind": "model",
+ "type": {
+ "$ref": "411"
+ },
+ "value": {
+ "$id": "1813",
+ "capacity": {
+ "$id": "1814",
+ "kind": "number",
+ "type": {
+ "$ref": "413"
+ },
+ "value": 20
+ },
+ "minCapacity": {
+ "$id": "1815",
+ "kind": "number",
+ "type": {
+ "$ref": "417"
+ },
+ "value": 10
+ },
+ "maxPricePerVM": {
+ "$id": "1816",
+ "kind": "number",
+ "type": {
+ "$ref": "421"
+ },
+ "value": 0.00865
+ },
+ "evictionPolicy": {
+ "$id": "1817",
+ "kind": "string",
+ "type": {
+ "$ref": "18"
+ },
+ "value": "Delete"
+ },
+ "allocationStrategy": {
+ "$id": "1818",
+ "kind": "string",
+ "type": {
+ "$ref": "24"
+ },
+ "value": "PriceCapacityOptimized"
+ },
+ "maintain": {
+ "$id": "1819",
+ "kind": "boolean",
+ "type": {
+ "$ref": "431"
+ },
+ "value": true
+ }
+ }
+ },
+ "regularPriorityProfile": {
+ "$id": "1820",
+ "kind": "model",
+ "type": {
+ "$ref": "437"
+ },
+ "value": {
+ "$id": "1821",
+ "capacity": {
+ "$id": "1822",
+ "kind": "number",
+ "type": {
+ "$ref": "439"
+ },
+ "value": 20
+ },
+ "minCapacity": {
+ "$id": "1823",
+ "kind": "number",
+ "type": {
+ "$ref": "443"
+ },
+ "value": 10
+ },
+ "allocationStrategy": {
+ "$id": "1824",
+ "kind": "string",
+ "type": {
+ "$ref": "32"
+ },
+ "value": "LowestPrice"
+ }
+ }
+ },
+ "vmSizesProfile": {
+ "$id": "1825",
+ "kind": "array",
+ "type": {
+ "$ref": "452"
+ },
+ "value": [
+ {
+ "$id": "1826",
+ "kind": "model",
+ "type": {
+ "$ref": "453"
+ },
+ "value": {
+ "$id": "1827",
+ "name": {
+ "$id": "1828",
+ "kind": "string",
+ "type": {
+ "$ref": "455"
+ },
+ "value": "Standard_d1_v2"
+ },
+ "rank": {
+ "$id": "1829",
+ "kind": "number",
+ "type": {
+ "$ref": "459"
+ },
+ "value": 19225
+ }
+ }
+ }
+ ]
+ },
+ "computeProfile": {
+ "$id": "1830",
+ "kind": "model",
+ "type": {
+ "$ref": "1370"
+ },
+ "value": {
+ "$id": "1831",
+ "baseVirtualMachineProfile": {
+ "$id": "1832",
+ "kind": "model",
+ "type": {
+ "$ref": "565"
+ },
+ "value": {
+ "$id": "1833",
+ "osProfile": {
+ "$id": "1834",
+ "kind": "model",
+ "type": {
+ "$ref": "567"
+ },
+ "value": {
+ "$id": "1835",
+ "computerNamePrefix": {
+ "$id": "1836",
+ "kind": "string",
+ "type": {
+ "$ref": "569"
+ },
+ "value": "o"
+ },
+ "adminUsername": {
+ "$id": "1837",
+ "kind": "string",
+ "type": {
+ "$ref": "573"
+ },
+ "value": "nrgzqciiaaxjrqldbmjbqkyhntp"
+ },
+ "windowsConfiguration": {
+ "$id": "1838",
+ "kind": "model",
+ "type": {
+ "$ref": "585"
+ },
+ "value": {
+ "$id": "1839",
+ "provisionVMAgent": {
+ "$id": "1840",
+ "kind": "boolean",
+ "type": {
+ "$ref": "587"
+ },
+ "value": true
+ },
+ "enableAutomaticUpdates": {
+ "$id": "1841",
+ "kind": "boolean",
+ "type": {
+ "$ref": "591"
+ },
+ "value": true
+ },
+ "timeZone": {
+ "$id": "1842",
+ "kind": "string",
+ "type": {
+ "$ref": "595"
+ },
+ "value": "hlyjiqcfksgrpjrct"
+ },
+ "additionalUnattendContent": {
+ "$id": "1843",
+ "kind": "array",
+ "type": {
+ "$ref": "599"
+ },
+ "value": [
+ {
+ "$id": "1844",
+ "kind": "model",
+ "type": {
+ "$ref": "600"
+ },
+ "value": {
+ "$id": "1845",
+ "passName": {
+ "$id": "1846",
+ "kind": "string",
+ "type": {
+ "$ref": "602"
+ },
+ "value": "OobeSystem"
+ },
+ "componentName": {
+ "$id": "1847",
+ "kind": "string",
+ "type": {
+ "$ref": "606"
+ },
+ "value": "Microsoft-Windows-Shell-Setup"
+ },
+ "settingName": {
+ "$id": "1848",
+ "kind": "string",
+ "type": {
+ "$ref": "104"
+ },
+ "value": "AutoLogon"
+ }
+ }
+ }
+ ]
+ },
+ "patchSettings": {
+ "$id": "1849",
+ "kind": "model",
+ "type": {
+ "$ref": "619"
+ },
+ "value": {
+ "$id": "1850",
+ "patchMode": {
+ "$id": "1851",
+ "kind": "string",
+ "type": {
+ "$ref": "110"
+ },
+ "value": "Manual"
+ },
+ "enableHotpatching": {
+ "$id": "1852",
+ "kind": "boolean",
+ "type": {
+ "$ref": "624"
+ },
+ "value": true
+ },
+ "assessmentMode": {
+ "$id": "1853",
+ "kind": "string",
+ "type": {
+ "$ref": "118"
+ },
+ "value": "ImageDefault"
+ },
+ "automaticByPlatformSettings": {
+ "$id": "1854",
+ "kind": "model",
+ "type": {
+ "$ref": "631"
+ },
+ "value": {
+ "$id": "1855",
+ "rebootSetting": {
+ "$id": "1856",
+ "kind": "string",
+ "type": {
+ "$ref": "124"
+ },
+ "value": "Unknown"
+ },
+ "bypassPlatformSafetyChecksOnUserSchedule": {
+ "$id": "1857",
+ "kind": "boolean",
+ "type": {
+ "$ref": "636"
+ },
+ "value": true
+ }
+ }
+ }
+ }
+ },
+ "winRM": {
+ "$id": "1858",
+ "kind": "model",
+ "type": {
+ "$ref": "644"
+ },
+ "value": {
+ "$id": "1859",
+ "listeners": {
+ "$id": "1860",
+ "kind": "array",
+ "type": {
+ "$ref": "646"
+ },
+ "value": [
+ {
+ "$id": "1861",
+ "kind": "model",
+ "type": {
+ "$ref": "647"
+ },
+ "value": {
+ "$id": "1862",
+ "protocol": {
+ "$id": "1863",
+ "kind": "string",
+ "type": {
+ "$ref": "134"
+ },
+ "value": "Http"
+ },
+ "certificateUrl": {
+ "$id": "1864",
+ "kind": "string",
+ "type": {
+ "$ref": "652"
+ },
+ "value": "https://myVaultName.vault.azure.net/secrets/myCertName"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ "enableVMAgentPlatformUpdates": {
+ "$id": "1865",
+ "kind": "boolean",
+ "type": {
+ "$ref": "660"
+ },
+ "value": true
+ }
+ }
+ },
+ "linuxConfiguration": {
+ "$id": "1866",
+ "kind": "model",
+ "type": {
+ "$ref": "666"
+ },
+ "value": {
+ "$id": "1867",
+ "disablePasswordAuthentication": {
+ "$id": "1868",
+ "kind": "boolean",
+ "type": {
+ "$ref": "668"
+ },
+ "value": true
+ },
+ "ssh": {
+ "$id": "1869",
+ "kind": "model",
+ "type": {
+ "$ref": "672"
+ },
+ "value": {
+ "$id": "1870",
+ "publicKeys": {
+ "$id": "1871",
+ "kind": "array",
+ "type": {
+ "$ref": "674"
+ },
+ "value": [
+ {
+ "$id": "1872",
+ "kind": "model",
+ "type": {
+ "$ref": "675"
+ },
+ "value": {
+ "$id": "1873",
+ "path": {
+ "$id": "1874",
+ "kind": "string",
+ "type": {
+ "$ref": "677"
+ },
+ "value": "kmqz"
+ },
+ "keyData": {
+ "$id": "1875",
+ "kind": "string",
+ "type": {
+ "$ref": "681"
+ },
+ "value": "kivgsubusvpprwqaqpjcmhsv"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ "provisionVMAgent": {
+ "$id": "1876",
+ "kind": "boolean",
+ "type": {
+ "$ref": "689"
+ },
+ "value": true
+ },
+ "patchSettings": {
+ "$id": "1877",
+ "kind": "model",
+ "type": {
+ "$ref": "693"
+ },
+ "value": {
+ "$id": "1878",
+ "patchMode": {
+ "$id": "1879",
+ "kind": "string",
+ "type": {
+ "$ref": "140"
+ },
+ "value": "ImageDefault"
+ },
+ "assessmentMode": {
+ "$id": "1880",
+ "kind": "string",
+ "type": {
+ "$ref": "146"
+ },
+ "value": "ImageDefault"
+ },
+ "automaticByPlatformSettings": {
+ "$id": "1881",
+ "kind": "model",
+ "type": {
+ "$ref": "701"
+ },
+ "value": {
+ "$id": "1882",
+ "rebootSetting": {
+ "$id": "1883",
+ "kind": "string",
+ "type": {
+ "$ref": "152"
+ },
+ "value": "Unknown"
+ },
+ "bypassPlatformSafetyChecksOnUserSchedule": {
+ "$id": "1884",
+ "kind": "boolean",
+ "type": {
+ "$ref": "706"
+ },
+ "value": true
+ }
+ }
+ }
+ }
+ },
+ "enableVMAgentPlatformUpdates": {
+ "$id": "1885",
+ "kind": "boolean",
+ "type": {
+ "$ref": "714"
+ },
+ "value": true
+ }
+ }
+ },
+ "secrets": {
+ "$id": "1886",
+ "kind": "array",
+ "type": {
+ "$ref": "720"
+ },
+ "value": [
+ {
+ "$id": "1887",
+ "kind": "model",
+ "type": {
+ "$ref": "721"
+ },
+ "value": {
+ "$id": "1888",
+ "sourceVault": {
+ "$id": "1889",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "1890",
+ "id": {
+ "$id": "1891",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}"
+ }
+ }
+ },
+ "vaultCertificates": {
+ "$id": "1892",
+ "kind": "array",
+ "type": {
+ "$ref": "732"
+ },
+ "value": [
+ {
+ "$id": "1893",
+ "kind": "model",
+ "type": {
+ "$ref": "733"
+ },
+ "value": {
+ "$id": "1894",
+ "certificateUrl": {
+ "$id": "1895",
+ "kind": "string",
+ "type": {
+ "$ref": "735"
+ },
+ "value": "https://myVaultName.vault.azure.net/secrets/myCertName"
+ },
+ "certificateStore": {
+ "$id": "1896",
+ "kind": "string",
+ "type": {
+ "$ref": "739"
+ },
+ "value": "nlxrwavpzhueffxsshlun"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ },
+ "allowExtensionOperations": {
+ "$id": "1897",
+ "kind": "boolean",
+ "type": {
+ "$ref": "747"
+ },
+ "value": true
+ },
+ "requireGuestProvisionSignal": {
+ "$id": "1898",
+ "kind": "boolean",
+ "type": {
+ "$ref": "751"
+ },
+ "value": true
+ }
+ }
+ },
+ "storageProfile": {
+ "$id": "1899",
+ "kind": "model",
+ "type": {
+ "$ref": "757"
+ },
+ "value": {
+ "$id": "1900",
+ "imageReference": {
+ "$id": "1901",
+ "kind": "model",
+ "type": {
+ "$ref": "759"
+ },
+ "value": {
+ "$id": "1902",
+ "publisher": {
+ "$id": "1903",
+ "kind": "string",
+ "type": {
+ "$ref": "766"
+ },
+ "value": "mqxgwbiyjzmxavhbkd"
+ },
+ "offer": {
+ "$id": "1904",
+ "kind": "string",
+ "type": {
+ "$ref": "770"
+ },
+ "value": "isxgumkarlkomp"
+ },
+ "sku": {
+ "$id": "1905",
+ "kind": "string",
+ "type": {
+ "$ref": "774"
+ },
+ "value": "eojmppqcrnpmxirtp"
+ },
+ "version": {
+ "$id": "1906",
+ "kind": "string",
+ "type": {
+ "$ref": "778"
+ },
+ "value": "wvpcqefgtmqdgltiuz"
+ },
+ "exactVersion": {
+ "$id": "1907",
+ "kind": "string",
+ "type": {
+ "$ref": "782"
+ },
+ "value": "zjbntmiskjexlr"
+ },
+ "sharedGalleryImageId": {
+ "$id": "1908",
+ "kind": "string",
+ "type": {
+ "$ref": "786"
+ },
+ "value": "kmkgihoxwlawuuhcinfirktdwkmx"
+ },
+ "communityGalleryImageId": {
+ "$id": "1909",
+ "kind": "string",
+ "type": {
+ "$ref": "790"
+ },
+ "value": "vlqe"
+ },
+ "id": {
+ "$id": "1910",
+ "kind": "string",
+ "type": {
+ "$ref": "761"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}/versions/{versionName}"
+ }
+ }
+ },
+ "osDisk": {
+ "$id": "1911",
+ "kind": "model",
+ "type": {
+ "$ref": "796"
+ },
+ "value": {
+ "$id": "1912",
+ "name": {
+ "$id": "1913",
+ "kind": "string",
+ "type": {
+ "$ref": "798"
+ },
+ "value": "wfttw"
+ },
+ "caching": {
+ "$id": "1914",
+ "kind": "string",
+ "type": {
+ "$ref": "162"
+ },
+ "value": "None"
+ },
+ "writeAcceleratorEnabled": {
+ "$id": "1915",
+ "kind": "boolean",
+ "type": {
+ "$ref": "805"
+ },
+ "value": true
+ },
+ "createOption": {
+ "$id": "1916",
+ "kind": "string",
+ "type": {
+ "$ref": "170"
+ },
+ "value": "FromImage"
+ },
+ "diffDiskSettings": {
+ "$id": "1917",
+ "kind": "model",
+ "type": {
+ "$ref": "812"
+ },
+ "value": {
+ "$id": "1918",
+ "option": {
+ "$id": "1919",
+ "kind": "string",
+ "type": {
+ "$ref": "182"
+ },
+ "value": "Local"
+ },
+ "placement": {
+ "$id": "1920",
+ "kind": "string",
+ "type": {
+ "$ref": "186"
+ },
+ "value": "CacheDisk"
+ }
+ }
+ },
+ "diskSizeGB": {
+ "$id": "1921",
+ "kind": "number",
+ "type": {
+ "$ref": "822"
+ },
+ "value": 14
+ },
+ "osType": {
+ "$id": "1922",
+ "kind": "string",
+ "type": {
+ "$ref": "194"
+ },
+ "value": "Windows"
+ },
+ "image": {
+ "$id": "1923",
+ "kind": "model",
+ "type": {
+ "$ref": "829"
+ },
+ "value": {
+ "$id": "1924",
+ "uri": {
+ "$id": "1925",
+ "kind": "string",
+ "type": {
+ "$ref": "831"
+ },
+ "value": "https://myStorageAccountName.blob.core.windows.net/myContainerName/myVhdName.vhd"
+ }
+ }
+ },
+ "vhdContainers": {
+ "$id": "1926",
+ "kind": "array",
+ "type": {
+ "$ref": "837"
+ },
+ "value": [
+ {
+ "$id": "1927",
+ "kind": "string",
+ "type": {
+ "$ref": "838"
+ },
+ "value": "tkzcwddtinkfpnfklatw"
+ }
+ ]
+ },
+ "managedDisk": {
+ "$id": "1928",
+ "kind": "model",
+ "type": {
+ "$ref": "842"
+ },
+ "value": {
+ "$id": "1929",
+ "storageAccountType": {
+ "$id": "1930",
+ "kind": "string",
+ "type": {
+ "$ref": "200"
+ },
+ "value": "Standard_LRS"
+ },
+ "diskEncryptionSet": {
+ "$id": "1931",
+ "kind": "model",
+ "type": {
+ "$ref": "847"
+ },
+ "value": {
+ "$id": "1932",
+ "id": {
+ "$id": "1933",
+ "kind": "string",
+ "type": {
+ "$ref": "849"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}"
+ }
+ }
+ },
+ "securityProfile": {
+ "$id": "1934",
+ "kind": "model",
+ "type": {
+ "$ref": "856"
+ },
+ "value": {
+ "$id": "1935",
+ "securityEncryptionType": {
+ "$id": "1936",
+ "kind": "string",
+ "type": {
+ "$ref": "216"
+ },
+ "value": "VMGuestStateOnly"
+ },
+ "diskEncryptionSet": {
+ "$id": "1937",
+ "kind": "model",
+ "type": {
+ "$ref": "847"
+ },
+ "value": {
+ "$id": "1938",
+ "id": {
+ "$id": "1939",
+ "kind": "string",
+ "type": {
+ "$ref": "849"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "deleteOption": {
+ "$id": "1940",
+ "kind": "string",
+ "type": {
+ "$ref": "224"
+ },
+ "value": "Delete"
+ }
+ }
+ },
+ "dataDisks": {
+ "$id": "1941",
+ "kind": "array",
+ "type": {
+ "$ref": "873"
+ },
+ "value": [
+ {
+ "$id": "1942",
+ "kind": "model",
+ "type": {
+ "$ref": "874"
+ },
+ "value": {
+ "$id": "1943",
+ "name": {
+ "$id": "1944",
+ "kind": "string",
+ "type": {
+ "$ref": "876"
+ },
+ "value": "eogiykmdmeikswxmigjws"
+ },
+ "lun": {
+ "$id": "1945",
+ "kind": "number",
+ "type": {
+ "$ref": "880"
+ },
+ "value": 14
+ },
+ "caching": {
+ "$id": "1946",
+ "kind": "string",
+ "type": {
+ "$ref": "162"
+ },
+ "value": "None"
+ },
+ "writeAcceleratorEnabled": {
+ "$id": "1947",
+ "kind": "boolean",
+ "type": {
+ "$ref": "887"
+ },
+ "value": true
+ },
+ "createOption": {
+ "$id": "1948",
+ "kind": "string",
+ "type": {
+ "$ref": "170"
+ },
+ "value": "FromImage"
+ },
+ "diskSizeGB": {
+ "$id": "1949",
+ "kind": "number",
+ "type": {
+ "$ref": "894"
+ },
+ "value": 6
+ },
+ "managedDisk": {
+ "$id": "1950",
+ "kind": "model",
+ "type": {
+ "$ref": "842"
+ },
+ "value": {
+ "$id": "1951",
+ "storageAccountType": {
+ "$id": "1952",
+ "kind": "string",
+ "type": {
+ "$ref": "200"
+ },
+ "value": "Standard_LRS"
+ },
+ "diskEncryptionSet": {
+ "$id": "1953",
+ "kind": "model",
+ "type": {
+ "$ref": "847"
+ },
+ "value": {
+ "$id": "1954",
+ "id": {
+ "$id": "1955",
+ "kind": "string",
+ "type": {
+ "$ref": "849"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}"
+ }
+ }
+ },
+ "securityProfile": {
+ "$id": "1956",
+ "kind": "model",
+ "type": {
+ "$ref": "856"
+ },
+ "value": {
+ "$id": "1957",
+ "securityEncryptionType": {
+ "$id": "1958",
+ "kind": "string",
+ "type": {
+ "$ref": "216"
+ },
+ "value": "VMGuestStateOnly"
+ },
+ "diskEncryptionSet": {
+ "$id": "1959",
+ "kind": "model",
+ "type": {
+ "$ref": "847"
+ },
+ "value": {
+ "$id": "1960",
+ "id": {
+ "$id": "1961",
+ "kind": "string",
+ "type": {
+ "$ref": "849"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "diskIOPSReadWrite": {
+ "$id": "1962",
+ "kind": "number",
+ "type": {
+ "$ref": "901"
+ },
+ "value": 27
+ },
+ "diskMBpsReadWrite": {
+ "$id": "1963",
+ "kind": "number",
+ "type": {
+ "$ref": "905"
+ },
+ "value": 2
+ },
+ "deleteOption": {
+ "$id": "1964",
+ "kind": "string",
+ "type": {
+ "$ref": "224"
+ },
+ "value": "Delete"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ "networkProfile": {
+ "$id": "1965",
+ "kind": "model",
+ "type": {
+ "$ref": "919"
+ },
+ "value": {
+ "$id": "1966",
+ "healthProbe": {
+ "$id": "1967",
+ "kind": "model",
+ "type": {
+ "$ref": "921"
+ },
+ "value": {
+ "$id": "1968",
+ "id": {
+ "$id": "1969",
+ "kind": "string",
+ "type": {
+ "$ref": "923"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}"
+ }
+ }
+ },
+ "networkInterfaceConfigurations": {
+ "$id": "1970",
+ "kind": "array",
+ "type": {
+ "$ref": "930"
+ },
+ "value": [
+ {
+ "$id": "1971",
+ "kind": "model",
+ "type": {
+ "$ref": "931"
+ },
+ "value": {
+ "$id": "1972",
+ "name": {
+ "$id": "1973",
+ "kind": "string",
+ "type": {
+ "$ref": "933"
+ },
+ "value": "i"
+ },
+ "properties": {
+ "$id": "1974",
+ "kind": "model",
+ "type": {
+ "$ref": "937"
+ },
+ "value": {
+ "$id": "1975",
+ "primary": {
+ "$id": "1976",
+ "kind": "boolean",
+ "type": {
+ "$ref": "939"
+ },
+ "value": true
+ },
+ "enableAcceleratedNetworking": {
+ "$id": "1977",
+ "kind": "boolean",
+ "type": {
+ "$ref": "943"
+ },
+ "value": true
+ },
+ "disableTcpStateTracking": {
+ "$id": "1978",
+ "kind": "boolean",
+ "type": {
+ "$ref": "947"
+ },
+ "value": true
+ },
+ "enableFpga": {
+ "$id": "1979",
+ "kind": "boolean",
+ "type": {
+ "$ref": "951"
+ },
+ "value": true
+ },
+ "networkSecurityGroup": {
+ "$id": "1980",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "1981",
+ "id": {
+ "$id": "1982",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityGroups/{networkSecurityGroupName}"
+ }
+ }
+ },
+ "dnsSettings": {
+ "$id": "1983",
+ "kind": "model",
+ "type": {
+ "$ref": "958"
+ },
+ "value": {
+ "$id": "1984",
+ "dnsServers": {
+ "$id": "1985",
+ "kind": "array",
+ "type": {
+ "$ref": "960"
+ },
+ "value": [
+ {
+ "$id": "1986",
+ "kind": "string",
+ "type": {
+ "$ref": "961"
+ },
+ "value": "nxmmfolhclsesu"
+ }
+ ]
+ }
+ }
+ },
+ "ipConfigurations": {
+ "$id": "1987",
+ "kind": "array",
+ "type": {
+ "$ref": "967"
+ },
+ "value": [
+ {
+ "$id": "1988",
+ "kind": "model",
+ "type": {
+ "$ref": "968"
+ },
+ "value": {
+ "$id": "1989",
+ "name": {
+ "$id": "1990",
+ "kind": "string",
+ "type": {
+ "$ref": "970"
+ },
+ "value": "oezqhkidfhyywlfzwuotilrpbqnjg"
+ },
+ "properties": {
+ "$id": "1991",
+ "kind": "model",
+ "type": {
+ "$ref": "974"
+ },
+ "value": {
+ "$id": "1992",
+ "subnet": {
+ "$id": "1993",
+ "kind": "model",
+ "type": {
+ "$ref": "921"
+ },
+ "value": {
+ "$id": "1994",
+ "id": {
+ "$id": "1995",
+ "kind": "string",
+ "type": {
+ "$ref": "923"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
+ }
+ }
+ },
+ "primary": {
+ "$id": "1996",
+ "kind": "boolean",
+ "type": {
+ "$ref": "979"
+ },
+ "value": true
+ },
+ "publicIPAddressConfiguration": {
+ "$id": "1997",
+ "kind": "model",
+ "type": {
+ "$ref": "983"
+ },
+ "value": {
+ "$id": "1998",
+ "name": {
+ "$id": "1999",
+ "kind": "string",
+ "type": {
+ "$ref": "985"
+ },
+ "value": "fvpqf"
+ },
+ "properties": {
+ "$id": "2000",
+ "kind": "model",
+ "type": {
+ "$ref": "989"
+ },
+ "value": {
+ "$id": "2001",
+ "idleTimeoutInMinutes": {
+ "$id": "2002",
+ "kind": "number",
+ "type": {
+ "$ref": "991"
+ },
+ "value": 9
+ },
+ "dnsSettings": {
+ "$id": "2003",
+ "kind": "model",
+ "type": {
+ "$ref": "995"
+ },
+ "value": {
+ "$id": "2004",
+ "domainNameLabel": {
+ "$id": "2005",
+ "kind": "string",
+ "type": {
+ "$ref": "997"
+ },
+ "value": "ukrddzvmorpmfsczjwtbvp"
+ },
+ "domainNameLabelScope": {
+ "$id": "2006",
+ "kind": "string",
+ "type": {
+ "$ref": "236"
+ },
+ "value": "TenantReuse"
+ }
+ }
+ },
+ "ipTags": {
+ "$id": "2007",
+ "kind": "array",
+ "type": {
+ "$ref": "1006"
+ },
+ "value": [
+ {
+ "$id": "2008",
+ "kind": "model",
+ "type": {
+ "$ref": "1007"
+ },
+ "value": {
+ "$id": "2009",
+ "ipTagType": {
+ "$id": "2010",
+ "kind": "string",
+ "type": {
+ "$ref": "1009"
+ },
+ "value": "sddgsoemnzgqizale"
+ },
+ "tag": {
+ "$id": "2011",
+ "kind": "string",
+ "type": {
+ "$ref": "1013"
+ },
+ "value": "wufmhrjsakbiaetyara"
+ }
+ }
+ }
+ ]
+ },
+ "publicIPPrefix": {
+ "$id": "2012",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "2013",
+ "id": {
+ "$id": "2014",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName}"
+ }
+ }
+ },
+ "publicIPAddressVersion": {
+ "$id": "2015",
+ "kind": "string",
+ "type": {
+ "$ref": "246"
+ },
+ "value": "IPv4"
+ },
+ "deleteOption": {
+ "$id": "2016",
+ "kind": "string",
+ "type": {
+ "$ref": "252"
+ },
+ "value": "Delete"
+ }
+ }
+ },
+ "sku": {
+ "$id": "2017",
+ "kind": "model",
+ "type": {
+ "$ref": "1030"
+ },
+ "value": {
+ "$id": "2018",
+ "name": {
+ "$id": "2019",
+ "kind": "string",
+ "type": {
+ "$ref": "258"
+ },
+ "value": "Basic"
+ },
+ "tier": {
+ "$id": "2020",
+ "kind": "string",
+ "type": {
+ "$ref": "264"
+ },
+ "value": "Regional"
+ }
+ }
+ }
+ }
+ },
+ "privateIPAddressVersion": {
+ "$id": "2021",
+ "kind": "string",
+ "type": {
+ "$ref": "246"
+ },
+ "value": "IPv4"
+ },
+ "applicationGatewayBackendAddressPools": {
+ "$id": "2022",
+ "kind": "array",
+ "type": {
+ "$ref": "1045"
+ },
+ "value": [
+ {
+ "$id": "2023",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "2024",
+ "id": {
+ "$id": "2025",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/backendAddressPools/{backendAddressPoolName}"
+ }
+ }
+ }
+ ]
+ },
+ "applicationSecurityGroups": {
+ "$id": "2026",
+ "kind": "array",
+ "type": {
+ "$ref": "1049"
+ },
+ "value": [
+ {
+ "$id": "2027",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "2028",
+ "id": {
+ "$id": "2029",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationSecurityGroups/{applicationSecurityGroupName}"
+ }
+ }
+ }
+ ]
+ },
+ "loadBalancerBackendAddressPools": {
+ "$id": "2030",
+ "kind": "array",
+ "type": {
+ "$ref": "1053"
+ },
+ "value": [
+ {
+ "$id": "2031",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "2032",
+ "id": {
+ "$id": "2033",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/backendAddressPools/{backendAddressPoolName}"
+ }
+ }
+ }
+ ]
+ },
+ "loadBalancerInboundNatPools": {
+ "$id": "2034",
+ "kind": "array",
+ "type": {
+ "$ref": "1057"
+ },
+ "value": [
+ {
+ "$id": "2035",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "2036",
+ "id": {
+ "$id": "2037",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/inboundNatPools/{inboundNatPoolName}"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+ }
+ ]
+ },
+ "enableIPForwarding": {
+ "$id": "2038",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1065"
+ },
+ "value": true
+ },
+ "deleteOption": {
+ "$id": "2039",
+ "kind": "string",
+ "type": {
+ "$ref": "252"
+ },
+ "value": "Delete"
+ },
+ "auxiliaryMode": {
+ "$id": "2040",
+ "kind": "string",
+ "type": {
+ "$ref": "270"
+ },
+ "value": "None"
+ },
+ "auxiliarySku": {
+ "$id": "2041",
+ "kind": "string",
+ "type": {
+ "$ref": "278"
+ },
+ "value": "None"
+ }
+ }
+ }
+ }
+ }
+ ]
+ },
+ "networkApiVersion": {
+ "$id": "2042",
+ "kind": "string",
+ "type": {
+ "$ref": "290"
+ },
+ "value": "2020-11-01"
+ }
+ }
+ },
+ "securityProfile": {
+ "$id": "2043",
+ "kind": "model",
+ "type": {
+ "$ref": "1087"
+ },
+ "value": {
+ "$id": "2044",
+ "uefiSettings": {
+ "$id": "2045",
+ "kind": "model",
+ "type": {
+ "$ref": "1089"
+ },
+ "value": {
+ "$id": "2046",
+ "secureBootEnabled": {
+ "$id": "2047",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1091"
+ },
+ "value": true
+ },
+ "vTpmEnabled": {
+ "$id": "2048",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1095"
+ },
+ "value": true
+ }
+ }
+ },
+ "encryptionAtHost": {
+ "$id": "2049",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1101"
+ },
+ "value": true
+ },
+ "securityType": {
+ "$id": "2050",
+ "kind": "string",
+ "type": {
+ "$ref": "294"
+ },
+ "value": "TrustedLaunch"
+ },
+ "encryptionIdentity": {
+ "$id": "2051",
+ "kind": "model",
+ "type": {
+ "$ref": "1108"
+ },
+ "value": {
+ "$id": "2052",
+ "userAssignedIdentityResourceId": {
+ "$id": "2053",
+ "kind": "string",
+ "type": {
+ "$ref": "1110"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{userAssignedIdentityName}"
+ }
+ }
+ },
+ "proxyAgentSettings": {
+ "$id": "2054",
+ "kind": "model",
+ "type": {
+ "$ref": "1117"
+ },
+ "value": {
+ "$id": "2055",
+ "enabled": {
+ "$id": "2056",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1119"
+ },
+ "value": true
+ },
+ "mode": {
+ "$id": "2057",
+ "kind": "string",
+ "type": {
+ "$ref": "300"
+ },
+ "value": "Audit"
+ },
+ "keyIncarnationId": {
+ "$id": "2058",
+ "kind": "number",
+ "type": {
+ "$ref": "1126"
+ },
+ "value": 20
+ }
+ }
+ }
+ }
+ },
+ "diagnosticsProfile": {
+ "$id": "2059",
+ "kind": "model",
+ "type": {
+ "$ref": "1134"
+ },
+ "value": {
+ "$id": "2060",
+ "bootDiagnostics": {
+ "$id": "2061",
+ "kind": "model",
+ "type": {
+ "$ref": "1136"
+ },
+ "value": {
+ "$id": "2062",
+ "enabled": {
+ "$id": "2063",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1138"
+ },
+ "value": true
+ },
+ "storageUri": {
+ "$id": "2064",
+ "kind": "string",
+ "type": {
+ "$ref": "1142"
+ },
+ "value": "http://myStorageAccountName.blob.core.windows.net"
+ }
+ }
+ }
+ }
+ },
+ "extensionProfile": {
+ "$id": "2065",
+ "kind": "model",
+ "type": {
+ "$ref": "1150"
+ },
+ "value": {
+ "$id": "2066",
+ "extensions": {
+ "$id": "2067",
+ "kind": "array",
+ "type": {
+ "$ref": "1152"
+ },
+ "value": [
+ {
+ "$id": "2068",
+ "kind": "model",
+ "type": {
+ "$ref": "1153"
+ },
+ "value": {
+ "$id": "2069",
+ "name": {
+ "$id": "2070",
+ "kind": "string",
+ "type": {
+ "$ref": "1160"
+ },
+ "value": "bndxuxx"
+ },
+ "type": {
+ "$id": "2071",
+ "kind": "string",
+ "type": {
+ "$ref": "1164"
+ },
+ "value": "cmeam"
+ },
+ "properties": {
+ "$id": "2072",
+ "kind": "model",
+ "type": {
+ "$ref": "1168"
+ },
+ "value": {
+ "$id": "2073",
+ "forceUpdateTag": {
+ "$id": "2074",
+ "kind": "string",
+ "type": {
+ "$ref": "1170"
+ },
+ "value": "yhgxw"
+ },
+ "publisher": {
+ "$id": "2075",
+ "kind": "string",
+ "type": {
+ "$ref": "1174"
+ },
+ "value": "kpxtirxjfprhs"
+ },
+ "type": {
+ "$id": "2076",
+ "kind": "string",
+ "type": {
+ "$ref": "1178"
+ },
+ "value": "pgjilctjjwaa"
+ },
+ "typeHandlerVersion": {
+ "$id": "2077",
+ "kind": "string",
+ "type": {
+ "$ref": "1182"
+ },
+ "value": "zevivcoilxmbwlrihhhibq"
+ },
+ "autoUpgradeMinorVersion": {
+ "$id": "2078",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1186"
+ },
+ "value": true
+ },
+ "enableAutomaticUpgrade": {
+ "$id": "2079",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1190"
+ },
+ "value": true
+ },
+ "settings": {
+ "$id": "2080",
+ "kind": "dict",
+ "type": {
+ "$ref": "1194"
+ },
+ "value": {
+ "$id": "2081"
+ }
+ },
+ "provisioningState": {
+ "$id": "2082",
+ "kind": "string",
+ "type": {
+ "$ref": "1206"
+ },
+ "value": "Succeeded"
+ },
+ "provisionAfterExtensions": {
+ "$id": "2083",
+ "kind": "array",
+ "type": {
+ "$ref": "1210"
+ },
+ "value": [
+ {
+ "$id": "2084",
+ "kind": "string",
+ "type": {
+ "$ref": "1211"
+ },
+ "value": "nftzosroolbcwmpupujzqwqe"
+ }
+ ]
+ },
+ "suppressFailures": {
+ "$id": "2085",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1215"
+ },
+ "value": true
+ },
+ "protectedSettingsFromKeyVault": {
+ "$id": "2086",
+ "kind": "model",
+ "type": {
+ "$ref": "1219"
+ },
+ "value": {
+ "$id": "2087",
+ "secretUrl": {
+ "$id": "2088",
+ "kind": "string",
+ "type": {
+ "$ref": "1221"
+ },
+ "value": "https://myVaultName.vault.azure.net/secrets/secret/mySecretName"
+ },
+ "sourceVault": {
+ "$id": "2089",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "2090",
+ "id": {
+ "$id": "2091",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "id": {
+ "$id": "2092",
+ "kind": "string",
+ "type": {
+ "$ref": "1155"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/extensions/{extensionName}"
+ }
+ }
+ }
+ ]
+ },
+ "extensionsTimeBudget": {
+ "$id": "2093",
+ "kind": "string",
+ "type": {
+ "$ref": "1234"
+ },
+ "value": "mbhjahtdygwgyszdwjtvlvtgchdwil"
+ }
+ }
+ },
+ "licenseType": {
+ "$id": "2094",
+ "kind": "string",
+ "type": {
+ "$ref": "1240"
+ },
+ "value": "v"
+ },
+ "scheduledEventsProfile": {
+ "$id": "2095",
+ "kind": "model",
+ "type": {
+ "$ref": "1244"
+ },
+ "value": {
+ "$id": "2096",
+ "terminateNotificationProfile": {
+ "$id": "2097",
+ "kind": "model",
+ "type": {
+ "$ref": "1246"
+ },
+ "value": {
+ "$id": "2098",
+ "notBeforeTimeout": {
+ "$id": "2099",
+ "kind": "string",
+ "type": {
+ "$ref": "1248"
+ },
+ "value": "iljppmmw"
+ },
+ "enable": {
+ "$id": "2100",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1252"
+ },
+ "value": true
+ }
+ }
+ },
+ "osImageNotificationProfile": {
+ "$id": "2101",
+ "kind": "model",
+ "type": {
+ "$ref": "1258"
+ },
+ "value": {
+ "$id": "2102",
+ "notBeforeTimeout": {
+ "$id": "2103",
+ "kind": "string",
+ "type": {
+ "$ref": "1260"
+ },
+ "value": "olbpadmevekyczfokodtfprxti"
+ },
+ "enable": {
+ "$id": "2104",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1264"
+ },
+ "value": true
+ }
+ }
+ }
+ }
+ },
+ "userData": {
+ "$id": "2105",
+ "kind": "string",
+ "type": {
+ "$ref": "1272"
+ },
+ "value": "s"
+ },
+ "capacityReservation": {
+ "$id": "2106",
+ "kind": "model",
+ "type": {
+ "$ref": "1276"
+ },
+ "value": {
+ "$id": "2107",
+ "capacityReservationGroup": {
+ "$id": "2108",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "2109",
+ "id": {
+ "$id": "2110",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/capacityReservationGroups/{capacityReservationGroupName}"
+ }
+ }
+ }
+ }
+ },
+ "applicationProfile": {
+ "$id": "2111",
+ "kind": "model",
+ "type": {
+ "$ref": "1283"
+ },
+ "value": {
+ "$id": "2112",
+ "galleryApplications": {
+ "$id": "2113",
+ "kind": "array",
+ "type": {
+ "$ref": "1285"
+ },
+ "value": [
+ {
+ "$id": "2114",
+ "kind": "model",
+ "type": {
+ "$ref": "1286"
+ },
+ "value": {
+ "$id": "2115",
+ "tags": {
+ "$id": "2116",
+ "kind": "string",
+ "type": {
+ "$ref": "1288"
+ },
+ "value": "eyrqjbib"
+ },
+ "order": {
+ "$id": "2117",
+ "kind": "number",
+ "type": {
+ "$ref": "1292"
+ },
+ "value": 5
+ },
+ "packageReferenceId": {
+ "$id": "2118",
+ "kind": "string",
+ "type": {
+ "$ref": "1296"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{applicationName}/versions/{versionName}"
+ },
+ "treatFailureAsDeploymentFailure": {
+ "$id": "2119",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1305"
+ },
+ "value": true
+ },
+ "enableAutomaticUpgrade": {
+ "$id": "2120",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1309"
+ },
+ "value": true
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ "hardwareProfile": {
+ "$id": "2121",
+ "kind": "model",
+ "type": {
+ "$ref": "1317"
+ },
+ "value": {
+ "$id": "2122",
+ "vmSizeProperties": {
+ "$id": "2123",
+ "kind": "model",
+ "type": {
+ "$ref": "1319"
+ },
+ "value": {
+ "$id": "2124",
+ "vCPUsAvailable": {
+ "$id": "2125",
+ "kind": "number",
+ "type": {
+ "$ref": "1321"
+ },
+ "value": 16
+ },
+ "vCPUsPerCore": {
+ "$id": "2126",
+ "kind": "number",
+ "type": {
+ "$ref": "1325"
+ },
+ "value": 23
+ }
+ }
+ }
+ }
+ },
+ "serviceArtifactReference": {
+ "$id": "2127",
+ "kind": "model",
+ "type": {
+ "$ref": "1333"
+ },
+ "value": {
+ "$id": "2128",
+ "id": {
+ "$id": "2129",
+ "kind": "string",
+ "type": {
+ "$ref": "1335"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactsName}/vmArtifactsProfiles/{vmArtifactsProfileName}"
+ }
+ }
+ },
+ "securityPostureReference": {
+ "$id": "2130",
+ "kind": "model",
+ "type": {
+ "$ref": "1342"
+ },
+ "value": {
+ "$id": "2131",
+ "id": {
+ "$id": "2132",
+ "kind": "string",
+ "type": {
+ "$ref": "1344"
+ },
+ "value": "mubredelfbshboaxrsxiajihahaa"
+ },
+ "excludeExtensions": {
+ "$id": "2133",
+ "kind": "array",
+ "type": {
+ "$ref": "1348"
+ },
+ "value": [
+ {
+ "$id": "2134",
+ "kind": "string",
+ "type": {
+ "$ref": "1349"
+ },
+ "value": "{securityPostureVMExtensionName}"
+ }
+ ]
+ },
+ "isOverridable": {
+ "$id": "2135",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1353"
+ },
+ "value": true
+ }
+ }
+ },
+ "timeCreated": {
+ "$id": "2136",
+ "kind": "string",
+ "type": {
+ "$ref": "1359"
+ },
+ "value": "2024-04-29T21:51:44.043Z"
+ }
+ }
+ },
+ "computeApiVersion": {
+ "$id": "2137",
+ "kind": "string",
+ "type": {
+ "$ref": "1375"
+ },
+ "value": "2023-07-01"
+ },
+ "platformFaultDomainCount": {
+ "$id": "2138",
+ "kind": "number",
+ "type": {
+ "$ref": "1379"
+ },
+ "value": 1
+ }
+ }
+ },
+ "timeCreated": {
+ "$id": "2139",
+ "kind": "string",
+ "type": {
+ "$ref": "1397"
+ },
+ "value": "2024-07-10T00:16:34.8590555+00:00"
+ },
+ "uniqueId": {
+ "$id": "2140",
+ "kind": "string",
+ "type": {
+ "$ref": "1402"
+ },
+ "value": "a2f7fabd-bbc2-4a20-afe1-49fdb3885a28"
+ }
+ }
+ },
+ "zones": {
+ "$id": "2141",
+ "kind": "array",
+ "type": {
+ "$ref": "1408"
+ },
+ "value": [
+ {
+ "$id": "2142",
+ "kind": "string",
+ "type": {
+ "$ref": "1409"
+ },
+ "value": "zone1"
+ },
+ {
+ "$id": "2143",
+ "kind": "string",
+ "type": {
+ "$ref": "1409"
+ },
+ "value": "zone2"
+ }
+ ]
+ },
+ "identity": {
+ "$id": "2144",
+ "kind": "model",
+ "type": {
+ "$ref": "1413"
+ },
+ "value": {
+ "$id": "2145",
+ "principalId": {
+ "$id": "2146",
+ "kind": "string",
+ "type": {
+ "$ref": "1415"
+ },
+ "value": "4d508e5b-374b-4382-9a1c-01fb8b6cb37c"
+ },
+ "tenantId": {
+ "$id": "2147",
+ "kind": "string",
+ "type": {
+ "$ref": "1420"
+ },
+ "value": "5d508e5b-374b-4382-9a1c-01fb8b6cb37c"
+ },
+ "type": {
+ "$id": "2148",
+ "kind": "string",
+ "type": {
+ "$ref": "306"
+ },
+ "value": "UserAssigned"
+ },
+ "userAssignedIdentities": {
+ "$id": "2149",
+ "kind": "dict",
+ "type": {
+ "$ref": "1428"
+ },
+ "value": {
+ "$id": "2150",
+ "key9851": {
+ "$id": "2151",
+ "kind": "model",
+ "type": {
+ "$ref": "1431"
+ },
+ "value": {
+ "$id": "2152",
+ "principalId": {
+ "$id": "2153",
+ "kind": "string",
+ "type": {
+ "$ref": "1438"
+ },
+ "value": "6d508e5b-374b-4382-9a1c-01fb8b6cb37c"
+ },
+ "clientId": {
+ "$id": "2154",
+ "kind": "string",
+ "type": {
+ "$ref": "1433"
+ },
+ "value": "7d508e5b-374b-4382-9a1c-01fb8b6cb37c"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "tags": {
+ "$id": "2155",
+ "kind": "dict",
+ "type": {
+ "$ref": "396"
+ },
+ "value": {
+ "$id": "2156",
+ "key3518": {
+ "$id": "2157",
+ "kind": "string",
+ "type": {
+ "$ref": "398"
+ },
+ "value": "luvrnuvsgdpbuofdskkcoqhfh"
+ }
+ }
+ },
+ "plan": {
+ "$id": "2158",
+ "kind": "model",
+ "type": {
+ "$ref": "1447"
+ },
+ "value": {
+ "$id": "2159",
+ "name": {
+ "$id": "2160",
+ "kind": "string",
+ "type": {
+ "$ref": "1449"
+ },
+ "value": "jwgrcrnrtfoxn"
+ },
+ "publisher": {
+ "$id": "2161",
+ "kind": "string",
+ "type": {
+ "$ref": "1453"
+ },
+ "value": "iozjbiqqckqm"
+ },
+ "product": {
+ "$id": "2162",
+ "kind": "string",
+ "type": {
+ "$ref": "1457"
+ },
+ "value": "cgopbyvdyqikahwyxfpzwaqk"
+ },
+ "promotionCode": {
+ "$id": "2163",
+ "kind": "string",
+ "type": {
+ "$ref": "1461"
+ },
+ "value": "naglezezplcaruqogtxnuizslqnnbr"
+ },
+ "version": {
+ "$id": "2164",
+ "kind": "string",
+ "type": {
+ "$ref": "1465"
+ },
+ "value": "wa"
+ }
+ }
+ },
+ "location": {
+ "$id": "2165",
+ "kind": "string",
+ "type": {
+ "$ref": "402"
+ },
+ "value": "westus"
+ },
+ "id": {
+ "$id": "2166",
+ "kind": "string",
+ "type": {
+ "$ref": "354"
+ },
+ "value": "/subscriptions/7B0CD4DB-3381-4013-9B31-FB6E6FD0FF1C/resourceGroups/rgazurefleet/providers/Microsoft.AzureFleet/fleets/testFleet"
+ },
+ "name": {
+ "$id": "2167",
+ "kind": "string",
+ "type": {
+ "$ref": "359"
+ },
+ "value": "testFleet"
+ },
+ "type": {
+ "$id": "2168",
+ "kind": "string",
+ "type": {
+ "$ref": "363"
+ },
+ "value": "Microsoft.AzureFleet/fleets"
+ },
+ "systemData": {
+ "$id": "2169",
+ "kind": "model",
+ "type": {
+ "$ref": "368"
+ },
+ "value": {
+ "$id": "2170",
+ "createdBy": {
+ "$id": "2171",
+ "kind": "string",
+ "type": {
+ "$ref": "370"
+ },
+ "value": "rowegentrpoajsv"
+ },
+ "createdByType": {
+ "$id": "2172",
+ "kind": "string",
+ "type": {
+ "$ref": "316"
+ },
+ "value": "User"
+ },
+ "createdAt": {
+ "$id": "2173",
+ "kind": "string",
+ "type": {
+ "$ref": "377"
+ },
+ "value": "2024-04-29T21:51:44.043Z"
+ },
+ "lastModifiedBy": {
+ "$id": "2174",
+ "kind": "string",
+ "type": {
+ "$ref": "382"
+ },
+ "value": "edwuayhhaoepxzisfaqjhmrxjq"
+ },
+ "lastModifiedByType": {
+ "$id": "2175",
+ "kind": "string",
+ "type": {
+ "$ref": "316"
+ },
+ "value": "User"
+ },
+ "lastModifiedAt": {
+ "$id": "2176",
+ "kind": "string",
+ "type": {
+ "$ref": "389"
+ },
+ "value": "2024-04-29T21:51:44.043Z"
+ }
+ }
+ }
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "$id": "2177",
+ "name": "createOrUpdate",
+ "resourceName": "Fleet",
+ "doc": "Create a Fleet",
+ "accessibility": "public",
+ "parameters": [
+ {
+ "$id": "2178",
+ "name": "apiVersion",
+ "nameInRequest": "api-version",
+ "doc": "The API version to use for this operation.",
+ "type": {
+ "$id": "2179",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "location": "Query",
+ "isApiVersion": true,
+ "isContentType": false,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Client",
+ "defaultValue": {
+ "$id": "2180",
+ "type": {
+ "$id": "2181",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string"
+ },
+ "value": "2024-11-01"
+ },
+ "decorators": [],
+ "skipUrlEncoding": false
+ },
+ {
+ "$id": "2182",
+ "name": "subscriptionId",
+ "nameInRequest": "subscriptionId",
+ "doc": "The ID of the target subscription. The value must be an UUID.",
+ "type": {
+ "$id": "2183",
+ "kind": "string",
+ "name": "uuid",
+ "crossLanguageDefinitionId": "Azure.Core.uuid",
+ "baseType": {
+ "$id": "2184",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "decorators": []
+ },
+ "location": "Path",
+ "isApiVersion": false,
+ "isContentType": false,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Client",
+ "decorators": [],
+ "skipUrlEncoding": false
+ },
+ {
+ "$id": "2185",
+ "name": "resourceGroupName",
+ "nameInRequest": "resourceGroupName",
+ "doc": "The name of the resource group. The name is case insensitive.",
+ "type": {
+ "$id": "2186",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "location": "Path",
+ "isApiVersion": false,
+ "isContentType": false,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Method",
+ "decorators": [],
+ "skipUrlEncoding": false
+ },
+ {
+ "$id": "2187",
+ "name": "fleetName",
+ "nameInRequest": "fleetName",
+ "doc": "The name of the Compute Fleet",
+ "type": {
+ "$id": "2188",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "location": "Path",
+ "isApiVersion": false,
+ "isContentType": false,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Method",
+ "decorators": [],
+ "skipUrlEncoding": false
+ },
+ {
+ "$id": "2189",
+ "name": "contentType",
+ "nameInRequest": "Content-Type",
+ "doc": "Body parameter's content type. Known values are application/json",
+ "type": {
+ "$id": "2190",
+ "kind": "constant",
+ "valueType": {
+ "$id": "2191",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "value": "application/json",
+ "decorators": []
+ },
+ "location": "Header",
+ "isApiVersion": false,
+ "isContentType": true,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Constant",
+ "decorators": [],
+ "skipUrlEncoding": false
+ },
+ {
+ "$id": "2192",
+ "name": "accept",
+ "nameInRequest": "Accept",
+ "type": {
+ "$id": "2193",
+ "kind": "constant",
+ "valueType": {
+ "$id": "2194",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "value": "application/json",
+ "decorators": []
+ },
+ "location": "Header",
+ "isApiVersion": false,
+ "isContentType": false,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Constant",
+ "decorators": [],
+ "skipUrlEncoding": false
+ },
+ {
+ "$id": "2195",
+ "name": "resource",
+ "nameInRequest": "resource",
+ "doc": "Resource create parameters.",
+ "type": {
+ "$ref": "350"
+ },
+ "location": "Body",
+ "isApiVersion": false,
+ "isContentType": false,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Method",
+ "decorators": [],
+ "skipUrlEncoding": false
+ }
+ ],
+ "responses": [
+ {
+ "$id": "2196",
+ "statusCodes": [
+ 200
+ ],
+ "bodyType": {
+ "$ref": "350"
+ },
+ "headers": [],
+ "isErrorResponse": false,
+ "contentTypes": [
+ "application/json"
+ ]
+ },
+ {
+ "$id": "2197",
+ "statusCodes": [
+ 201
+ ],
+ "bodyType": {
+ "$ref": "350"
+ },
+ "headers": [
+ {
+ "$id": "2198",
+ "name": "retryAfter",
+ "nameInResponse": "Retry-After",
+ "doc": "The Retry-After header can indicate how long the client should wait before polling the operation status.",
+ "type": {
+ "$id": "2199",
+ "kind": "int32",
+ "name": "int32",
+ "crossLanguageDefinitionId": "TypeSpec.int32",
+ "decorators": []
+ }
+ }
+ ],
+ "isErrorResponse": false,
+ "contentTypes": [
+ "application/json"
+ ]
+ }
+ ],
+ "httpMethod": "PUT",
+ "uri": "{endpoint}",
+ "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureFleet/fleets/{fleetName}",
+ "requestMediaTypes": [
+ "application/json"
+ ],
+ "bufferResponse": true,
+ "longRunning": {
+ "$id": "2200",
+ "finalStateVia": 0,
+ "finalResponse": {
+ "$id": "2201",
+ "statusCodes": [
+ 200
+ ],
+ "bodyType": {
+ "$ref": "350"
+ }
+ }
+ },
+ "generateProtocolMethod": true,
+ "generateConvenienceMethod": true,
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.Fleets.createOrUpdate",
+ "decorators": [
+ {
+ "$id": "2202",
+ "name": "Azure.Core.@useFinalStateVia",
+ "arguments": {
+ "$id": "2203",
+ "finalState": "azure-async-operation"
+ }
+ }
+ ],
+ "examples": [
+ {
+ "$id": "2204",
+ "kind": "http",
+ "name": "Fleets_CreateOrUpdate",
+ "description": "Fleets_CreateOrUpdate",
+ "filePath": "2024-11-01/Fleets_CreateOrUpdate.json",
+ "parameters": [
+ {
+ "$id": "2205",
+ "parameter": {
+ "$ref": "2178"
+ },
+ "value": {
+ "$id": "2206",
+ "kind": "string",
+ "type": {
+ "$ref": "2179"
+ },
+ "value": "2024-11-01"
+ }
+ },
+ {
+ "$id": "2207",
+ "parameter": {
+ "$ref": "2182"
+ },
+ "value": {
+ "$id": "2208",
+ "kind": "string",
+ "type": {
+ "$ref": "2183"
+ },
+ "value": "1DC2F28C-A625-4B0E-9748-9885A3C9E9EB"
+ }
+ },
+ {
+ "$id": "2209",
+ "parameter": {
+ "$ref": "2185"
+ },
+ "value": {
+ "$id": "2210",
+ "kind": "string",
+ "type": {
+ "$ref": "2186"
+ },
+ "value": "rgazurefleet"
+ }
+ },
+ {
+ "$id": "2211",
+ "parameter": {
+ "$ref": "2187"
+ },
+ "value": {
+ "$id": "2212",
+ "kind": "string",
+ "type": {
+ "$ref": "2188"
+ },
+ "value": "testFleet"
+ }
+ },
+ {
+ "$id": "2213",
+ "parameter": {
+ "$ref": "2195"
+ },
+ "value": {
+ "$id": "2214",
+ "kind": "model",
+ "type": {
+ "$ref": "350"
+ },
+ "value": {
+ "$id": "2215",
+ "properties": {
+ "$id": "2216",
+ "kind": "model",
+ "type": {
+ "$ref": "406"
+ },
+ "value": {
+ "$id": "2217",
+ "spotPriorityProfile": {
+ "$id": "2218",
+ "kind": "model",
+ "type": {
+ "$ref": "411"
+ },
+ "value": {
+ "$id": "2219",
+ "capacity": {
+ "$id": "2220",
+ "kind": "number",
+ "type": {
+ "$ref": "413"
+ },
+ "value": 20
+ },
+ "minCapacity": {
+ "$id": "2221",
+ "kind": "number",
+ "type": {
+ "$ref": "417"
+ },
+ "value": 10
+ },
+ "maxPricePerVM": {
+ "$id": "2222",
+ "kind": "number",
+ "type": {
+ "$ref": "421"
+ },
+ "value": 0.00865
+ },
+ "evictionPolicy": {
+ "$id": "2223",
+ "kind": "string",
+ "type": {
+ "$ref": "18"
+ },
+ "value": "Delete"
+ },
+ "allocationStrategy": {
+ "$id": "2224",
+ "kind": "string",
+ "type": {
+ "$ref": "24"
+ },
+ "value": "PriceCapacityOptimized"
+ },
+ "maintain": {
+ "$id": "2225",
+ "kind": "boolean",
+ "type": {
+ "$ref": "431"
+ },
+ "value": true
+ }
+ }
+ },
+ "regularPriorityProfile": {
+ "$id": "2226",
+ "kind": "model",
+ "type": {
+ "$ref": "437"
+ },
+ "value": {
+ "$id": "2227",
+ "capacity": {
+ "$id": "2228",
+ "kind": "number",
+ "type": {
+ "$ref": "439"
+ },
+ "value": 20
+ },
+ "minCapacity": {
+ "$id": "2229",
+ "kind": "number",
+ "type": {
+ "$ref": "443"
+ },
+ "value": 10
+ },
+ "allocationStrategy": {
+ "$id": "2230",
+ "kind": "string",
+ "type": {
+ "$ref": "32"
+ },
+ "value": "LowestPrice"
+ }
+ }
+ },
+ "vmSizesProfile": {
+ "$id": "2231",
+ "kind": "array",
+ "type": {
+ "$ref": "452"
+ },
+ "value": [
+ {
+ "$id": "2232",
+ "kind": "model",
+ "type": {
+ "$ref": "453"
+ },
+ "value": {
+ "$id": "2233",
+ "name": {
+ "$id": "2234",
+ "kind": "string",
+ "type": {
+ "$ref": "455"
+ },
+ "value": "Standard_d1_v2"
+ },
+ "rank": {
+ "$id": "2235",
+ "kind": "number",
+ "type": {
+ "$ref": "459"
+ },
+ "value": 19225
+ }
+ }
+ }
+ ]
+ },
+ "computeProfile": {
+ "$id": "2236",
+ "kind": "model",
+ "type": {
+ "$ref": "1370"
+ },
+ "value": {
+ "$id": "2237",
+ "baseVirtualMachineProfile": {
+ "$id": "2238",
+ "kind": "model",
+ "type": {
+ "$ref": "565"
+ },
+ "value": {
+ "$id": "2239",
+ "osProfile": {
+ "$id": "2240",
+ "kind": "model",
+ "type": {
+ "$ref": "567"
+ },
+ "value": {
+ "$id": "2241",
+ "computerNamePrefix": {
+ "$id": "2242",
+ "kind": "string",
+ "type": {
+ "$ref": "569"
+ },
+ "value": "o"
+ },
+ "adminUsername": {
+ "$id": "2243",
+ "kind": "string",
+ "type": {
+ "$ref": "573"
+ },
+ "value": "nrgzqciiaaxjrqldbmjbqkyhntp"
+ },
+ "adminPassword": {
+ "$id": "2244",
+ "kind": "string",
+ "type": {
+ "$ref": "577"
+ },
+ "value": "adfbrdxpv"
+ },
+ "customData": {
+ "$id": "2245",
+ "kind": "string",
+ "type": {
+ "$ref": "581"
+ },
+ "value": "xjjib"
+ },
+ "windowsConfiguration": {
+ "$id": "2246",
+ "kind": "model",
+ "type": {
+ "$ref": "585"
+ },
+ "value": {
+ "$id": "2247",
+ "provisionVMAgent": {
+ "$id": "2248",
+ "kind": "boolean",
+ "type": {
+ "$ref": "587"
+ },
+ "value": true
+ },
+ "enableAutomaticUpdates": {
+ "$id": "2249",
+ "kind": "boolean",
+ "type": {
+ "$ref": "591"
+ },
+ "value": true
+ },
+ "timeZone": {
+ "$id": "2250",
+ "kind": "string",
+ "type": {
+ "$ref": "595"
+ },
+ "value": "hlyjiqcfksgrpjrct"
+ },
+ "additionalUnattendContent": {
+ "$id": "2251",
+ "kind": "array",
+ "type": {
+ "$ref": "599"
+ },
+ "value": [
+ {
+ "$id": "2252",
+ "kind": "model",
+ "type": {
+ "$ref": "600"
+ },
+ "value": {
+ "$id": "2253",
+ "passName": {
+ "$id": "2254",
+ "kind": "string",
+ "type": {
+ "$ref": "602"
+ },
+ "value": "OobeSystem"
+ },
+ "componentName": {
+ "$id": "2255",
+ "kind": "string",
+ "type": {
+ "$ref": "606"
+ },
+ "value": "Microsoft-Windows-Shell-Setup"
+ },
+ "settingName": {
+ "$id": "2256",
+ "kind": "string",
+ "type": {
+ "$ref": "104"
+ },
+ "value": "AutoLogon"
+ },
+ "content": {
+ "$id": "2257",
+ "kind": "string",
+ "type": {
+ "$ref": "613"
+ },
+ "value": "bubmqbxjkj"
+ }
+ }
+ }
+ ]
+ },
+ "patchSettings": {
+ "$id": "2258",
+ "kind": "model",
+ "type": {
+ "$ref": "619"
+ },
+ "value": {
+ "$id": "2259",
+ "patchMode": {
+ "$id": "2260",
+ "kind": "string",
+ "type": {
+ "$ref": "110"
+ },
+ "value": "Manual"
+ },
+ "enableHotpatching": {
+ "$id": "2261",
+ "kind": "boolean",
+ "type": {
+ "$ref": "624"
+ },
+ "value": true
+ },
+ "assessmentMode": {
+ "$id": "2262",
+ "kind": "string",
+ "type": {
+ "$ref": "118"
+ },
+ "value": "ImageDefault"
+ },
+ "automaticByPlatformSettings": {
+ "$id": "2263",
+ "kind": "model",
+ "type": {
+ "$ref": "631"
+ },
+ "value": {
+ "$id": "2264",
+ "rebootSetting": {
+ "$id": "2265",
+ "kind": "string",
+ "type": {
+ "$ref": "124"
+ },
+ "value": "Unknown"
+ },
+ "bypassPlatformSafetyChecksOnUserSchedule": {
+ "$id": "2266",
+ "kind": "boolean",
+ "type": {
+ "$ref": "636"
+ },
+ "value": true
+ }
+ }
+ }
+ }
+ },
+ "winRM": {
+ "$id": "2267",
+ "kind": "model",
+ "type": {
+ "$ref": "644"
+ },
+ "value": {
+ "$id": "2268",
+ "listeners": {
+ "$id": "2269",
+ "kind": "array",
+ "type": {
+ "$ref": "646"
+ },
+ "value": [
+ {
+ "$id": "2270",
+ "kind": "model",
+ "type": {
+ "$ref": "647"
+ },
+ "value": {
+ "$id": "2271",
+ "protocol": {
+ "$id": "2272",
+ "kind": "string",
+ "type": {
+ "$ref": "134"
+ },
+ "value": "Https"
+ },
+ "certificateUrl": {
+ "$id": "2273",
+ "kind": "string",
+ "type": {
+ "$ref": "652"
+ },
+ "value": "https://myVaultName.vault.azure.net/secrets/myCertName"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ "enableVMAgentPlatformUpdates": {
+ "$id": "2274",
+ "kind": "boolean",
+ "type": {
+ "$ref": "660"
+ },
+ "value": true
+ }
+ }
+ },
+ "linuxConfiguration": {
+ "$id": "2275",
+ "kind": "model",
+ "type": {
+ "$ref": "666"
+ },
+ "value": {
+ "$id": "2276",
+ "disablePasswordAuthentication": {
+ "$id": "2277",
+ "kind": "boolean",
+ "type": {
+ "$ref": "668"
+ },
+ "value": true
+ },
+ "ssh": {
+ "$id": "2278",
+ "kind": "model",
+ "type": {
+ "$ref": "672"
+ },
+ "value": {
+ "$id": "2279",
+ "publicKeys": {
+ "$id": "2280",
+ "kind": "array",
+ "type": {
+ "$ref": "674"
+ },
+ "value": [
+ {
+ "$id": "2281",
+ "kind": "model",
+ "type": {
+ "$ref": "675"
+ },
+ "value": {
+ "$id": "2282",
+ "path": {
+ "$id": "2283",
+ "kind": "string",
+ "type": {
+ "$ref": "677"
+ },
+ "value": "kmqz"
+ },
+ "keyData": {
+ "$id": "2284",
+ "kind": "string",
+ "type": {
+ "$ref": "681"
+ },
+ "value": "kivgsubusvpprwqaqpjcmhsv"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ "provisionVMAgent": {
+ "$id": "2285",
+ "kind": "boolean",
+ "type": {
+ "$ref": "689"
+ },
+ "value": true
+ },
+ "patchSettings": {
+ "$id": "2286",
+ "kind": "model",
+ "type": {
+ "$ref": "693"
+ },
+ "value": {
+ "$id": "2287",
+ "patchMode": {
+ "$id": "2288",
+ "kind": "string",
+ "type": {
+ "$ref": "140"
+ },
+ "value": "ImageDefault"
+ },
+ "assessmentMode": {
+ "$id": "2289",
+ "kind": "string",
+ "type": {
+ "$ref": "146"
+ },
+ "value": "ImageDefault"
+ },
+ "automaticByPlatformSettings": {
+ "$id": "2290",
+ "kind": "model",
+ "type": {
+ "$ref": "701"
+ },
+ "value": {
+ "$id": "2291",
+ "rebootSetting": {
+ "$id": "2292",
+ "kind": "string",
+ "type": {
+ "$ref": "152"
+ },
+ "value": "Unknown"
+ },
+ "bypassPlatformSafetyChecksOnUserSchedule": {
+ "$id": "2293",
+ "kind": "boolean",
+ "type": {
+ "$ref": "706"
+ },
+ "value": true
+ }
+ }
+ }
+ }
+ },
+ "enableVMAgentPlatformUpdates": {
+ "$id": "2294",
+ "kind": "boolean",
+ "type": {
+ "$ref": "714"
+ },
+ "value": true
+ }
+ }
+ },
+ "secrets": {
+ "$id": "2295",
+ "kind": "array",
+ "type": {
+ "$ref": "720"
+ },
+ "value": [
+ {
+ "$id": "2296",
+ "kind": "model",
+ "type": {
+ "$ref": "721"
+ },
+ "value": {
+ "$id": "2297",
+ "sourceVault": {
+ "$id": "2298",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "2299",
+ "id": {
+ "$id": "2300",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}"
+ }
+ }
+ },
+ "vaultCertificates": {
+ "$id": "2301",
+ "kind": "array",
+ "type": {
+ "$ref": "732"
+ },
+ "value": [
+ {
+ "$id": "2302",
+ "kind": "model",
+ "type": {
+ "$ref": "733"
+ },
+ "value": {
+ "$id": "2303",
+ "certificateUrl": {
+ "$id": "2304",
+ "kind": "string",
+ "type": {
+ "$ref": "735"
+ },
+ "value": "https://myVaultName.vault.azure.net/secrets/myCertName"
+ },
+ "certificateStore": {
+ "$id": "2305",
+ "kind": "string",
+ "type": {
+ "$ref": "739"
+ },
+ "value": "nlxrwavpzhueffxsshlun"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ },
+ "allowExtensionOperations": {
+ "$id": "2306",
+ "kind": "boolean",
+ "type": {
+ "$ref": "747"
+ },
+ "value": true
+ },
+ "requireGuestProvisionSignal": {
+ "$id": "2307",
+ "kind": "boolean",
+ "type": {
+ "$ref": "751"
+ },
+ "value": true
+ }
+ }
+ },
+ "storageProfile": {
+ "$id": "2308",
+ "kind": "model",
+ "type": {
+ "$ref": "757"
+ },
+ "value": {
+ "$id": "2309",
+ "imageReference": {
+ "$id": "2310",
+ "kind": "model",
+ "type": {
+ "$ref": "759"
+ },
+ "value": {
+ "$id": "2311",
+ "publisher": {
+ "$id": "2312",
+ "kind": "string",
+ "type": {
+ "$ref": "766"
+ },
+ "value": "mqxgwbiyjzmxavhbkd"
+ },
+ "offer": {
+ "$id": "2313",
+ "kind": "string",
+ "type": {
+ "$ref": "770"
+ },
+ "value": "isxgumkarlkomp"
+ },
+ "sku": {
+ "$id": "2314",
+ "kind": "string",
+ "type": {
+ "$ref": "774"
+ },
+ "value": "eojmppqcrnpmxirtp"
+ },
+ "version": {
+ "$id": "2315",
+ "kind": "string",
+ "type": {
+ "$ref": "778"
+ },
+ "value": "wvpcqefgtmqdgltiuz"
+ },
+ "sharedGalleryImageId": {
+ "$id": "2316",
+ "kind": "string",
+ "type": {
+ "$ref": "786"
+ },
+ "value": "kmkgihoxwlawuuhcinfirktdwkmx"
+ },
+ "communityGalleryImageId": {
+ "$id": "2317",
+ "kind": "string",
+ "type": {
+ "$ref": "790"
+ },
+ "value": "vlqe"
+ },
+ "id": {
+ "$id": "2318",
+ "kind": "string",
+ "type": {
+ "$ref": "761"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}/versions/{versionName}"
+ }
+ }
+ },
+ "osDisk": {
+ "$id": "2319",
+ "kind": "model",
+ "type": {
+ "$ref": "796"
+ },
+ "value": {
+ "$id": "2320",
+ "name": {
+ "$id": "2321",
+ "kind": "string",
+ "type": {
+ "$ref": "798"
+ },
+ "value": "wfttw"
+ },
+ "caching": {
+ "$id": "2322",
+ "kind": "string",
+ "type": {
+ "$ref": "162"
+ },
+ "value": "None"
+ },
+ "writeAcceleratorEnabled": {
+ "$id": "2323",
+ "kind": "boolean",
+ "type": {
+ "$ref": "805"
+ },
+ "value": true
+ },
+ "createOption": {
+ "$id": "2324",
+ "kind": "string",
+ "type": {
+ "$ref": "170"
+ },
+ "value": "FromImage"
+ },
+ "diffDiskSettings": {
+ "$id": "2325",
+ "kind": "model",
+ "type": {
+ "$ref": "812"
+ },
+ "value": {
+ "$id": "2326",
+ "option": {
+ "$id": "2327",
+ "kind": "string",
+ "type": {
+ "$ref": "182"
+ },
+ "value": "Local"
+ },
+ "placement": {
+ "$id": "2328",
+ "kind": "string",
+ "type": {
+ "$ref": "186"
+ },
+ "value": "CacheDisk"
+ }
+ }
+ },
+ "diskSizeGB": {
+ "$id": "2329",
+ "kind": "number",
+ "type": {
+ "$ref": "822"
+ },
+ "value": 14
+ },
+ "osType": {
+ "$id": "2330",
+ "kind": "string",
+ "type": {
+ "$ref": "194"
+ },
+ "value": "Windows"
+ },
+ "image": {
+ "$id": "2331",
+ "kind": "model",
+ "type": {
+ "$ref": "829"
+ },
+ "value": {
+ "$id": "2332",
+ "uri": {
+ "$id": "2333",
+ "kind": "string",
+ "type": {
+ "$ref": "831"
+ },
+ "value": "https://myStorageAccountName.blob.core.windows.net/myContainerName/myVhdName.vhd"
+ }
+ }
+ },
+ "vhdContainers": {
+ "$id": "2334",
+ "kind": "array",
+ "type": {
+ "$ref": "837"
+ },
+ "value": [
+ {
+ "$id": "2335",
+ "kind": "string",
+ "type": {
+ "$ref": "838"
+ },
+ "value": "tkzcwddtinkfpnfklatw"
+ }
+ ]
+ },
+ "managedDisk": {
+ "$id": "2336",
+ "kind": "model",
+ "type": {
+ "$ref": "842"
+ },
+ "value": {
+ "$id": "2337",
+ "storageAccountType": {
+ "$id": "2338",
+ "kind": "string",
+ "type": {
+ "$ref": "200"
+ },
+ "value": "Standard_LRS"
+ },
+ "diskEncryptionSet": {
+ "$id": "2339",
+ "kind": "model",
+ "type": {
+ "$ref": "847"
+ },
+ "value": {
+ "$id": "2340",
+ "id": {
+ "$id": "2341",
+ "kind": "string",
+ "type": {
+ "$ref": "849"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}"
+ }
+ }
+ },
+ "securityProfile": {
+ "$id": "2342",
+ "kind": "model",
+ "type": {
+ "$ref": "856"
+ },
+ "value": {
+ "$id": "2343",
+ "securityEncryptionType": {
+ "$id": "2344",
+ "kind": "string",
+ "type": {
+ "$ref": "216"
+ },
+ "value": "VMGuestStateOnly"
+ },
+ "diskEncryptionSet": {
+ "$id": "2345",
+ "kind": "model",
+ "type": {
+ "$ref": "847"
+ },
+ "value": {
+ "$id": "2346",
+ "id": {
+ "$id": "2347",
+ "kind": "string",
+ "type": {
+ "$ref": "849"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "deleteOption": {
+ "$id": "2348",
+ "kind": "string",
+ "type": {
+ "$ref": "224"
+ },
+ "value": "Delete"
+ }
+ }
+ },
+ "dataDisks": {
+ "$id": "2349",
+ "kind": "array",
+ "type": {
+ "$ref": "873"
+ },
+ "value": [
+ {
+ "$id": "2350",
+ "kind": "model",
+ "type": {
+ "$ref": "874"
+ },
+ "value": {
+ "$id": "2351",
+ "name": {
+ "$id": "2352",
+ "kind": "string",
+ "type": {
+ "$ref": "876"
+ },
+ "value": "eogiykmdmeikswxmigjws"
+ },
+ "lun": {
+ "$id": "2353",
+ "kind": "number",
+ "type": {
+ "$ref": "880"
+ },
+ "value": 14
+ },
+ "caching": {
+ "$id": "2354",
+ "kind": "string",
+ "type": {
+ "$ref": "162"
+ },
+ "value": "None"
+ },
+ "writeAcceleratorEnabled": {
+ "$id": "2355",
+ "kind": "boolean",
+ "type": {
+ "$ref": "887"
+ },
+ "value": true
+ },
+ "createOption": {
+ "$id": "2356",
+ "kind": "string",
+ "type": {
+ "$ref": "170"
+ },
+ "value": "FromImage"
+ },
+ "diskSizeGB": {
+ "$id": "2357",
+ "kind": "number",
+ "type": {
+ "$ref": "894"
+ },
+ "value": 6
+ },
+ "managedDisk": {
+ "$id": "2358",
+ "kind": "model",
+ "type": {
+ "$ref": "842"
+ },
+ "value": {
+ "$id": "2359",
+ "storageAccountType": {
+ "$id": "2360",
+ "kind": "string",
+ "type": {
+ "$ref": "200"
+ },
+ "value": "Standard_LRS"
+ },
+ "diskEncryptionSet": {
+ "$id": "2361",
+ "kind": "model",
+ "type": {
+ "$ref": "847"
+ },
+ "value": {
+ "$id": "2362",
+ "id": {
+ "$id": "2363",
+ "kind": "string",
+ "type": {
+ "$ref": "849"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}"
+ }
+ }
+ },
+ "securityProfile": {
+ "$id": "2364",
+ "kind": "model",
+ "type": {
+ "$ref": "856"
+ },
+ "value": {
+ "$id": "2365",
+ "securityEncryptionType": {
+ "$id": "2366",
+ "kind": "string",
+ "type": {
+ "$ref": "216"
+ },
+ "value": "VMGuestStateOnly"
+ },
+ "diskEncryptionSet": {
+ "$id": "2367",
+ "kind": "model",
+ "type": {
+ "$ref": "847"
+ },
+ "value": {
+ "$id": "2368",
+ "id": {
+ "$id": "2369",
+ "kind": "string",
+ "type": {
+ "$ref": "849"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "diskIOPSReadWrite": {
+ "$id": "2370",
+ "kind": "number",
+ "type": {
+ "$ref": "901"
+ },
+ "value": 27
+ },
+ "diskMBpsReadWrite": {
+ "$id": "2371",
+ "kind": "number",
+ "type": {
+ "$ref": "905"
+ },
+ "value": 2
+ },
+ "deleteOption": {
+ "$id": "2372",
+ "kind": "string",
+ "type": {
+ "$ref": "224"
+ },
+ "value": "Delete"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ "networkProfile": {
+ "$id": "2373",
+ "kind": "model",
+ "type": {
+ "$ref": "919"
+ },
+ "value": {
+ "$id": "2374",
+ "healthProbe": {
+ "$id": "2375",
+ "kind": "model",
+ "type": {
+ "$ref": "921"
+ },
+ "value": {
+ "$id": "2376",
+ "id": {
+ "$id": "2377",
+ "kind": "string",
+ "type": {
+ "$ref": "923"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}"
+ }
+ }
+ },
+ "networkInterfaceConfigurations": {
+ "$id": "2378",
+ "kind": "array",
+ "type": {
+ "$ref": "930"
+ },
+ "value": [
+ {
+ "$id": "2379",
+ "kind": "model",
+ "type": {
+ "$ref": "931"
+ },
+ "value": {
+ "$id": "2380",
+ "name": {
+ "$id": "2381",
+ "kind": "string",
+ "type": {
+ "$ref": "933"
+ },
+ "value": "i"
+ },
+ "properties": {
+ "$id": "2382",
+ "kind": "model",
+ "type": {
+ "$ref": "937"
+ },
+ "value": {
+ "$id": "2383",
+ "primary": {
+ "$id": "2384",
+ "kind": "boolean",
+ "type": {
+ "$ref": "939"
+ },
+ "value": true
+ },
+ "enableAcceleratedNetworking": {
+ "$id": "2385",
+ "kind": "boolean",
+ "type": {
+ "$ref": "943"
+ },
+ "value": true
+ },
+ "disableTcpStateTracking": {
+ "$id": "2386",
+ "kind": "boolean",
+ "type": {
+ "$ref": "947"
+ },
+ "value": true
+ },
+ "enableFpga": {
+ "$id": "2387",
+ "kind": "boolean",
+ "type": {
+ "$ref": "951"
+ },
+ "value": true
+ },
+ "networkSecurityGroup": {
+ "$id": "2388",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "2389",
+ "id": {
+ "$id": "2390",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityGroups/{networkSecurityGroupName}"
+ }
+ }
+ },
+ "dnsSettings": {
+ "$id": "2391",
+ "kind": "model",
+ "type": {
+ "$ref": "958"
+ },
+ "value": {
+ "$id": "2392",
+ "dnsServers": {
+ "$id": "2393",
+ "kind": "array",
+ "type": {
+ "$ref": "960"
+ },
+ "value": [
+ {
+ "$id": "2394",
+ "kind": "string",
+ "type": {
+ "$ref": "961"
+ },
+ "value": "nxmmfolhclsesu"
+ }
+ ]
+ }
+ }
+ },
+ "ipConfigurations": {
+ "$id": "2395",
+ "kind": "array",
+ "type": {
+ "$ref": "967"
+ },
+ "value": [
+ {
+ "$id": "2396",
+ "kind": "model",
+ "type": {
+ "$ref": "968"
+ },
+ "value": {
+ "$id": "2397",
+ "name": {
+ "$id": "2398",
+ "kind": "string",
+ "type": {
+ "$ref": "970"
+ },
+ "value": "oezqhkidfhyywlfzwuotilrpbqnjg"
+ },
+ "properties": {
+ "$id": "2399",
+ "kind": "model",
+ "type": {
+ "$ref": "974"
+ },
+ "value": {
+ "$id": "2400",
+ "subnet": {
+ "$id": "2401",
+ "kind": "model",
+ "type": {
+ "$ref": "921"
+ },
+ "value": {
+ "$id": "2402",
+ "id": {
+ "$id": "2403",
+ "kind": "string",
+ "type": {
+ "$ref": "923"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
+ }
+ }
+ },
+ "primary": {
+ "$id": "2404",
+ "kind": "boolean",
+ "type": {
+ "$ref": "979"
+ },
+ "value": true
+ },
+ "publicIPAddressConfiguration": {
+ "$id": "2405",
+ "kind": "model",
+ "type": {
+ "$ref": "983"
+ },
+ "value": {
+ "$id": "2406",
+ "name": {
+ "$id": "2407",
+ "kind": "string",
+ "type": {
+ "$ref": "985"
+ },
+ "value": "fvpqf"
+ },
+ "properties": {
+ "$id": "2408",
+ "kind": "model",
+ "type": {
+ "$ref": "989"
+ },
+ "value": {
+ "$id": "2409",
+ "idleTimeoutInMinutes": {
+ "$id": "2410",
+ "kind": "number",
+ "type": {
+ "$ref": "991"
+ },
+ "value": 9
+ },
+ "dnsSettings": {
+ "$id": "2411",
+ "kind": "model",
+ "type": {
+ "$ref": "995"
+ },
+ "value": {
+ "$id": "2412",
+ "domainNameLabel": {
+ "$id": "2413",
+ "kind": "string",
+ "type": {
+ "$ref": "997"
+ },
+ "value": "ukrddzvmorpmfsczjwtbvp"
+ },
+ "domainNameLabelScope": {
+ "$id": "2414",
+ "kind": "string",
+ "type": {
+ "$ref": "236"
+ },
+ "value": "TenantReuse"
+ }
+ }
+ },
+ "ipTags": {
+ "$id": "2415",
+ "kind": "array",
+ "type": {
+ "$ref": "1006"
+ },
+ "value": [
+ {
+ "$id": "2416",
+ "kind": "model",
+ "type": {
+ "$ref": "1007"
+ },
+ "value": {
+ "$id": "2417",
+ "ipTagType": {
+ "$id": "2418",
+ "kind": "string",
+ "type": {
+ "$ref": "1009"
+ },
+ "value": "sddgsoemnzgqizale"
+ },
+ "tag": {
+ "$id": "2419",
+ "kind": "string",
+ "type": {
+ "$ref": "1013"
+ },
+ "value": "wufmhrjsakbiaetyara"
+ }
+ }
+ }
+ ]
+ },
+ "publicIPPrefix": {
+ "$id": "2420",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "2421",
+ "id": {
+ "$id": "2422",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName}"
+ }
+ }
+ },
+ "publicIPAddressVersion": {
+ "$id": "2423",
+ "kind": "string",
+ "type": {
+ "$ref": "246"
+ },
+ "value": "IPv4"
+ },
+ "deleteOption": {
+ "$id": "2424",
+ "kind": "string",
+ "type": {
+ "$ref": "252"
+ },
+ "value": "Delete"
+ }
+ }
+ },
+ "sku": {
+ "$id": "2425",
+ "kind": "model",
+ "type": {
+ "$ref": "1030"
+ },
+ "value": {
+ "$id": "2426",
+ "name": {
+ "$id": "2427",
+ "kind": "string",
+ "type": {
+ "$ref": "258"
+ },
+ "value": "Basic"
+ },
+ "tier": {
+ "$id": "2428",
+ "kind": "string",
+ "type": {
+ "$ref": "264"
+ },
+ "value": "Regional"
+ }
+ }
+ }
+ }
+ },
+ "privateIPAddressVersion": {
+ "$id": "2429",
+ "kind": "string",
+ "type": {
+ "$ref": "246"
+ },
+ "value": "IPv4"
+ },
+ "applicationGatewayBackendAddressPools": {
+ "$id": "2430",
+ "kind": "array",
+ "type": {
+ "$ref": "1045"
+ },
+ "value": [
+ {
+ "$id": "2431",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "2432",
+ "id": {
+ "$id": "2433",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/backendAddressPools/{backendAddressPoolName}"
+ }
+ }
+ }
+ ]
+ },
+ "applicationSecurityGroups": {
+ "$id": "2434",
+ "kind": "array",
+ "type": {
+ "$ref": "1049"
+ },
+ "value": [
+ {
+ "$id": "2435",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "2436",
+ "id": {
+ "$id": "2437",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationSecurityGroups/{applicationSecurityGroupName}"
+ }
+ }
+ }
+ ]
+ },
+ "loadBalancerBackendAddressPools": {
+ "$id": "2438",
+ "kind": "array",
+ "type": {
+ "$ref": "1053"
+ },
+ "value": [
+ {
+ "$id": "2439",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "2440",
+ "id": {
+ "$id": "2441",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/backendAddressPools/{backendAddressPoolName}"
+ }
+ }
+ }
+ ]
+ },
+ "loadBalancerInboundNatPools": {
+ "$id": "2442",
+ "kind": "array",
+ "type": {
+ "$ref": "1057"
+ },
+ "value": [
+ {
+ "$id": "2443",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "2444",
+ "id": {
+ "$id": "2445",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/inboundNatPools/{inboundNatPoolName}"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+ }
+ ]
+ },
+ "enableIPForwarding": {
+ "$id": "2446",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1065"
+ },
+ "value": true
+ },
+ "deleteOption": {
+ "$id": "2447",
+ "kind": "string",
+ "type": {
+ "$ref": "252"
+ },
+ "value": "Delete"
+ },
+ "auxiliaryMode": {
+ "$id": "2448",
+ "kind": "string",
+ "type": {
+ "$ref": "270"
+ },
+ "value": "None"
+ },
+ "auxiliarySku": {
+ "$id": "2449",
+ "kind": "string",
+ "type": {
+ "$ref": "278"
+ },
+ "value": "None"
+ }
+ }
+ }
+ }
+ }
+ ]
+ },
+ "networkApiVersion": {
+ "$id": "2450",
+ "kind": "string",
+ "type": {
+ "$ref": "290"
+ },
+ "value": "2020-11-01"
+ }
+ }
+ },
+ "securityProfile": {
+ "$id": "2451",
+ "kind": "model",
+ "type": {
+ "$ref": "1087"
+ },
+ "value": {
+ "$id": "2452",
+ "uefiSettings": {
+ "$id": "2453",
+ "kind": "model",
+ "type": {
+ "$ref": "1089"
+ },
+ "value": {
+ "$id": "2454",
+ "secureBootEnabled": {
+ "$id": "2455",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1091"
+ },
+ "value": true
+ },
+ "vTpmEnabled": {
+ "$id": "2456",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1095"
+ },
+ "value": true
+ }
+ }
+ },
+ "encryptionAtHost": {
+ "$id": "2457",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1101"
+ },
+ "value": true
+ },
+ "securityType": {
+ "$id": "2458",
+ "kind": "string",
+ "type": {
+ "$ref": "294"
+ },
+ "value": "TrustedLaunch"
+ },
+ "encryptionIdentity": {
+ "$id": "2459",
+ "kind": "model",
+ "type": {
+ "$ref": "1108"
+ },
+ "value": {
+ "$id": "2460",
+ "userAssignedIdentityResourceId": {
+ "$id": "2461",
+ "kind": "string",
+ "type": {
+ "$ref": "1110"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{userAssignedIdentityName}"
+ }
+ }
+ },
+ "proxyAgentSettings": {
+ "$id": "2462",
+ "kind": "model",
+ "type": {
+ "$ref": "1117"
+ },
+ "value": {
+ "$id": "2463",
+ "enabled": {
+ "$id": "2464",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1119"
+ },
+ "value": true
+ },
+ "mode": {
+ "$id": "2465",
+ "kind": "string",
+ "type": {
+ "$ref": "300"
+ },
+ "value": "Audit"
+ },
+ "keyIncarnationId": {
+ "$id": "2466",
+ "kind": "number",
+ "type": {
+ "$ref": "1126"
+ },
+ "value": 20
+ }
+ }
+ }
+ }
+ },
+ "diagnosticsProfile": {
+ "$id": "2467",
+ "kind": "model",
+ "type": {
+ "$ref": "1134"
+ },
+ "value": {
+ "$id": "2468",
+ "bootDiagnostics": {
+ "$id": "2469",
+ "kind": "model",
+ "type": {
+ "$ref": "1136"
+ },
+ "value": {
+ "$id": "2470",
+ "enabled": {
+ "$id": "2471",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1138"
+ },
+ "value": true
+ },
+ "storageUri": {
+ "$id": "2472",
+ "kind": "string",
+ "type": {
+ "$ref": "1142"
+ },
+ "value": "http://myStorageAccountName.blob.core.windows.net"
+ }
+ }
+ }
+ }
+ },
+ "extensionProfile": {
+ "$id": "2473",
+ "kind": "model",
+ "type": {
+ "$ref": "1150"
+ },
+ "value": {
+ "$id": "2474",
+ "extensions": {
+ "$id": "2475",
+ "kind": "array",
+ "type": {
+ "$ref": "1152"
+ },
+ "value": [
+ {
+ "$id": "2476",
+ "kind": "model",
+ "type": {
+ "$ref": "1153"
+ },
+ "value": {
+ "$id": "2477",
+ "name": {
+ "$id": "2478",
+ "kind": "string",
+ "type": {
+ "$ref": "1160"
+ },
+ "value": "bndxuxx"
+ },
+ "properties": {
+ "$id": "2479",
+ "kind": "model",
+ "type": {
+ "$ref": "1168"
+ },
+ "value": {
+ "$id": "2480",
+ "forceUpdateTag": {
+ "$id": "2481",
+ "kind": "string",
+ "type": {
+ "$ref": "1170"
+ },
+ "value": "yhgxw"
+ },
+ "publisher": {
+ "$id": "2482",
+ "kind": "string",
+ "type": {
+ "$ref": "1174"
+ },
+ "value": "kpxtirxjfprhs"
+ },
+ "type": {
+ "$id": "2483",
+ "kind": "string",
+ "type": {
+ "$ref": "1178"
+ },
+ "value": "pgjilctjjwaa"
+ },
+ "typeHandlerVersion": {
+ "$id": "2484",
+ "kind": "string",
+ "type": {
+ "$ref": "1182"
+ },
+ "value": "zevivcoilxmbwlrihhhibq"
+ },
+ "autoUpgradeMinorVersion": {
+ "$id": "2485",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1186"
+ },
+ "value": true
+ },
+ "enableAutomaticUpgrade": {
+ "$id": "2486",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1190"
+ },
+ "value": true
+ },
+ "settings": {
+ "$id": "2487",
+ "kind": "dict",
+ "type": {
+ "$ref": "1194"
+ },
+ "value": {
+ "$id": "2488"
+ }
+ },
+ "protectedSettings": {
+ "$id": "2489",
+ "kind": "dict",
+ "type": {
+ "$ref": "1200"
+ },
+ "value": {
+ "$id": "2490"
+ }
+ },
+ "provisionAfterExtensions": {
+ "$id": "2491",
+ "kind": "array",
+ "type": {
+ "$ref": "1210"
+ },
+ "value": [
+ {
+ "$id": "2492",
+ "kind": "string",
+ "type": {
+ "$ref": "1211"
+ },
+ "value": "nftzosroolbcwmpupujzqwqe"
+ }
+ ]
+ },
+ "suppressFailures": {
+ "$id": "2493",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1215"
+ },
+ "value": true
+ },
+ "protectedSettingsFromKeyVault": {
+ "$id": "2494",
+ "kind": "model",
+ "type": {
+ "$ref": "1219"
+ },
+ "value": {
+ "$id": "2495",
+ "secretUrl": {
+ "$id": "2496",
+ "kind": "string",
+ "type": {
+ "$ref": "1221"
+ },
+ "value": "https://myvaultName.vault.azure.net/secrets/secret/mySecretName"
+ },
+ "sourceVault": {
+ "$id": "2497",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "2498",
+ "id": {
+ "$id": "2499",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ ]
+ },
+ "extensionsTimeBudget": {
+ "$id": "2500",
+ "kind": "string",
+ "type": {
+ "$ref": "1234"
+ },
+ "value": "mbhjahtdygwgyszdwjtvlvtgchdwil"
+ }
+ }
+ },
+ "licenseType": {
+ "$id": "2501",
+ "kind": "string",
+ "type": {
+ "$ref": "1240"
+ },
+ "value": "v"
+ },
+ "scheduledEventsProfile": {
+ "$id": "2502",
+ "kind": "model",
+ "type": {
+ "$ref": "1244"
+ },
+ "value": {
+ "$id": "2503",
+ "terminateNotificationProfile": {
+ "$id": "2504",
+ "kind": "model",
+ "type": {
+ "$ref": "1246"
+ },
+ "value": {
+ "$id": "2505",
+ "notBeforeTimeout": {
+ "$id": "2506",
+ "kind": "string",
+ "type": {
+ "$ref": "1248"
+ },
+ "value": "iljppmmw"
+ },
+ "enable": {
+ "$id": "2507",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1252"
+ },
+ "value": true
+ }
+ }
+ },
+ "osImageNotificationProfile": {
+ "$id": "2508",
+ "kind": "model",
+ "type": {
+ "$ref": "1258"
+ },
+ "value": {
+ "$id": "2509",
+ "notBeforeTimeout": {
+ "$id": "2510",
+ "kind": "string",
+ "type": {
+ "$ref": "1260"
+ },
+ "value": "olbpadmevekyczfokodtfprxti"
+ },
+ "enable": {
+ "$id": "2511",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1264"
+ },
+ "value": true
+ }
+ }
+ }
+ }
+ },
+ "userData": {
+ "$id": "2512",
+ "kind": "string",
+ "type": {
+ "$ref": "1272"
+ },
+ "value": "s"
+ },
+ "capacityReservation": {
+ "$id": "2513",
+ "kind": "model",
+ "type": {
+ "$ref": "1276"
+ },
+ "value": {
+ "$id": "2514",
+ "capacityReservationGroup": {
+ "$id": "2515",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "2516",
+ "id": {
+ "$id": "2517",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/capacityReservationGroups/{capacityReservationGroupName}"
+ }
+ }
+ }
+ }
+ },
+ "applicationProfile": {
+ "$id": "2518",
+ "kind": "model",
+ "type": {
+ "$ref": "1283"
+ },
+ "value": {
+ "$id": "2519",
+ "galleryApplications": {
+ "$id": "2520",
+ "kind": "array",
+ "type": {
+ "$ref": "1285"
+ },
+ "value": [
+ {
+ "$id": "2521",
+ "kind": "model",
+ "type": {
+ "$ref": "1286"
+ },
+ "value": {
+ "$id": "2522",
+ "tags": {
+ "$id": "2523",
+ "kind": "string",
+ "type": {
+ "$ref": "1288"
+ },
+ "value": "eyrqjbib"
+ },
+ "order": {
+ "$id": "2524",
+ "kind": "number",
+ "type": {
+ "$ref": "1292"
+ },
+ "value": 5
+ },
+ "packageReferenceId": {
+ "$id": "2525",
+ "kind": "string",
+ "type": {
+ "$ref": "1296"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{applicationName}/versions/{versionName}"
+ },
+ "configurationReference": {
+ "$id": "2526",
+ "kind": "string",
+ "type": {
+ "$ref": "1301"
+ },
+ "value": "ulztmiavpojpbpbddgnuuiimxcpau"
+ },
+ "treatFailureAsDeploymentFailure": {
+ "$id": "2527",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1305"
+ },
+ "value": true
+ },
+ "enableAutomaticUpgrade": {
+ "$id": "2528",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1309"
+ },
+ "value": true
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ "hardwareProfile": {
+ "$id": "2529",
+ "kind": "model",
+ "type": {
+ "$ref": "1317"
+ },
+ "value": {
+ "$id": "2530",
+ "vmSizeProperties": {
+ "$id": "2531",
+ "kind": "model",
+ "type": {
+ "$ref": "1319"
+ },
+ "value": {
+ "$id": "2532",
+ "vCPUsAvailable": {
+ "$id": "2533",
+ "kind": "number",
+ "type": {
+ "$ref": "1321"
+ },
+ "value": 16
+ },
+ "vCPUsPerCore": {
+ "$id": "2534",
+ "kind": "number",
+ "type": {
+ "$ref": "1325"
+ },
+ "value": 23
+ }
+ }
+ }
+ }
+ },
+ "serviceArtifactReference": {
+ "$id": "2535",
+ "kind": "model",
+ "type": {
+ "$ref": "1333"
+ },
+ "value": {
+ "$id": "2536",
+ "id": {
+ "$id": "2537",
+ "kind": "string",
+ "type": {
+ "$ref": "1335"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactsName}/vmArtifactsProfiles/{vmArtifactsProfileName}"
+ }
+ }
+ },
+ "securityPostureReference": {
+ "$id": "2538",
+ "kind": "model",
+ "type": {
+ "$ref": "1342"
+ },
+ "value": {
+ "$id": "2539",
+ "id": {
+ "$id": "2540",
+ "kind": "string",
+ "type": {
+ "$ref": "1344"
+ },
+ "value": "/CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest"
+ },
+ "excludeExtensions": {
+ "$id": "2541",
+ "kind": "array",
+ "type": {
+ "$ref": "1348"
+ },
+ "value": [
+ {
+ "$id": "2542",
+ "kind": "string",
+ "type": {
+ "$ref": "1349"
+ },
+ "value": "{securityPostureVMExtensionName}"
+ }
+ ]
+ },
+ "isOverridable": {
+ "$id": "2543",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1353"
+ },
+ "value": true
+ }
+ }
+ }
+ }
+ },
+ "computeApiVersion": {
+ "$id": "2544",
+ "kind": "string",
+ "type": {
+ "$ref": "1375"
+ },
+ "value": "2023-07-01"
+ },
+ "platformFaultDomainCount": {
+ "$id": "2545",
+ "kind": "number",
+ "type": {
+ "$ref": "1379"
+ },
+ "value": 1
+ }
+ }
+ }
+ }
+ },
+ "zones": {
+ "$id": "2546",
+ "kind": "array",
+ "type": {
+ "$ref": "1408"
+ },
+ "value": [
+ {
+ "$id": "2547",
+ "kind": "string",
+ "type": {
+ "$ref": "1409"
+ },
+ "value": "zone1"
+ },
+ {
+ "$id": "2548",
+ "kind": "string",
+ "type": {
+ "$ref": "1409"
+ },
+ "value": "zone2"
+ }
+ ]
+ },
+ "identity": {
+ "$id": "2549",
+ "kind": "model",
+ "type": {
+ "$ref": "1413"
+ },
+ "value": {
+ "$id": "2550",
+ "type": {
+ "$id": "2551",
+ "kind": "string",
+ "type": {
+ "$ref": "306"
+ },
+ "value": "UserAssigned"
+ },
+ "userAssignedIdentities": {
+ "$id": "2552",
+ "kind": "dict",
+ "type": {
+ "$ref": "1428"
+ },
+ "value": {
+ "$id": "2553",
+ "key9851": {
+ "$id": "2554",
+ "kind": "model",
+ "type": {
+ "$ref": "1431"
+ },
+ "value": {
+ "$id": "2555"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tags": {
+ "$id": "2556",
+ "kind": "dict",
+ "type": {
+ "$ref": "396"
+ },
+ "value": {
+ "$id": "2557",
+ "key3518": {
+ "$id": "2558",
+ "kind": "string",
+ "type": {
+ "$ref": "398"
+ },
+ "value": "luvrnuvsgdpbuofdskkcoqhfh"
+ }
+ }
+ },
+ "location": {
+ "$id": "2559",
+ "kind": "string",
+ "type": {
+ "$ref": "402"
+ },
+ "value": "westus"
+ },
+ "plan": {
+ "$id": "2560",
+ "kind": "model",
+ "type": {
+ "$ref": "1447"
+ },
+ "value": {
+ "$id": "2561",
+ "name": {
+ "$id": "2562",
+ "kind": "string",
+ "type": {
+ "$ref": "1449"
+ },
+ "value": "jwgrcrnrtfoxn"
+ },
+ "publisher": {
+ "$id": "2563",
+ "kind": "string",
+ "type": {
+ "$ref": "1453"
+ },
+ "value": "iozjbiqqckqm"
+ },
+ "product": {
+ "$id": "2564",
+ "kind": "string",
+ "type": {
+ "$ref": "1457"
+ },
+ "value": "cgopbyvdyqikahwyxfpzwaqk"
+ },
+ "promotionCode": {
+ "$id": "2565",
+ "kind": "string",
+ "type": {
+ "$ref": "1461"
+ },
+ "value": "naglezezplcaruqogtxnuizslqnnbr"
+ },
+ "version": {
+ "$id": "2566",
+ "kind": "string",
+ "type": {
+ "$ref": "1465"
+ },
+ "value": "wa"
+ }
+ }
+ }
+ }
+ }
+ }
+ ],
+ "responses": [
+ {
+ "$id": "2567",
+ "response": {
+ "$ref": "2196"
+ },
+ "statusCode": 200,
+ "bodyValue": {
+ "$id": "2568",
+ "kind": "model",
+ "type": {
+ "$ref": "350"
+ },
+ "value": {
+ "$id": "2569",
+ "properties": {
+ "$id": "2570",
+ "kind": "model",
+ "type": {
+ "$ref": "406"
+ },
+ "value": {
+ "$id": "2571",
+ "provisioningState": {
+ "$id": "2572",
+ "kind": "string",
+ "type": {
+ "$ref": "2"
+ },
+ "value": "Succeeded"
+ },
+ "spotPriorityProfile": {
+ "$id": "2573",
+ "kind": "model",
+ "type": {
+ "$ref": "411"
+ },
+ "value": {
+ "$id": "2574",
+ "capacity": {
+ "$id": "2575",
+ "kind": "number",
+ "type": {
+ "$ref": "413"
+ },
+ "value": 10
+ },
+ "minCapacity": {
+ "$id": "2576",
+ "kind": "number",
+ "type": {
+ "$ref": "417"
+ },
+ "value": 20
+ },
+ "maxPricePerVM": {
+ "$id": "2577",
+ "kind": "number",
+ "type": {
+ "$ref": "421"
+ },
+ "value": 0.00865
+ },
+ "evictionPolicy": {
+ "$id": "2578",
+ "kind": "string",
+ "type": {
+ "$ref": "18"
+ },
+ "value": "Delete"
+ },
+ "allocationStrategy": {
+ "$id": "2579",
+ "kind": "string",
+ "type": {
+ "$ref": "24"
+ },
+ "value": "PriceCapacityOptimized"
+ },
+ "maintain": {
+ "$id": "2580",
+ "kind": "boolean",
+ "type": {
+ "$ref": "431"
+ },
+ "value": true
+ }
+ }
+ },
+ "regularPriorityProfile": {
+ "$id": "2581",
+ "kind": "model",
+ "type": {
+ "$ref": "437"
+ },
+ "value": {
+ "$id": "2582",
+ "capacity": {
+ "$id": "2583",
+ "kind": "number",
+ "type": {
+ "$ref": "439"
+ },
+ "value": 10
+ },
+ "minCapacity": {
+ "$id": "2584",
+ "kind": "number",
+ "type": {
+ "$ref": "443"
+ },
+ "value": 10
+ },
+ "allocationStrategy": {
+ "$id": "2585",
+ "kind": "string",
+ "type": {
+ "$ref": "32"
+ },
+ "value": "LowestPrice"
+ }
+ }
+ },
+ "vmSizesProfile": {
+ "$id": "2586",
+ "kind": "array",
+ "type": {
+ "$ref": "452"
+ },
+ "value": [
+ {
+ "$id": "2587",
+ "kind": "model",
+ "type": {
+ "$ref": "453"
+ },
+ "value": {
+ "$id": "2588",
+ "name": {
+ "$id": "2589",
+ "kind": "string",
+ "type": {
+ "$ref": "455"
+ },
+ "value": "Standard_d1_v2"
+ },
+ "rank": {
+ "$id": "2590",
+ "kind": "number",
+ "type": {
+ "$ref": "459"
+ },
+ "value": 19225
+ }
+ }
+ }
+ ]
+ },
+ "computeProfile": {
+ "$id": "2591",
+ "kind": "model",
+ "type": {
+ "$ref": "1370"
+ },
+ "value": {
+ "$id": "2592",
+ "baseVirtualMachineProfile": {
+ "$id": "2593",
+ "kind": "model",
+ "type": {
+ "$ref": "565"
+ },
+ "value": {
+ "$id": "2594",
+ "osProfile": {
+ "$id": "2595",
+ "kind": "model",
+ "type": {
+ "$ref": "567"
+ },
+ "value": {
+ "$id": "2596",
+ "computerNamePrefix": {
+ "$id": "2597",
+ "kind": "string",
+ "type": {
+ "$ref": "569"
+ },
+ "value": "o"
+ },
+ "adminUsername": {
+ "$id": "2598",
+ "kind": "string",
+ "type": {
+ "$ref": "573"
+ },
+ "value": "nrgzqciiaaxjrqldbmjbqkyhntp"
+ },
+ "windowsConfiguration": {
+ "$id": "2599",
+ "kind": "model",
+ "type": {
+ "$ref": "585"
+ },
+ "value": {
+ "$id": "2600",
+ "provisionVMAgent": {
+ "$id": "2601",
+ "kind": "boolean",
+ "type": {
+ "$ref": "587"
+ },
+ "value": true
+ },
+ "enableAutomaticUpdates": {
+ "$id": "2602",
+ "kind": "boolean",
+ "type": {
+ "$ref": "591"
+ },
+ "value": true
+ },
+ "timeZone": {
+ "$id": "2603",
+ "kind": "string",
+ "type": {
+ "$ref": "595"
+ },
+ "value": "hlyjiqcfksgrpjrct"
+ },
+ "additionalUnattendContent": {
+ "$id": "2604",
+ "kind": "array",
+ "type": {
+ "$ref": "599"
+ },
+ "value": [
+ {
+ "$id": "2605",
+ "kind": "model",
+ "type": {
+ "$ref": "600"
+ },
+ "value": {
+ "$id": "2606",
+ "passName": {
+ "$id": "2607",
+ "kind": "string",
+ "type": {
+ "$ref": "602"
+ },
+ "value": "OobeSystem"
+ },
+ "componentName": {
+ "$id": "2608",
+ "kind": "string",
+ "type": {
+ "$ref": "606"
+ },
+ "value": "Microsoft-Windows-Shell-Setup"
+ },
+ "settingName": {
+ "$id": "2609",
+ "kind": "string",
+ "type": {
+ "$ref": "104"
+ },
+ "value": "AutoLogon"
+ }
+ }
+ }
+ ]
+ },
+ "patchSettings": {
+ "$id": "2610",
+ "kind": "model",
+ "type": {
+ "$ref": "619"
+ },
+ "value": {
+ "$id": "2611",
+ "patchMode": {
+ "$id": "2612",
+ "kind": "string",
+ "type": {
+ "$ref": "110"
+ },
+ "value": "Manual"
+ },
+ "enableHotpatching": {
+ "$id": "2613",
+ "kind": "boolean",
+ "type": {
+ "$ref": "624"
+ },
+ "value": true
+ },
+ "assessmentMode": {
+ "$id": "2614",
+ "kind": "string",
+ "type": {
+ "$ref": "118"
+ },
+ "value": "ImageDefault"
+ },
+ "automaticByPlatformSettings": {
+ "$id": "2615",
+ "kind": "model",
+ "type": {
+ "$ref": "631"
+ },
+ "value": {
+ "$id": "2616",
+ "rebootSetting": {
+ "$id": "2617",
+ "kind": "string",
+ "type": {
+ "$ref": "124"
+ },
+ "value": "Unknown"
+ },
+ "bypassPlatformSafetyChecksOnUserSchedule": {
+ "$id": "2618",
+ "kind": "boolean",
+ "type": {
+ "$ref": "636"
+ },
+ "value": true
+ }
+ }
+ }
+ }
+ },
+ "winRM": {
+ "$id": "2619",
+ "kind": "model",
+ "type": {
+ "$ref": "644"
+ },
+ "value": {
+ "$id": "2620",
+ "listeners": {
+ "$id": "2621",
+ "kind": "array",
+ "type": {
+ "$ref": "646"
+ },
+ "value": [
+ {
+ "$id": "2622",
+ "kind": "model",
+ "type": {
+ "$ref": "647"
+ },
+ "value": {
+ "$id": "2623",
+ "protocol": {
+ "$id": "2624",
+ "kind": "string",
+ "type": {
+ "$ref": "134"
+ },
+ "value": "Https"
+ },
+ "certificateUrl": {
+ "$id": "2625",
+ "kind": "string",
+ "type": {
+ "$ref": "652"
+ },
+ "value": "https://myVaultName.vault.azure.net/secrets/myCertName"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ "enableVMAgentPlatformUpdates": {
+ "$id": "2626",
+ "kind": "boolean",
+ "type": {
+ "$ref": "660"
+ },
+ "value": true
+ }
+ }
+ },
+ "linuxConfiguration": {
+ "$id": "2627",
+ "kind": "model",
+ "type": {
+ "$ref": "666"
+ },
+ "value": {
+ "$id": "2628",
+ "disablePasswordAuthentication": {
+ "$id": "2629",
+ "kind": "boolean",
+ "type": {
+ "$ref": "668"
+ },
+ "value": true
+ },
+ "ssh": {
+ "$id": "2630",
+ "kind": "model",
+ "type": {
+ "$ref": "672"
+ },
+ "value": {
+ "$id": "2631",
+ "publicKeys": {
+ "$id": "2632",
+ "kind": "array",
+ "type": {
+ "$ref": "674"
+ },
+ "value": [
+ {
+ "$id": "2633",
+ "kind": "model",
+ "type": {
+ "$ref": "675"
+ },
+ "value": {
+ "$id": "2634",
+ "path": {
+ "$id": "2635",
+ "kind": "string",
+ "type": {
+ "$ref": "677"
+ },
+ "value": "kmqz"
+ },
+ "keyData": {
+ "$id": "2636",
+ "kind": "string",
+ "type": {
+ "$ref": "681"
+ },
+ "value": "kivgsubusvpprwqaqpjcmhsv"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ "provisionVMAgent": {
+ "$id": "2637",
+ "kind": "boolean",
+ "type": {
+ "$ref": "689"
+ },
+ "value": true
+ },
+ "patchSettings": {
+ "$id": "2638",
+ "kind": "model",
+ "type": {
+ "$ref": "693"
+ },
+ "value": {
+ "$id": "2639",
+ "patchMode": {
+ "$id": "2640",
+ "kind": "string",
+ "type": {
+ "$ref": "140"
+ },
+ "value": "ImageDefault"
+ },
+ "assessmentMode": {
+ "$id": "2641",
+ "kind": "string",
+ "type": {
+ "$ref": "146"
+ },
+ "value": "ImageDefault"
+ },
+ "automaticByPlatformSettings": {
+ "$id": "2642",
+ "kind": "model",
+ "type": {
+ "$ref": "701"
+ },
+ "value": {
+ "$id": "2643",
+ "rebootSetting": {
+ "$id": "2644",
+ "kind": "string",
+ "type": {
+ "$ref": "152"
+ },
+ "value": "Unknown"
+ },
+ "bypassPlatformSafetyChecksOnUserSchedule": {
+ "$id": "2645",
+ "kind": "boolean",
+ "type": {
+ "$ref": "706"
+ },
+ "value": true
+ }
+ }
+ }
+ }
+ },
+ "enableVMAgentPlatformUpdates": {
+ "$id": "2646",
+ "kind": "boolean",
+ "type": {
+ "$ref": "714"
+ },
+ "value": true
+ }
+ }
+ },
+ "secrets": {
+ "$id": "2647",
+ "kind": "array",
+ "type": {
+ "$ref": "720"
+ },
+ "value": [
+ {
+ "$id": "2648",
+ "kind": "model",
+ "type": {
+ "$ref": "721"
+ },
+ "value": {
+ "$id": "2649",
+ "sourceVault": {
+ "$id": "2650",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "2651",
+ "id": {
+ "$id": "2652",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}"
+ }
+ }
+ },
+ "vaultCertificates": {
+ "$id": "2653",
+ "kind": "array",
+ "type": {
+ "$ref": "732"
+ },
+ "value": [
+ {
+ "$id": "2654",
+ "kind": "model",
+ "type": {
+ "$ref": "733"
+ },
+ "value": {
+ "$id": "2655",
+ "certificateUrl": {
+ "$id": "2656",
+ "kind": "string",
+ "type": {
+ "$ref": "735"
+ },
+ "value": "https://myVaultName.vault.azure.net/secrets/myCertName"
+ },
+ "certificateStore": {
+ "$id": "2657",
+ "kind": "string",
+ "type": {
+ "$ref": "739"
+ },
+ "value": "nlxrwavpzhueffxsshlun"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ },
+ "allowExtensionOperations": {
+ "$id": "2658",
+ "kind": "boolean",
+ "type": {
+ "$ref": "747"
+ },
+ "value": true
+ },
+ "requireGuestProvisionSignal": {
+ "$id": "2659",
+ "kind": "boolean",
+ "type": {
+ "$ref": "751"
+ },
+ "value": true
+ }
+ }
+ },
+ "storageProfile": {
+ "$id": "2660",
+ "kind": "model",
+ "type": {
+ "$ref": "757"
+ },
+ "value": {
+ "$id": "2661",
+ "imageReference": {
+ "$id": "2662",
+ "kind": "model",
+ "type": {
+ "$ref": "759"
+ },
+ "value": {
+ "$id": "2663",
+ "publisher": {
+ "$id": "2664",
+ "kind": "string",
+ "type": {
+ "$ref": "766"
+ },
+ "value": "mqxgwbiyjzmxavhbkd"
+ },
+ "offer": {
+ "$id": "2665",
+ "kind": "string",
+ "type": {
+ "$ref": "770"
+ },
+ "value": "isxgumkarlkomp"
+ },
+ "sku": {
+ "$id": "2666",
+ "kind": "string",
+ "type": {
+ "$ref": "774"
+ },
+ "value": "eojmppqcrnpmxirtp"
+ },
+ "version": {
+ "$id": "2667",
+ "kind": "string",
+ "type": {
+ "$ref": "778"
+ },
+ "value": "wvpcqefgtmqdgltiuz"
+ },
+ "exactVersion": {
+ "$id": "2668",
+ "kind": "string",
+ "type": {
+ "$ref": "782"
+ },
+ "value": "zjbntmiskjexlr"
+ },
+ "sharedGalleryImageId": {
+ "$id": "2669",
+ "kind": "string",
+ "type": {
+ "$ref": "786"
+ },
+ "value": "kmkgihoxwlawuuhcinfirktdwkmx"
+ },
+ "communityGalleryImageId": {
+ "$id": "2670",
+ "kind": "string",
+ "type": {
+ "$ref": "790"
+ },
+ "value": "vlqe"
+ },
+ "id": {
+ "$id": "2671",
+ "kind": "string",
+ "type": {
+ "$ref": "761"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}/versions/{versionName}"
+ }
+ }
+ },
+ "osDisk": {
+ "$id": "2672",
+ "kind": "model",
+ "type": {
+ "$ref": "796"
+ },
+ "value": {
+ "$id": "2673",
+ "name": {
+ "$id": "2674",
+ "kind": "string",
+ "type": {
+ "$ref": "798"
+ },
+ "value": "wfttw"
+ },
+ "caching": {
+ "$id": "2675",
+ "kind": "string",
+ "type": {
+ "$ref": "162"
+ },
+ "value": "None"
+ },
+ "writeAcceleratorEnabled": {
+ "$id": "2676",
+ "kind": "boolean",
+ "type": {
+ "$ref": "805"
+ },
+ "value": true
+ },
+ "createOption": {
+ "$id": "2677",
+ "kind": "string",
+ "type": {
+ "$ref": "170"
+ },
+ "value": "FromImage"
+ },
+ "diffDiskSettings": {
+ "$id": "2678",
+ "kind": "model",
+ "type": {
+ "$ref": "812"
+ },
+ "value": {
+ "$id": "2679",
+ "option": {
+ "$id": "2680",
+ "kind": "string",
+ "type": {
+ "$ref": "182"
+ },
+ "value": "Local"
+ },
+ "placement": {
+ "$id": "2681",
+ "kind": "string",
+ "type": {
+ "$ref": "186"
+ },
+ "value": "CacheDisk"
+ }
+ }
+ },
+ "diskSizeGB": {
+ "$id": "2682",
+ "kind": "number",
+ "type": {
+ "$ref": "822"
+ },
+ "value": 14
+ },
+ "osType": {
+ "$id": "2683",
+ "kind": "string",
+ "type": {
+ "$ref": "194"
+ },
+ "value": "Windows"
+ },
+ "image": {
+ "$id": "2684",
+ "kind": "model",
+ "type": {
+ "$ref": "829"
+ },
+ "value": {
+ "$id": "2685",
+ "uri": {
+ "$id": "2686",
+ "kind": "string",
+ "type": {
+ "$ref": "831"
+ },
+ "value": "https://myStorageAccountName.blob.core.windows.net/myContainerName/myVhdName.vhd"
+ }
+ }
+ },
+ "vhdContainers": {
+ "$id": "2687",
+ "kind": "array",
+ "type": {
+ "$ref": "837"
+ },
+ "value": [
+ {
+ "$id": "2688",
+ "kind": "string",
+ "type": {
+ "$ref": "838"
+ },
+ "value": "tkzcwddtinkfpnfklatw"
+ }
+ ]
+ },
+ "managedDisk": {
+ "$id": "2689",
+ "kind": "model",
+ "type": {
+ "$ref": "842"
+ },
+ "value": {
+ "$id": "2690",
+ "storageAccountType": {
+ "$id": "2691",
+ "kind": "string",
+ "type": {
+ "$ref": "200"
+ },
+ "value": "Standard_LRS"
+ },
+ "diskEncryptionSet": {
+ "$id": "2692",
+ "kind": "model",
+ "type": {
+ "$ref": "847"
+ },
+ "value": {
+ "$id": "2693",
+ "id": {
+ "$id": "2694",
+ "kind": "string",
+ "type": {
+ "$ref": "849"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}"
+ }
+ }
+ },
+ "securityProfile": {
+ "$id": "2695",
+ "kind": "model",
+ "type": {
+ "$ref": "856"
+ },
+ "value": {
+ "$id": "2696",
+ "securityEncryptionType": {
+ "$id": "2697",
+ "kind": "string",
+ "type": {
+ "$ref": "216"
+ },
+ "value": "VMGuestStateOnly"
+ },
+ "diskEncryptionSet": {
+ "$id": "2698",
+ "kind": "model",
+ "type": {
+ "$ref": "847"
+ },
+ "value": {
+ "$id": "2699",
+ "id": {
+ "$id": "2700",
+ "kind": "string",
+ "type": {
+ "$ref": "849"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "deleteOption": {
+ "$id": "2701",
+ "kind": "string",
+ "type": {
+ "$ref": "224"
+ },
+ "value": "Delete"
+ }
+ }
+ },
+ "dataDisks": {
+ "$id": "2702",
+ "kind": "array",
+ "type": {
+ "$ref": "873"
+ },
+ "value": [
+ {
+ "$id": "2703",
+ "kind": "model",
+ "type": {
+ "$ref": "874"
+ },
+ "value": {
+ "$id": "2704",
+ "name": {
+ "$id": "2705",
+ "kind": "string",
+ "type": {
+ "$ref": "876"
+ },
+ "value": "eogiykmdmeikswxmigjws"
+ },
+ "lun": {
+ "$id": "2706",
+ "kind": "number",
+ "type": {
+ "$ref": "880"
+ },
+ "value": 14
+ },
+ "caching": {
+ "$id": "2707",
+ "kind": "string",
+ "type": {
+ "$ref": "162"
+ },
+ "value": "None"
+ },
+ "writeAcceleratorEnabled": {
+ "$id": "2708",
+ "kind": "boolean",
+ "type": {
+ "$ref": "887"
+ },
+ "value": true
+ },
+ "createOption": {
+ "$id": "2709",
+ "kind": "string",
+ "type": {
+ "$ref": "170"
+ },
+ "value": "FromImage"
+ },
+ "diskSizeGB": {
+ "$id": "2710",
+ "kind": "number",
+ "type": {
+ "$ref": "894"
+ },
+ "value": 6
+ },
+ "managedDisk": {
+ "$id": "2711",
+ "kind": "model",
+ "type": {
+ "$ref": "842"
+ },
+ "value": {
+ "$id": "2712",
+ "storageAccountType": {
+ "$id": "2713",
+ "kind": "string",
+ "type": {
+ "$ref": "200"
+ },
+ "value": "Standard_LRS"
+ },
+ "diskEncryptionSet": {
+ "$id": "2714",
+ "kind": "model",
+ "type": {
+ "$ref": "847"
+ },
+ "value": {
+ "$id": "2715",
+ "id": {
+ "$id": "2716",
+ "kind": "string",
+ "type": {
+ "$ref": "849"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}"
+ }
+ }
+ },
+ "securityProfile": {
+ "$id": "2717",
+ "kind": "model",
+ "type": {
+ "$ref": "856"
+ },
+ "value": {
+ "$id": "2718",
+ "securityEncryptionType": {
+ "$id": "2719",
+ "kind": "string",
+ "type": {
+ "$ref": "216"
+ },
+ "value": "VMGuestStateOnly"
+ },
+ "diskEncryptionSet": {
+ "$id": "2720",
+ "kind": "model",
+ "type": {
+ "$ref": "847"
+ },
+ "value": {
+ "$id": "2721",
+ "id": {
+ "$id": "2722",
+ "kind": "string",
+ "type": {
+ "$ref": "849"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "diskIOPSReadWrite": {
+ "$id": "2723",
+ "kind": "number",
+ "type": {
+ "$ref": "901"
+ },
+ "value": 27
+ },
+ "diskMBpsReadWrite": {
+ "$id": "2724",
+ "kind": "number",
+ "type": {
+ "$ref": "905"
+ },
+ "value": 2
+ },
+ "deleteOption": {
+ "$id": "2725",
+ "kind": "string",
+ "type": {
+ "$ref": "224"
+ },
+ "value": "Delete"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ "networkProfile": {
+ "$id": "2726",
+ "kind": "model",
+ "type": {
+ "$ref": "919"
+ },
+ "value": {
+ "$id": "2727",
+ "healthProbe": {
+ "$id": "2728",
+ "kind": "model",
+ "type": {
+ "$ref": "921"
+ },
+ "value": {
+ "$id": "2729",
+ "id": {
+ "$id": "2730",
+ "kind": "string",
+ "type": {
+ "$ref": "923"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}"
+ }
+ }
+ },
+ "networkInterfaceConfigurations": {
+ "$id": "2731",
+ "kind": "array",
+ "type": {
+ "$ref": "930"
+ },
+ "value": [
+ {
+ "$id": "2732",
+ "kind": "model",
+ "type": {
+ "$ref": "931"
+ },
+ "value": {
+ "$id": "2733",
+ "name": {
+ "$id": "2734",
+ "kind": "string",
+ "type": {
+ "$ref": "933"
+ },
+ "value": "i"
+ },
+ "properties": {
+ "$id": "2735",
+ "kind": "model",
+ "type": {
+ "$ref": "937"
+ },
+ "value": {
+ "$id": "2736",
+ "primary": {
+ "$id": "2737",
+ "kind": "boolean",
+ "type": {
+ "$ref": "939"
+ },
+ "value": true
+ },
+ "enableAcceleratedNetworking": {
+ "$id": "2738",
+ "kind": "boolean",
+ "type": {
+ "$ref": "943"
+ },
+ "value": true
+ },
+ "disableTcpStateTracking": {
+ "$id": "2739",
+ "kind": "boolean",
+ "type": {
+ "$ref": "947"
+ },
+ "value": true
+ },
+ "enableFpga": {
+ "$id": "2740",
+ "kind": "boolean",
+ "type": {
+ "$ref": "951"
+ },
+ "value": true
+ },
+ "networkSecurityGroup": {
+ "$id": "2741",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "2742",
+ "id": {
+ "$id": "2743",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityGroups/{networkSecurityGroupName}"
+ }
+ }
+ },
+ "dnsSettings": {
+ "$id": "2744",
+ "kind": "model",
+ "type": {
+ "$ref": "958"
+ },
+ "value": {
+ "$id": "2745",
+ "dnsServers": {
+ "$id": "2746",
+ "kind": "array",
+ "type": {
+ "$ref": "960"
+ },
+ "value": [
+ {
+ "$id": "2747",
+ "kind": "string",
+ "type": {
+ "$ref": "961"
+ },
+ "value": "nxmmfolhclsesu"
+ }
+ ]
+ }
+ }
+ },
+ "ipConfigurations": {
+ "$id": "2748",
+ "kind": "array",
+ "type": {
+ "$ref": "967"
+ },
+ "value": [
+ {
+ "$id": "2749",
+ "kind": "model",
+ "type": {
+ "$ref": "968"
+ },
+ "value": {
+ "$id": "2750",
+ "name": {
+ "$id": "2751",
+ "kind": "string",
+ "type": {
+ "$ref": "970"
+ },
+ "value": "oezqhkidfhyywlfzwuotilrpbqnjg"
+ },
+ "properties": {
+ "$id": "2752",
+ "kind": "model",
+ "type": {
+ "$ref": "974"
+ },
+ "value": {
+ "$id": "2753",
+ "subnet": {
+ "$id": "2754",
+ "kind": "model",
+ "type": {
+ "$ref": "921"
+ },
+ "value": {
+ "$id": "2755",
+ "id": {
+ "$id": "2756",
+ "kind": "string",
+ "type": {
+ "$ref": "923"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
+ }
+ }
+ },
+ "primary": {
+ "$id": "2757",
+ "kind": "boolean",
+ "type": {
+ "$ref": "979"
+ },
+ "value": true
+ },
+ "publicIPAddressConfiguration": {
+ "$id": "2758",
+ "kind": "model",
+ "type": {
+ "$ref": "983"
+ },
+ "value": {
+ "$id": "2759",
+ "name": {
+ "$id": "2760",
+ "kind": "string",
+ "type": {
+ "$ref": "985"
+ },
+ "value": "fvpqf"
+ },
+ "properties": {
+ "$id": "2761",
+ "kind": "model",
+ "type": {
+ "$ref": "989"
+ },
+ "value": {
+ "$id": "2762",
+ "idleTimeoutInMinutes": {
+ "$id": "2763",
+ "kind": "number",
+ "type": {
+ "$ref": "991"
+ },
+ "value": 9
+ },
+ "dnsSettings": {
+ "$id": "2764",
+ "kind": "model",
+ "type": {
+ "$ref": "995"
+ },
+ "value": {
+ "$id": "2765",
+ "domainNameLabel": {
+ "$id": "2766",
+ "kind": "string",
+ "type": {
+ "$ref": "997"
+ },
+ "value": "ukrddzvmorpmfsczjwtbvp"
+ },
+ "domainNameLabelScope": {
+ "$id": "2767",
+ "kind": "string",
+ "type": {
+ "$ref": "236"
+ },
+ "value": "TenantReuse"
+ }
+ }
+ },
+ "ipTags": {
+ "$id": "2768",
+ "kind": "array",
+ "type": {
+ "$ref": "1006"
+ },
+ "value": [
+ {
+ "$id": "2769",
+ "kind": "model",
+ "type": {
+ "$ref": "1007"
+ },
+ "value": {
+ "$id": "2770",
+ "ipTagType": {
+ "$id": "2771",
+ "kind": "string",
+ "type": {
+ "$ref": "1009"
+ },
+ "value": "sddgsoemnzgqizale"
+ },
+ "tag": {
+ "$id": "2772",
+ "kind": "string",
+ "type": {
+ "$ref": "1013"
+ },
+ "value": "wufmhrjsakbiaetyara"
+ }
+ }
+ }
+ ]
+ },
+ "publicIPPrefix": {
+ "$id": "2773",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "2774",
+ "id": {
+ "$id": "2775",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName}"
+ }
+ }
+ },
+ "publicIPAddressVersion": {
+ "$id": "2776",
+ "kind": "string",
+ "type": {
+ "$ref": "246"
+ },
+ "value": "IPv4"
+ },
+ "deleteOption": {
+ "$id": "2777",
+ "kind": "string",
+ "type": {
+ "$ref": "252"
+ },
+ "value": "Delete"
+ }
+ }
+ },
+ "sku": {
+ "$id": "2778",
+ "kind": "model",
+ "type": {
+ "$ref": "1030"
+ },
+ "value": {
+ "$id": "2779",
+ "name": {
+ "$id": "2780",
+ "kind": "string",
+ "type": {
+ "$ref": "258"
+ },
+ "value": "Basic"
+ },
+ "tier": {
+ "$id": "2781",
+ "kind": "string",
+ "type": {
+ "$ref": "264"
+ },
+ "value": "Regional"
+ }
+ }
+ }
+ }
+ },
+ "privateIPAddressVersion": {
+ "$id": "2782",
+ "kind": "string",
+ "type": {
+ "$ref": "246"
+ },
+ "value": "IPv4"
+ },
+ "applicationGatewayBackendAddressPools": {
+ "$id": "2783",
+ "kind": "array",
+ "type": {
+ "$ref": "1045"
+ },
+ "value": [
+ {
+ "$id": "2784",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "2785",
+ "id": {
+ "$id": "2786",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/backendAddressPools/{backendAddressPoolName}"
+ }
+ }
+ }
+ ]
+ },
+ "applicationSecurityGroups": {
+ "$id": "2787",
+ "kind": "array",
+ "type": {
+ "$ref": "1049"
+ },
+ "value": [
+ {
+ "$id": "2788",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "2789",
+ "id": {
+ "$id": "2790",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationSecurityGroups/{applicationSecurityGroupName}"
+ }
+ }
+ }
+ ]
+ },
+ "loadBalancerBackendAddressPools": {
+ "$id": "2791",
+ "kind": "array",
+ "type": {
+ "$ref": "1053"
+ },
+ "value": [
+ {
+ "$id": "2792",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "2793",
+ "id": {
+ "$id": "2794",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/backendAddressPools/{backendAddressPoolName}"
+ }
+ }
+ }
+ ]
+ },
+ "loadBalancerInboundNatPools": {
+ "$id": "2795",
+ "kind": "array",
+ "type": {
+ "$ref": "1057"
+ },
+ "value": [
+ {
+ "$id": "2796",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "2797",
+ "id": {
+ "$id": "2798",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/inboundNatPools/{inboundNatPoolName}"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+ }
+ ]
+ },
+ "enableIPForwarding": {
+ "$id": "2799",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1065"
+ },
+ "value": true
+ },
+ "deleteOption": {
+ "$id": "2800",
+ "kind": "string",
+ "type": {
+ "$ref": "252"
+ },
+ "value": "Delete"
+ },
+ "auxiliaryMode": {
+ "$id": "2801",
+ "kind": "string",
+ "type": {
+ "$ref": "270"
+ },
+ "value": "None"
+ },
+ "auxiliarySku": {
+ "$id": "2802",
+ "kind": "string",
+ "type": {
+ "$ref": "278"
+ },
+ "value": "None"
+ }
+ }
+ }
+ }
+ }
+ ]
+ },
+ "networkApiVersion": {
+ "$id": "2803",
+ "kind": "string",
+ "type": {
+ "$ref": "290"
+ },
+ "value": "2020-11-01"
+ }
+ }
+ },
+ "securityProfile": {
+ "$id": "2804",
+ "kind": "model",
+ "type": {
+ "$ref": "1087"
+ },
+ "value": {
+ "$id": "2805",
+ "uefiSettings": {
+ "$id": "2806",
+ "kind": "model",
+ "type": {
+ "$ref": "1089"
+ },
+ "value": {
+ "$id": "2807",
+ "secureBootEnabled": {
+ "$id": "2808",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1091"
+ },
+ "value": true
+ },
+ "vTpmEnabled": {
+ "$id": "2809",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1095"
+ },
+ "value": true
+ }
+ }
+ },
+ "encryptionAtHost": {
+ "$id": "2810",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1101"
+ },
+ "value": true
+ },
+ "securityType": {
+ "$id": "2811",
+ "kind": "string",
+ "type": {
+ "$ref": "294"
+ },
+ "value": "TrustedLaunch"
+ },
+ "encryptionIdentity": {
+ "$id": "2812",
+ "kind": "model",
+ "type": {
+ "$ref": "1108"
+ },
+ "value": {
+ "$id": "2813",
+ "userAssignedIdentityResourceId": {
+ "$id": "2814",
+ "kind": "string",
+ "type": {
+ "$ref": "1110"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{userAssignedIdentityName}"
+ }
+ }
+ },
+ "proxyAgentSettings": {
+ "$id": "2815",
+ "kind": "model",
+ "type": {
+ "$ref": "1117"
+ },
+ "value": {
+ "$id": "2816",
+ "enabled": {
+ "$id": "2817",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1119"
+ },
+ "value": true
+ },
+ "mode": {
+ "$id": "2818",
+ "kind": "string",
+ "type": {
+ "$ref": "300"
+ },
+ "value": "Audit"
+ },
+ "keyIncarnationId": {
+ "$id": "2819",
+ "kind": "number",
+ "type": {
+ "$ref": "1126"
+ },
+ "value": 20
+ }
+ }
+ }
+ }
+ },
+ "diagnosticsProfile": {
+ "$id": "2820",
+ "kind": "model",
+ "type": {
+ "$ref": "1134"
+ },
+ "value": {
+ "$id": "2821",
+ "bootDiagnostics": {
+ "$id": "2822",
+ "kind": "model",
+ "type": {
+ "$ref": "1136"
+ },
+ "value": {
+ "$id": "2823",
+ "enabled": {
+ "$id": "2824",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1138"
+ },
+ "value": true
+ },
+ "storageUri": {
+ "$id": "2825",
+ "kind": "string",
+ "type": {
+ "$ref": "1142"
+ },
+ "value": "http://myStorageAccountName.blob.core.windows.net"
+ }
+ }
+ }
+ }
+ },
+ "extensionProfile": {
+ "$id": "2826",
+ "kind": "model",
+ "type": {
+ "$ref": "1150"
+ },
+ "value": {
+ "$id": "2827",
+ "extensions": {
+ "$id": "2828",
+ "kind": "array",
+ "type": {
+ "$ref": "1152"
+ },
+ "value": [
+ {
+ "$id": "2829",
+ "kind": "model",
+ "type": {
+ "$ref": "1153"
+ },
+ "value": {
+ "$id": "2830",
+ "name": {
+ "$id": "2831",
+ "kind": "string",
+ "type": {
+ "$ref": "1160"
+ },
+ "value": "bndxuxx"
+ },
+ "type": {
+ "$id": "2832",
+ "kind": "string",
+ "type": {
+ "$ref": "1164"
+ },
+ "value": "cmeam"
+ },
+ "properties": {
+ "$id": "2833",
+ "kind": "model",
+ "type": {
+ "$ref": "1168"
+ },
+ "value": {
+ "$id": "2834",
+ "forceUpdateTag": {
+ "$id": "2835",
+ "kind": "string",
+ "type": {
+ "$ref": "1170"
+ },
+ "value": "yhgxw"
+ },
+ "publisher": {
+ "$id": "2836",
+ "kind": "string",
+ "type": {
+ "$ref": "1174"
+ },
+ "value": "kpxtirxjfprhs"
+ },
+ "type": {
+ "$id": "2837",
+ "kind": "string",
+ "type": {
+ "$ref": "1178"
+ },
+ "value": "pgjilctjjwaa"
+ },
+ "typeHandlerVersion": {
+ "$id": "2838",
+ "kind": "string",
+ "type": {
+ "$ref": "1182"
+ },
+ "value": "zevivcoilxmbwlrihhhibq"
+ },
+ "autoUpgradeMinorVersion": {
+ "$id": "2839",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1186"
+ },
+ "value": true
+ },
+ "enableAutomaticUpgrade": {
+ "$id": "2840",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1190"
+ },
+ "value": true
+ },
+ "settings": {
+ "$id": "2841",
+ "kind": "dict",
+ "type": {
+ "$ref": "1194"
+ },
+ "value": {
+ "$id": "2842"
+ }
+ },
+ "provisioningState": {
+ "$id": "2843",
+ "kind": "string",
+ "type": {
+ "$ref": "1206"
+ },
+ "value": "Succeeded"
+ },
+ "provisionAfterExtensions": {
+ "$id": "2844",
+ "kind": "array",
+ "type": {
+ "$ref": "1210"
+ },
+ "value": [
+ {
+ "$id": "2845",
+ "kind": "string",
+ "type": {
+ "$ref": "1211"
+ },
+ "value": "nftzosroolbcwmpupujzqwqe"
+ }
+ ]
+ },
+ "suppressFailures": {
+ "$id": "2846",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1215"
+ },
+ "value": true
+ },
+ "protectedSettingsFromKeyVault": {
+ "$id": "2847",
+ "kind": "model",
+ "type": {
+ "$ref": "1219"
+ },
+ "value": {
+ "$id": "2848",
+ "secretUrl": {
+ "$id": "2849",
+ "kind": "string",
+ "type": {
+ "$ref": "1221"
+ },
+ "value": "https://myVaultName.vault.azure.net/secrets/secret/mySecretName"
+ },
+ "sourceVault": {
+ "$id": "2850",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "2851",
+ "id": {
+ "$id": "2852",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "id": {
+ "$id": "2853",
+ "kind": "string",
+ "type": {
+ "$ref": "1155"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/extensions/{extensionName}"
+ }
+ }
+ }
+ ]
+ },
+ "extensionsTimeBudget": {
+ "$id": "2854",
+ "kind": "string",
+ "type": {
+ "$ref": "1234"
+ },
+ "value": "mbhjahtdygwgyszdwjtvlvtgchdwil"
+ }
+ }
+ },
+ "licenseType": {
+ "$id": "2855",
+ "kind": "string",
+ "type": {
+ "$ref": "1240"
+ },
+ "value": "v"
+ },
+ "scheduledEventsProfile": {
+ "$id": "2856",
+ "kind": "model",
+ "type": {
+ "$ref": "1244"
+ },
+ "value": {
+ "$id": "2857",
+ "terminateNotificationProfile": {
+ "$id": "2858",
+ "kind": "model",
+ "type": {
+ "$ref": "1246"
+ },
+ "value": {
+ "$id": "2859",
+ "notBeforeTimeout": {
+ "$id": "2860",
+ "kind": "string",
+ "type": {
+ "$ref": "1248"
+ },
+ "value": "iljppmmw"
+ },
+ "enable": {
+ "$id": "2861",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1252"
+ },
+ "value": true
+ }
+ }
+ },
+ "osImageNotificationProfile": {
+ "$id": "2862",
+ "kind": "model",
+ "type": {
+ "$ref": "1258"
+ },
+ "value": {
+ "$id": "2863",
+ "notBeforeTimeout": {
+ "$id": "2864",
+ "kind": "string",
+ "type": {
+ "$ref": "1260"
+ },
+ "value": "olbpadmevekyczfokodtfprxti"
+ },
+ "enable": {
+ "$id": "2865",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1264"
+ },
+ "value": true
+ }
+ }
+ }
+ }
+ },
+ "userData": {
+ "$id": "2866",
+ "kind": "string",
+ "type": {
+ "$ref": "1272"
+ },
+ "value": "s"
+ },
+ "capacityReservation": {
+ "$id": "2867",
+ "kind": "model",
+ "type": {
+ "$ref": "1276"
+ },
+ "value": {
+ "$id": "2868",
+ "capacityReservationGroup": {
+ "$id": "2869",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "2870",
+ "id": {
+ "$id": "2871",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/capacityReservationGroups/{capacityReservationGroupName}"
+ }
+ }
+ }
+ }
+ },
+ "applicationProfile": {
+ "$id": "2872",
+ "kind": "model",
+ "type": {
+ "$ref": "1283"
+ },
+ "value": {
+ "$id": "2873",
+ "galleryApplications": {
+ "$id": "2874",
+ "kind": "array",
+ "type": {
+ "$ref": "1285"
+ },
+ "value": [
+ {
+ "$id": "2875",
+ "kind": "model",
+ "type": {
+ "$ref": "1286"
+ },
+ "value": {
+ "$id": "2876",
+ "tags": {
+ "$id": "2877",
+ "kind": "string",
+ "type": {
+ "$ref": "1288"
+ },
+ "value": "eyrqjbib"
+ },
+ "order": {
+ "$id": "2878",
+ "kind": "number",
+ "type": {
+ "$ref": "1292"
+ },
+ "value": 5
+ },
+ "packageReferenceId": {
+ "$id": "2879",
+ "kind": "string",
+ "type": {
+ "$ref": "1296"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{applicationName}/versions/{versionName}"
+ },
+ "treatFailureAsDeploymentFailure": {
+ "$id": "2880",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1305"
+ },
+ "value": true
+ },
+ "enableAutomaticUpgrade": {
+ "$id": "2881",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1309"
+ },
+ "value": true
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ "hardwareProfile": {
+ "$id": "2882",
+ "kind": "model",
+ "type": {
+ "$ref": "1317"
+ },
+ "value": {
+ "$id": "2883",
+ "vmSizeProperties": {
+ "$id": "2884",
+ "kind": "model",
+ "type": {
+ "$ref": "1319"
+ },
+ "value": {
+ "$id": "2885",
+ "vCPUsAvailable": {
+ "$id": "2886",
+ "kind": "number",
+ "type": {
+ "$ref": "1321"
+ },
+ "value": 16
+ },
+ "vCPUsPerCore": {
+ "$id": "2887",
+ "kind": "number",
+ "type": {
+ "$ref": "1325"
+ },
+ "value": 23
+ }
+ }
+ }
+ }
+ },
+ "serviceArtifactReference": {
+ "$id": "2888",
+ "kind": "model",
+ "type": {
+ "$ref": "1333"
+ },
+ "value": {
+ "$id": "2889",
+ "id": {
+ "$id": "2890",
+ "kind": "string",
+ "type": {
+ "$ref": "1335"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactsName}/vmArtifactsProfiles/{vmArtifactsProfileName}"
+ }
+ }
+ },
+ "securityPostureReference": {
+ "$id": "2891",
+ "kind": "model",
+ "type": {
+ "$ref": "1342"
+ },
+ "value": {
+ "$id": "2892",
+ "id": {
+ "$id": "2893",
+ "kind": "string",
+ "type": {
+ "$ref": "1344"
+ },
+ "value": "/CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest"
+ },
+ "excludeExtensions": {
+ "$id": "2894",
+ "kind": "array",
+ "type": {
+ "$ref": "1348"
+ },
+ "value": [
+ {
+ "$id": "2895",
+ "kind": "string",
+ "type": {
+ "$ref": "1349"
+ },
+ "value": "{securityPostureVMExtensionName}"
+ }
+ ]
+ },
+ "isOverridable": {
+ "$id": "2896",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1353"
+ },
+ "value": true
+ }
+ }
+ },
+ "timeCreated": {
+ "$id": "2897",
+ "kind": "string",
+ "type": {
+ "$ref": "1359"
+ },
+ "value": "2024-04-29T21:51:44.043Z"
+ }
+ }
+ },
+ "computeApiVersion": {
+ "$id": "2898",
+ "kind": "string",
+ "type": {
+ "$ref": "1375"
+ },
+ "value": "2023-07-01"
+ },
+ "platformFaultDomainCount": {
+ "$id": "2899",
+ "kind": "number",
+ "type": {
+ "$ref": "1379"
+ },
+ "value": 1
+ }
+ }
+ },
+ "timeCreated": {
+ "$id": "2900",
+ "kind": "string",
+ "type": {
+ "$ref": "1397"
+ },
+ "value": "2024-07-10T00:16:34.8590555+00:00"
+ },
+ "uniqueId": {
+ "$id": "2901",
+ "kind": "string",
+ "type": {
+ "$ref": "1402"
+ },
+ "value": "a2f7fabd-bbc2-4a20-afe1-49fdb3885a28"
+ }
+ }
+ },
+ "zones": {
+ "$id": "2902",
+ "kind": "array",
+ "type": {
+ "$ref": "1408"
+ },
+ "value": [
+ {
+ "$id": "2903",
+ "kind": "string",
+ "type": {
+ "$ref": "1409"
+ },
+ "value": "zone1"
+ },
+ {
+ "$id": "2904",
+ "kind": "string",
+ "type": {
+ "$ref": "1409"
+ },
+ "value": "zone2"
+ }
+ ]
+ },
+ "identity": {
+ "$id": "2905",
+ "kind": "model",
+ "type": {
+ "$ref": "1413"
+ },
+ "value": {
+ "$id": "2906",
+ "principalId": {
+ "$id": "2907",
+ "kind": "string",
+ "type": {
+ "$ref": "1415"
+ },
+ "value": "4d508e5b-374b-4382-9a1c-01fb8b6cb37c"
+ },
+ "tenantId": {
+ "$id": "2908",
+ "kind": "string",
+ "type": {
+ "$ref": "1420"
+ },
+ "value": "5d508e5b-374b-4382-9a1c-01fb8b6cb37c"
+ },
+ "type": {
+ "$id": "2909",
+ "kind": "string",
+ "type": {
+ "$ref": "306"
+ },
+ "value": "UserAssigned"
+ },
+ "userAssignedIdentities": {
+ "$id": "2910",
+ "kind": "dict",
+ "type": {
+ "$ref": "1428"
+ },
+ "value": {
+ "$id": "2911",
+ "key9851": {
+ "$id": "2912",
+ "kind": "model",
+ "type": {
+ "$ref": "1431"
+ },
+ "value": {
+ "$id": "2913",
+ "principalId": {
+ "$id": "2914",
+ "kind": "string",
+ "type": {
+ "$ref": "1438"
+ },
+ "value": "6d508e5b-374b-4382-9a1c-01fb8b6cb37c"
+ },
+ "clientId": {
+ "$id": "2915",
+ "kind": "string",
+ "type": {
+ "$ref": "1433"
+ },
+ "value": "7d508e5b-374b-4382-9a1c-01fb8b6cb37c"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "plan": {
+ "$id": "2916",
+ "kind": "model",
+ "type": {
+ "$ref": "1447"
+ },
+ "value": {
+ "$id": "2917",
+ "name": {
+ "$id": "2918",
+ "kind": "string",
+ "type": {
+ "$ref": "1449"
+ },
+ "value": "jwgrcrnrtfoxn"
+ },
+ "publisher": {
+ "$id": "2919",
+ "kind": "string",
+ "type": {
+ "$ref": "1453"
+ },
+ "value": "iozjbiqqckqm"
+ },
+ "product": {
+ "$id": "2920",
+ "kind": "string",
+ "type": {
+ "$ref": "1457"
+ },
+ "value": "cgopbyvdyqikahwyxfpzwaqk"
+ },
+ "promotionCode": {
+ "$id": "2921",
+ "kind": "string",
+ "type": {
+ "$ref": "1461"
+ },
+ "value": "naglezezplcaruqogtxnuizslqnnbr"
+ },
+ "version": {
+ "$id": "2922",
+ "kind": "string",
+ "type": {
+ "$ref": "1465"
+ },
+ "value": "wa"
+ }
+ }
+ },
+ "tags": {
+ "$id": "2923",
+ "kind": "dict",
+ "type": {
+ "$ref": "396"
+ },
+ "value": {
+ "$id": "2924",
+ "key3518": {
+ "$id": "2925",
+ "kind": "string",
+ "type": {
+ "$ref": "398"
+ },
+ "value": "luvrnuvsgdpbuofdskkcoqhfh"
+ }
+ }
+ },
+ "location": {
+ "$id": "2926",
+ "kind": "string",
+ "type": {
+ "$ref": "402"
+ },
+ "value": "westus"
+ },
+ "id": {
+ "$id": "2927",
+ "kind": "string",
+ "type": {
+ "$ref": "354"
+ },
+ "value": "/subscriptions/7B0CD4DB-3381-4013-9B31-FB6E6FD0FF1C/resourceGroups/rgazurefleet/providers/Microsoft.AzureFleet/fleets/testFleet"
+ },
+ "name": {
+ "$id": "2928",
+ "kind": "string",
+ "type": {
+ "$ref": "359"
+ },
+ "value": "testFleet"
+ },
+ "type": {
+ "$id": "2929",
+ "kind": "string",
+ "type": {
+ "$ref": "363"
+ },
+ "value": "Microsoft.AzureFleet/fleets"
+ },
+ "systemData": {
+ "$id": "2930",
+ "kind": "model",
+ "type": {
+ "$ref": "368"
+ },
+ "value": {
+ "$id": "2931",
+ "createdBy": {
+ "$id": "2932",
+ "kind": "string",
+ "type": {
+ "$ref": "370"
+ },
+ "value": "rowegentrpoajsv"
+ },
+ "createdByType": {
+ "$id": "2933",
+ "kind": "string",
+ "type": {
+ "$ref": "316"
+ },
+ "value": "User"
+ },
+ "createdAt": {
+ "$id": "2934",
+ "kind": "string",
+ "type": {
+ "$ref": "377"
+ },
+ "value": "2024-04-29T21:51:44.043Z"
+ },
+ "lastModifiedBy": {
+ "$id": "2935",
+ "kind": "string",
+ "type": {
+ "$ref": "382"
+ },
+ "value": "edwuayhhaoepxzisfaqjhmrxjq"
+ },
+ "lastModifiedByType": {
+ "$id": "2936",
+ "kind": "string",
+ "type": {
+ "$ref": "316"
+ },
+ "value": "User"
+ },
+ "lastModifiedAt": {
+ "$id": "2937",
+ "kind": "string",
+ "type": {
+ "$ref": "389"
+ },
+ "value": "2024-04-29T21:51:44.043Z"
+ }
+ }
+ }
+ }
+ }
+ },
+ {
+ "$id": "2938",
+ "response": {
+ "$ref": "2197"
+ },
+ "statusCode": 201,
+ "bodyValue": {
+ "$id": "2939",
+ "kind": "model",
+ "type": {
+ "$ref": "350"
+ },
+ "value": {
+ "$id": "2940",
+ "properties": {
+ "$id": "2941",
+ "kind": "model",
+ "type": {
+ "$ref": "406"
+ },
+ "value": {
+ "$id": "2942",
+ "provisioningState": {
+ "$id": "2943",
+ "kind": "string",
+ "type": {
+ "$ref": "2"
+ },
+ "value": "Creating"
+ },
+ "spotPriorityProfile": {
+ "$id": "2944",
+ "kind": "model",
+ "type": {
+ "$ref": "411"
+ },
+ "value": {
+ "$id": "2945",
+ "capacity": {
+ "$id": "2946",
+ "kind": "number",
+ "type": {
+ "$ref": "413"
+ },
+ "value": 0
+ },
+ "minCapacity": {
+ "$id": "2947",
+ "kind": "number",
+ "type": {
+ "$ref": "417"
+ },
+ "value": 0
+ },
+ "maxPricePerVM": {
+ "$id": "2948",
+ "kind": "number",
+ "type": {
+ "$ref": "421"
+ },
+ "value": 0.00865
+ },
+ "evictionPolicy": {
+ "$id": "2949",
+ "kind": "string",
+ "type": {
+ "$ref": "18"
+ },
+ "value": "Delete"
+ },
+ "allocationStrategy": {
+ "$id": "2950",
+ "kind": "string",
+ "type": {
+ "$ref": "24"
+ },
+ "value": "PriceCapacityOptimized"
+ },
+ "maintain": {
+ "$id": "2951",
+ "kind": "boolean",
+ "type": {
+ "$ref": "431"
+ },
+ "value": true
+ }
+ }
+ },
+ "regularPriorityProfile": {
+ "$id": "2952",
+ "kind": "model",
+ "type": {
+ "$ref": "437"
+ },
+ "value": {
+ "$id": "2953",
+ "capacity": {
+ "$id": "2954",
+ "kind": "number",
+ "type": {
+ "$ref": "439"
+ },
+ "value": 20
+ },
+ "minCapacity": {
+ "$id": "2955",
+ "kind": "number",
+ "type": {
+ "$ref": "443"
+ },
+ "value": 10
+ },
+ "allocationStrategy": {
+ "$id": "2956",
+ "kind": "string",
+ "type": {
+ "$ref": "32"
+ },
+ "value": "LowestPrice"
+ }
+ }
+ },
+ "vmSizesProfile": {
+ "$id": "2957",
+ "kind": "array",
+ "type": {
+ "$ref": "452"
+ },
+ "value": [
+ {
+ "$id": "2958",
+ "kind": "model",
+ "type": {
+ "$ref": "453"
+ },
+ "value": {
+ "$id": "2959",
+ "name": {
+ "$id": "2960",
+ "kind": "string",
+ "type": {
+ "$ref": "455"
+ },
+ "value": "Standard_d1_v2"
+ },
+ "rank": {
+ "$id": "2961",
+ "kind": "number",
+ "type": {
+ "$ref": "459"
+ },
+ "value": 19225
+ }
+ }
+ }
+ ]
+ },
+ "computeProfile": {
+ "$id": "2962",
+ "kind": "model",
+ "type": {
+ "$ref": "1370"
+ },
+ "value": {
+ "$id": "2963",
+ "baseVirtualMachineProfile": {
+ "$id": "2964",
+ "kind": "model",
+ "type": {
+ "$ref": "565"
+ },
+ "value": {
+ "$id": "2965",
+ "osProfile": {
+ "$id": "2966",
+ "kind": "model",
+ "type": {
+ "$ref": "567"
+ },
+ "value": {
+ "$id": "2967",
+ "computerNamePrefix": {
+ "$id": "2968",
+ "kind": "string",
+ "type": {
+ "$ref": "569"
+ },
+ "value": "o"
+ },
+ "adminUsername": {
+ "$id": "2969",
+ "kind": "string",
+ "type": {
+ "$ref": "573"
+ },
+ "value": "nrgzqciiaaxjrqldbmjbqkyhntp"
+ },
+ "windowsConfiguration": {
+ "$id": "2970",
+ "kind": "model",
+ "type": {
+ "$ref": "585"
+ },
+ "value": {
+ "$id": "2971",
+ "provisionVMAgent": {
+ "$id": "2972",
+ "kind": "boolean",
+ "type": {
+ "$ref": "587"
+ },
+ "value": true
+ },
+ "enableAutomaticUpdates": {
+ "$id": "2973",
+ "kind": "boolean",
+ "type": {
+ "$ref": "591"
+ },
+ "value": true
+ },
+ "timeZone": {
+ "$id": "2974",
+ "kind": "string",
+ "type": {
+ "$ref": "595"
+ },
+ "value": "hlyjiqcfksgrpjrct"
+ },
+ "additionalUnattendContent": {
+ "$id": "2975",
+ "kind": "array",
+ "type": {
+ "$ref": "599"
+ },
+ "value": [
+ {
+ "$id": "2976",
+ "kind": "model",
+ "type": {
+ "$ref": "600"
+ },
+ "value": {
+ "$id": "2977",
+ "passName": {
+ "$id": "2978",
+ "kind": "string",
+ "type": {
+ "$ref": "602"
+ },
+ "value": "OobeSystem"
+ },
+ "componentName": {
+ "$id": "2979",
+ "kind": "string",
+ "type": {
+ "$ref": "606"
+ },
+ "value": "Microsoft-Windows-Shell-Setup"
+ },
+ "settingName": {
+ "$id": "2980",
+ "kind": "string",
+ "type": {
+ "$ref": "104"
+ },
+ "value": "AutoLogon"
+ }
+ }
+ }
+ ]
+ },
+ "patchSettings": {
+ "$id": "2981",
+ "kind": "model",
+ "type": {
+ "$ref": "619"
+ },
+ "value": {
+ "$id": "2982",
+ "patchMode": {
+ "$id": "2983",
+ "kind": "string",
+ "type": {
+ "$ref": "110"
+ },
+ "value": "Manual"
+ },
+ "enableHotpatching": {
+ "$id": "2984",
+ "kind": "boolean",
+ "type": {
+ "$ref": "624"
+ },
+ "value": true
+ },
+ "assessmentMode": {
+ "$id": "2985",
+ "kind": "string",
+ "type": {
+ "$ref": "118"
+ },
+ "value": "ImageDefault"
+ },
+ "automaticByPlatformSettings": {
+ "$id": "2986",
+ "kind": "model",
+ "type": {
+ "$ref": "631"
+ },
+ "value": {
+ "$id": "2987",
+ "rebootSetting": {
+ "$id": "2988",
+ "kind": "string",
+ "type": {
+ "$ref": "124"
+ },
+ "value": "Unknown"
+ },
+ "bypassPlatformSafetyChecksOnUserSchedule": {
+ "$id": "2989",
+ "kind": "boolean",
+ "type": {
+ "$ref": "636"
+ },
+ "value": true
+ }
+ }
+ }
+ }
+ },
+ "winRM": {
+ "$id": "2990",
+ "kind": "model",
+ "type": {
+ "$ref": "644"
+ },
+ "value": {
+ "$id": "2991",
+ "listeners": {
+ "$id": "2992",
+ "kind": "array",
+ "type": {
+ "$ref": "646"
+ },
+ "value": [
+ {
+ "$id": "2993",
+ "kind": "model",
+ "type": {
+ "$ref": "647"
+ },
+ "value": {
+ "$id": "2994",
+ "protocol": {
+ "$id": "2995",
+ "kind": "string",
+ "type": {
+ "$ref": "134"
+ },
+ "value": "Https"
+ },
+ "certificateUrl": {
+ "$id": "2996",
+ "kind": "string",
+ "type": {
+ "$ref": "652"
+ },
+ "value": "https://myVaultName.vault.azure.net/secrets/myCertName"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ "enableVMAgentPlatformUpdates": {
+ "$id": "2997",
+ "kind": "boolean",
+ "type": {
+ "$ref": "660"
+ },
+ "value": true
+ }
+ }
+ },
+ "linuxConfiguration": {
+ "$id": "2998",
+ "kind": "model",
+ "type": {
+ "$ref": "666"
+ },
+ "value": {
+ "$id": "2999",
+ "disablePasswordAuthentication": {
+ "$id": "3000",
+ "kind": "boolean",
+ "type": {
+ "$ref": "668"
+ },
+ "value": true
+ },
+ "ssh": {
+ "$id": "3001",
+ "kind": "model",
+ "type": {
+ "$ref": "672"
+ },
+ "value": {
+ "$id": "3002",
+ "publicKeys": {
+ "$id": "3003",
+ "kind": "array",
+ "type": {
+ "$ref": "674"
+ },
+ "value": [
+ {
+ "$id": "3004",
+ "kind": "model",
+ "type": {
+ "$ref": "675"
+ },
+ "value": {
+ "$id": "3005",
+ "path": {
+ "$id": "3006",
+ "kind": "string",
+ "type": {
+ "$ref": "677"
+ },
+ "value": "kmqz"
+ },
+ "keyData": {
+ "$id": "3007",
+ "kind": "string",
+ "type": {
+ "$ref": "681"
+ },
+ "value": "kivgsubusvpprwqaqpjcmhsv"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ "provisionVMAgent": {
+ "$id": "3008",
+ "kind": "boolean",
+ "type": {
+ "$ref": "689"
+ },
+ "value": true
+ },
+ "patchSettings": {
+ "$id": "3009",
+ "kind": "model",
+ "type": {
+ "$ref": "693"
+ },
+ "value": {
+ "$id": "3010",
+ "patchMode": {
+ "$id": "3011",
+ "kind": "string",
+ "type": {
+ "$ref": "140"
+ },
+ "value": "ImageDefault"
+ },
+ "assessmentMode": {
+ "$id": "3012",
+ "kind": "string",
+ "type": {
+ "$ref": "146"
+ },
+ "value": "ImageDefault"
+ },
+ "automaticByPlatformSettings": {
+ "$id": "3013",
+ "kind": "model",
+ "type": {
+ "$ref": "701"
+ },
+ "value": {
+ "$id": "3014",
+ "rebootSetting": {
+ "$id": "3015",
+ "kind": "string",
+ "type": {
+ "$ref": "152"
+ },
+ "value": "Unknown"
+ },
+ "bypassPlatformSafetyChecksOnUserSchedule": {
+ "$id": "3016",
+ "kind": "boolean",
+ "type": {
+ "$ref": "706"
+ },
+ "value": true
+ }
+ }
+ }
+ }
+ },
+ "enableVMAgentPlatformUpdates": {
+ "$id": "3017",
+ "kind": "boolean",
+ "type": {
+ "$ref": "714"
+ },
+ "value": true
+ }
+ }
+ },
+ "secrets": {
+ "$id": "3018",
+ "kind": "array",
+ "type": {
+ "$ref": "720"
+ },
+ "value": [
+ {
+ "$id": "3019",
+ "kind": "model",
+ "type": {
+ "$ref": "721"
+ },
+ "value": {
+ "$id": "3020",
+ "sourceVault": {
+ "$id": "3021",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "3022",
+ "id": {
+ "$id": "3023",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}"
+ }
+ }
+ },
+ "vaultCertificates": {
+ "$id": "3024",
+ "kind": "array",
+ "type": {
+ "$ref": "732"
+ },
+ "value": [
+ {
+ "$id": "3025",
+ "kind": "model",
+ "type": {
+ "$ref": "733"
+ },
+ "value": {
+ "$id": "3026",
+ "certificateUrl": {
+ "$id": "3027",
+ "kind": "string",
+ "type": {
+ "$ref": "735"
+ },
+ "value": "https://myVaultName.vault.azure.net/secrets/myCertName"
+ },
+ "certificateStore": {
+ "$id": "3028",
+ "kind": "string",
+ "type": {
+ "$ref": "739"
+ },
+ "value": "nlxrwavpzhueffxsshlun"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ },
+ "allowExtensionOperations": {
+ "$id": "3029",
+ "kind": "boolean",
+ "type": {
+ "$ref": "747"
+ },
+ "value": true
+ },
+ "requireGuestProvisionSignal": {
+ "$id": "3030",
+ "kind": "boolean",
+ "type": {
+ "$ref": "751"
+ },
+ "value": true
+ }
+ }
+ },
+ "storageProfile": {
+ "$id": "3031",
+ "kind": "model",
+ "type": {
+ "$ref": "757"
+ },
+ "value": {
+ "$id": "3032",
+ "imageReference": {
+ "$id": "3033",
+ "kind": "model",
+ "type": {
+ "$ref": "759"
+ },
+ "value": {
+ "$id": "3034",
+ "publisher": {
+ "$id": "3035",
+ "kind": "string",
+ "type": {
+ "$ref": "766"
+ },
+ "value": "mqxgwbiyjzmxavhbkd"
+ },
+ "offer": {
+ "$id": "3036",
+ "kind": "string",
+ "type": {
+ "$ref": "770"
+ },
+ "value": "isxgumkarlkomp"
+ },
+ "sku": {
+ "$id": "3037",
+ "kind": "string",
+ "type": {
+ "$ref": "774"
+ },
+ "value": "eojmppqcrnpmxirtp"
+ },
+ "version": {
+ "$id": "3038",
+ "kind": "string",
+ "type": {
+ "$ref": "778"
+ },
+ "value": "wvpcqefgtmqdgltiuz"
+ },
+ "exactVersion": {
+ "$id": "3039",
+ "kind": "string",
+ "type": {
+ "$ref": "782"
+ },
+ "value": "zjbntmiskjexlr"
+ },
+ "sharedGalleryImageId": {
+ "$id": "3040",
+ "kind": "string",
+ "type": {
+ "$ref": "786"
+ },
+ "value": "kmkgihoxwlawuuhcinfirktdwkmx"
+ },
+ "communityGalleryImageId": {
+ "$id": "3041",
+ "kind": "string",
+ "type": {
+ "$ref": "790"
+ },
+ "value": "vlqe"
+ },
+ "id": {
+ "$id": "3042",
+ "kind": "string",
+ "type": {
+ "$ref": "761"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}/versions/{versionName}"
+ }
+ }
+ },
+ "osDisk": {
+ "$id": "3043",
+ "kind": "model",
+ "type": {
+ "$ref": "796"
+ },
+ "value": {
+ "$id": "3044",
+ "name": {
+ "$id": "3045",
+ "kind": "string",
+ "type": {
+ "$ref": "798"
+ },
+ "value": "wfttw"
+ },
+ "caching": {
+ "$id": "3046",
+ "kind": "string",
+ "type": {
+ "$ref": "162"
+ },
+ "value": "None"
+ },
+ "writeAcceleratorEnabled": {
+ "$id": "3047",
+ "kind": "boolean",
+ "type": {
+ "$ref": "805"
+ },
+ "value": true
+ },
+ "createOption": {
+ "$id": "3048",
+ "kind": "string",
+ "type": {
+ "$ref": "170"
+ },
+ "value": "FromImage"
+ },
+ "diffDiskSettings": {
+ "$id": "3049",
+ "kind": "model",
+ "type": {
+ "$ref": "812"
+ },
+ "value": {
+ "$id": "3050",
+ "option": {
+ "$id": "3051",
+ "kind": "string",
+ "type": {
+ "$ref": "182"
+ },
+ "value": "Local"
+ },
+ "placement": {
+ "$id": "3052",
+ "kind": "string",
+ "type": {
+ "$ref": "186"
+ },
+ "value": "CacheDisk"
+ }
+ }
+ },
+ "diskSizeGB": {
+ "$id": "3053",
+ "kind": "number",
+ "type": {
+ "$ref": "822"
+ },
+ "value": 14
+ },
+ "osType": {
+ "$id": "3054",
+ "kind": "string",
+ "type": {
+ "$ref": "194"
+ },
+ "value": "Windows"
+ },
+ "image": {
+ "$id": "3055",
+ "kind": "model",
+ "type": {
+ "$ref": "829"
+ },
+ "value": {
+ "$id": "3056",
+ "uri": {
+ "$id": "3057",
+ "kind": "string",
+ "type": {
+ "$ref": "831"
+ },
+ "value": "https://myStorageAccountName.blob.core.windows.net/myContainerName/myVhdName.vhd"
+ }
+ }
+ },
+ "vhdContainers": {
+ "$id": "3058",
+ "kind": "array",
+ "type": {
+ "$ref": "837"
+ },
+ "value": [
+ {
+ "$id": "3059",
+ "kind": "string",
+ "type": {
+ "$ref": "838"
+ },
+ "value": "tkzcwddtinkfpnfklatw"
+ }
+ ]
+ },
+ "managedDisk": {
+ "$id": "3060",
+ "kind": "model",
+ "type": {
+ "$ref": "842"
+ },
+ "value": {
+ "$id": "3061",
+ "storageAccountType": {
+ "$id": "3062",
+ "kind": "string",
+ "type": {
+ "$ref": "200"
+ },
+ "value": "Standard_LRS"
+ },
+ "diskEncryptionSet": {
+ "$id": "3063",
+ "kind": "model",
+ "type": {
+ "$ref": "847"
+ },
+ "value": {
+ "$id": "3064",
+ "id": {
+ "$id": "3065",
+ "kind": "string",
+ "type": {
+ "$ref": "849"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}"
+ }
+ }
+ },
+ "securityProfile": {
+ "$id": "3066",
+ "kind": "model",
+ "type": {
+ "$ref": "856"
+ },
+ "value": {
+ "$id": "3067",
+ "securityEncryptionType": {
+ "$id": "3068",
+ "kind": "string",
+ "type": {
+ "$ref": "216"
+ },
+ "value": "VMGuestStateOnly"
+ },
+ "diskEncryptionSet": {
+ "$id": "3069",
+ "kind": "model",
+ "type": {
+ "$ref": "847"
+ },
+ "value": {
+ "$id": "3070",
+ "id": {
+ "$id": "3071",
+ "kind": "string",
+ "type": {
+ "$ref": "849"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "deleteOption": {
+ "$id": "3072",
+ "kind": "string",
+ "type": {
+ "$ref": "224"
+ },
+ "value": "Delete"
+ }
+ }
+ },
+ "dataDisks": {
+ "$id": "3073",
+ "kind": "array",
+ "type": {
+ "$ref": "873"
+ },
+ "value": [
+ {
+ "$id": "3074",
+ "kind": "model",
+ "type": {
+ "$ref": "874"
+ },
+ "value": {
+ "$id": "3075",
+ "name": {
+ "$id": "3076",
+ "kind": "string",
+ "type": {
+ "$ref": "876"
+ },
+ "value": "eogiykmdmeikswxmigjws"
+ },
+ "lun": {
+ "$id": "3077",
+ "kind": "number",
+ "type": {
+ "$ref": "880"
+ },
+ "value": 14
+ },
+ "caching": {
+ "$id": "3078",
+ "kind": "string",
+ "type": {
+ "$ref": "162"
+ },
+ "value": "None"
+ },
+ "writeAcceleratorEnabled": {
+ "$id": "3079",
+ "kind": "boolean",
+ "type": {
+ "$ref": "887"
+ },
+ "value": true
+ },
+ "createOption": {
+ "$id": "3080",
+ "kind": "string",
+ "type": {
+ "$ref": "170"
+ },
+ "value": "FromImage"
+ },
+ "diskSizeGB": {
+ "$id": "3081",
+ "kind": "number",
+ "type": {
+ "$ref": "894"
+ },
+ "value": 6
+ },
+ "managedDisk": {
+ "$id": "3082",
+ "kind": "model",
+ "type": {
+ "$ref": "842"
+ },
+ "value": {
+ "$id": "3083",
+ "storageAccountType": {
+ "$id": "3084",
+ "kind": "string",
+ "type": {
+ "$ref": "200"
+ },
+ "value": "Standard_LRS"
+ },
+ "diskEncryptionSet": {
+ "$id": "3085",
+ "kind": "model",
+ "type": {
+ "$ref": "847"
+ },
+ "value": {
+ "$id": "3086",
+ "id": {
+ "$id": "3087",
+ "kind": "string",
+ "type": {
+ "$ref": "849"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}"
+ }
+ }
+ },
+ "securityProfile": {
+ "$id": "3088",
+ "kind": "model",
+ "type": {
+ "$ref": "856"
+ },
+ "value": {
+ "$id": "3089",
+ "securityEncryptionType": {
+ "$id": "3090",
+ "kind": "string",
+ "type": {
+ "$ref": "216"
+ },
+ "value": "VMGuestStateOnly"
+ },
+ "diskEncryptionSet": {
+ "$id": "3091",
+ "kind": "model",
+ "type": {
+ "$ref": "847"
+ },
+ "value": {
+ "$id": "3092",
+ "id": {
+ "$id": "3093",
+ "kind": "string",
+ "type": {
+ "$ref": "849"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "diskIOPSReadWrite": {
+ "$id": "3094",
+ "kind": "number",
+ "type": {
+ "$ref": "901"
+ },
+ "value": 27
+ },
+ "diskMBpsReadWrite": {
+ "$id": "3095",
+ "kind": "number",
+ "type": {
+ "$ref": "905"
+ },
+ "value": 2
+ },
+ "deleteOption": {
+ "$id": "3096",
+ "kind": "string",
+ "type": {
+ "$ref": "224"
+ },
+ "value": "Delete"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ "networkProfile": {
+ "$id": "3097",
+ "kind": "model",
+ "type": {
+ "$ref": "919"
+ },
+ "value": {
+ "$id": "3098",
+ "healthProbe": {
+ "$id": "3099",
+ "kind": "model",
+ "type": {
+ "$ref": "921"
+ },
+ "value": {
+ "$id": "3100",
+ "id": {
+ "$id": "3101",
+ "kind": "string",
+ "type": {
+ "$ref": "923"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}"
+ }
+ }
+ },
+ "networkInterfaceConfigurations": {
+ "$id": "3102",
+ "kind": "array",
+ "type": {
+ "$ref": "930"
+ },
+ "value": [
+ {
+ "$id": "3103",
+ "kind": "model",
+ "type": {
+ "$ref": "931"
+ },
+ "value": {
+ "$id": "3104",
+ "name": {
+ "$id": "3105",
+ "kind": "string",
+ "type": {
+ "$ref": "933"
+ },
+ "value": "i"
+ },
+ "properties": {
+ "$id": "3106",
+ "kind": "model",
+ "type": {
+ "$ref": "937"
+ },
+ "value": {
+ "$id": "3107",
+ "primary": {
+ "$id": "3108",
+ "kind": "boolean",
+ "type": {
+ "$ref": "939"
+ },
+ "value": true
+ },
+ "enableAcceleratedNetworking": {
+ "$id": "3109",
+ "kind": "boolean",
+ "type": {
+ "$ref": "943"
+ },
+ "value": true
+ },
+ "disableTcpStateTracking": {
+ "$id": "3110",
+ "kind": "boolean",
+ "type": {
+ "$ref": "947"
+ },
+ "value": true
+ },
+ "enableFpga": {
+ "$id": "3111",
+ "kind": "boolean",
+ "type": {
+ "$ref": "951"
+ },
+ "value": true
+ },
+ "networkSecurityGroup": {
+ "$id": "3112",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "3113",
+ "id": {
+ "$id": "3114",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityGroups/{networkSecurityGroupName}"
+ }
+ }
+ },
+ "dnsSettings": {
+ "$id": "3115",
+ "kind": "model",
+ "type": {
+ "$ref": "958"
+ },
+ "value": {
+ "$id": "3116",
+ "dnsServers": {
+ "$id": "3117",
+ "kind": "array",
+ "type": {
+ "$ref": "960"
+ },
+ "value": [
+ {
+ "$id": "3118",
+ "kind": "string",
+ "type": {
+ "$ref": "961"
+ },
+ "value": "nxmmfolhclsesu"
+ }
+ ]
+ }
+ }
+ },
+ "ipConfigurations": {
+ "$id": "3119",
+ "kind": "array",
+ "type": {
+ "$ref": "967"
+ },
+ "value": [
+ {
+ "$id": "3120",
+ "kind": "model",
+ "type": {
+ "$ref": "968"
+ },
+ "value": {
+ "$id": "3121",
+ "name": {
+ "$id": "3122",
+ "kind": "string",
+ "type": {
+ "$ref": "970"
+ },
+ "value": "oezqhkidfhyywlfzwuotilrpbqnjg"
+ },
+ "properties": {
+ "$id": "3123",
+ "kind": "model",
+ "type": {
+ "$ref": "974"
+ },
+ "value": {
+ "$id": "3124",
+ "subnet": {
+ "$id": "3125",
+ "kind": "model",
+ "type": {
+ "$ref": "921"
+ },
+ "value": {
+ "$id": "3126",
+ "id": {
+ "$id": "3127",
+ "kind": "string",
+ "type": {
+ "$ref": "923"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
+ }
+ }
+ },
+ "primary": {
+ "$id": "3128",
+ "kind": "boolean",
+ "type": {
+ "$ref": "979"
+ },
+ "value": true
+ },
+ "publicIPAddressConfiguration": {
+ "$id": "3129",
+ "kind": "model",
+ "type": {
+ "$ref": "983"
+ },
+ "value": {
+ "$id": "3130",
+ "name": {
+ "$id": "3131",
+ "kind": "string",
+ "type": {
+ "$ref": "985"
+ },
+ "value": "fvpqf"
+ },
+ "properties": {
+ "$id": "3132",
+ "kind": "model",
+ "type": {
+ "$ref": "989"
+ },
+ "value": {
+ "$id": "3133",
+ "idleTimeoutInMinutes": {
+ "$id": "3134",
+ "kind": "number",
+ "type": {
+ "$ref": "991"
+ },
+ "value": 9
+ },
+ "dnsSettings": {
+ "$id": "3135",
+ "kind": "model",
+ "type": {
+ "$ref": "995"
+ },
+ "value": {
+ "$id": "3136",
+ "domainNameLabel": {
+ "$id": "3137",
+ "kind": "string",
+ "type": {
+ "$ref": "997"
+ },
+ "value": "ukrddzvmorpmfsczjwtbvp"
+ },
+ "domainNameLabelScope": {
+ "$id": "3138",
+ "kind": "string",
+ "type": {
+ "$ref": "236"
+ },
+ "value": "TenantReuse"
+ }
+ }
+ },
+ "ipTags": {
+ "$id": "3139",
+ "kind": "array",
+ "type": {
+ "$ref": "1006"
+ },
+ "value": [
+ {
+ "$id": "3140",
+ "kind": "model",
+ "type": {
+ "$ref": "1007"
+ },
+ "value": {
+ "$id": "3141",
+ "ipTagType": {
+ "$id": "3142",
+ "kind": "string",
+ "type": {
+ "$ref": "1009"
+ },
+ "value": "sddgsoemnzgqizale"
+ },
+ "tag": {
+ "$id": "3143",
+ "kind": "string",
+ "type": {
+ "$ref": "1013"
+ },
+ "value": "wufmhrjsakbiaetyara"
+ }
+ }
+ }
+ ]
+ },
+ "publicIPPrefix": {
+ "$id": "3144",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "3145",
+ "id": {
+ "$id": "3146",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName}"
+ }
+ }
+ },
+ "publicIPAddressVersion": {
+ "$id": "3147",
+ "kind": "string",
+ "type": {
+ "$ref": "246"
+ },
+ "value": "IPv4"
+ },
+ "deleteOption": {
+ "$id": "3148",
+ "kind": "string",
+ "type": {
+ "$ref": "252"
+ },
+ "value": "Delete"
+ }
+ }
+ },
+ "sku": {
+ "$id": "3149",
+ "kind": "model",
+ "type": {
+ "$ref": "1030"
+ },
+ "value": {
+ "$id": "3150",
+ "name": {
+ "$id": "3151",
+ "kind": "string",
+ "type": {
+ "$ref": "258"
+ },
+ "value": "Basic"
+ },
+ "tier": {
+ "$id": "3152",
+ "kind": "string",
+ "type": {
+ "$ref": "264"
+ },
+ "value": "Regional"
+ }
+ }
+ }
+ }
+ },
+ "privateIPAddressVersion": {
+ "$id": "3153",
+ "kind": "string",
+ "type": {
+ "$ref": "246"
+ },
+ "value": "IPv4"
+ },
+ "applicationGatewayBackendAddressPools": {
+ "$id": "3154",
+ "kind": "array",
+ "type": {
+ "$ref": "1045"
+ },
+ "value": [
+ {
+ "$id": "3155",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "3156",
+ "id": {
+ "$id": "3157",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/backendAddressPools/{backendAddressPoolName}"
+ }
+ }
+ }
+ ]
+ },
+ "applicationSecurityGroups": {
+ "$id": "3158",
+ "kind": "array",
+ "type": {
+ "$ref": "1049"
+ },
+ "value": [
+ {
+ "$id": "3159",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "3160",
+ "id": {
+ "$id": "3161",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationSecurityGroups/{applicationSecurityGroupName}"
+ }
+ }
+ }
+ ]
+ },
+ "loadBalancerBackendAddressPools": {
+ "$id": "3162",
+ "kind": "array",
+ "type": {
+ "$ref": "1053"
+ },
+ "value": [
+ {
+ "$id": "3163",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "3164",
+ "id": {
+ "$id": "3165",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/backendAddressPools/{backendAddressPoolName}"
+ }
+ }
+ }
+ ]
+ },
+ "loadBalancerInboundNatPools": {
+ "$id": "3166",
+ "kind": "array",
+ "type": {
+ "$ref": "1057"
+ },
+ "value": [
+ {
+ "$id": "3167",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "3168",
+ "id": {
+ "$id": "3169",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/inboundNatPools/{inboundNatPoolName}"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+ }
+ ]
+ },
+ "enableIPForwarding": {
+ "$id": "3170",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1065"
+ },
+ "value": true
+ },
+ "deleteOption": {
+ "$id": "3171",
+ "kind": "string",
+ "type": {
+ "$ref": "252"
+ },
+ "value": "Delete"
+ },
+ "auxiliaryMode": {
+ "$id": "3172",
+ "kind": "string",
+ "type": {
+ "$ref": "270"
+ },
+ "value": "None"
+ },
+ "auxiliarySku": {
+ "$id": "3173",
+ "kind": "string",
+ "type": {
+ "$ref": "278"
+ },
+ "value": "None"
+ }
+ }
+ }
+ }
+ }
+ ]
+ },
+ "networkApiVersion": {
+ "$id": "3174",
+ "kind": "string",
+ "type": {
+ "$ref": "290"
+ },
+ "value": "2020-11-01"
+ }
+ }
+ },
+ "securityProfile": {
+ "$id": "3175",
+ "kind": "model",
+ "type": {
+ "$ref": "1087"
+ },
+ "value": {
+ "$id": "3176",
+ "uefiSettings": {
+ "$id": "3177",
+ "kind": "model",
+ "type": {
+ "$ref": "1089"
+ },
+ "value": {
+ "$id": "3178",
+ "secureBootEnabled": {
+ "$id": "3179",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1091"
+ },
+ "value": true
+ },
+ "vTpmEnabled": {
+ "$id": "3180",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1095"
+ },
+ "value": true
+ }
+ }
+ },
+ "encryptionAtHost": {
+ "$id": "3181",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1101"
+ },
+ "value": true
+ },
+ "securityType": {
+ "$id": "3182",
+ "kind": "string",
+ "type": {
+ "$ref": "294"
+ },
+ "value": "TrustedLaunch"
+ },
+ "encryptionIdentity": {
+ "$id": "3183",
+ "kind": "model",
+ "type": {
+ "$ref": "1108"
+ },
+ "value": {
+ "$id": "3184",
+ "userAssignedIdentityResourceId": {
+ "$id": "3185",
+ "kind": "string",
+ "type": {
+ "$ref": "1110"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{userAssignedIdentityName}"
+ }
+ }
+ },
+ "proxyAgentSettings": {
+ "$id": "3186",
+ "kind": "model",
+ "type": {
+ "$ref": "1117"
+ },
+ "value": {
+ "$id": "3187",
+ "enabled": {
+ "$id": "3188",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1119"
+ },
+ "value": true
+ },
+ "mode": {
+ "$id": "3189",
+ "kind": "string",
+ "type": {
+ "$ref": "300"
+ },
+ "value": "Audit"
+ },
+ "keyIncarnationId": {
+ "$id": "3190",
+ "kind": "number",
+ "type": {
+ "$ref": "1126"
+ },
+ "value": 20
+ }
+ }
+ }
+ }
+ },
+ "diagnosticsProfile": {
+ "$id": "3191",
+ "kind": "model",
+ "type": {
+ "$ref": "1134"
+ },
+ "value": {
+ "$id": "3192",
+ "bootDiagnostics": {
+ "$id": "3193",
+ "kind": "model",
+ "type": {
+ "$ref": "1136"
+ },
+ "value": {
+ "$id": "3194",
+ "enabled": {
+ "$id": "3195",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1138"
+ },
+ "value": true
+ },
+ "storageUri": {
+ "$id": "3196",
+ "kind": "string",
+ "type": {
+ "$ref": "1142"
+ },
+ "value": "http://myStorageAccountName.blob.core.windows.net"
+ }
+ }
+ }
+ }
+ },
+ "extensionProfile": {
+ "$id": "3197",
+ "kind": "model",
+ "type": {
+ "$ref": "1150"
+ },
+ "value": {
+ "$id": "3198",
+ "extensions": {
+ "$id": "3199",
+ "kind": "array",
+ "type": {
+ "$ref": "1152"
+ },
+ "value": [
+ {
+ "$id": "3200",
+ "kind": "model",
+ "type": {
+ "$ref": "1153"
+ },
+ "value": {
+ "$id": "3201",
+ "name": {
+ "$id": "3202",
+ "kind": "string",
+ "type": {
+ "$ref": "1160"
+ },
+ "value": "bndxuxx"
+ },
+ "type": {
+ "$id": "3203",
+ "kind": "string",
+ "type": {
+ "$ref": "1164"
+ },
+ "value": "cmeam"
+ },
+ "properties": {
+ "$id": "3204",
+ "kind": "model",
+ "type": {
+ "$ref": "1168"
+ },
+ "value": {
+ "$id": "3205",
+ "forceUpdateTag": {
+ "$id": "3206",
+ "kind": "string",
+ "type": {
+ "$ref": "1170"
+ },
+ "value": "yhgxw"
+ },
+ "publisher": {
+ "$id": "3207",
+ "kind": "string",
+ "type": {
+ "$ref": "1174"
+ },
+ "value": "kpxtirxjfprhs"
+ },
+ "type": {
+ "$id": "3208",
+ "kind": "string",
+ "type": {
+ "$ref": "1178"
+ },
+ "value": "pgjilctjjwaa"
+ },
+ "typeHandlerVersion": {
+ "$id": "3209",
+ "kind": "string",
+ "type": {
+ "$ref": "1182"
+ },
+ "value": "zevivcoilxmbwlrihhhibq"
+ },
+ "autoUpgradeMinorVersion": {
+ "$id": "3210",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1186"
+ },
+ "value": true
+ },
+ "enableAutomaticUpgrade": {
+ "$id": "3211",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1190"
+ },
+ "value": true
+ },
+ "settings": {
+ "$id": "3212",
+ "kind": "dict",
+ "type": {
+ "$ref": "1194"
+ },
+ "value": {
+ "$id": "3213"
+ }
+ },
+ "provisioningState": {
+ "$id": "3214",
+ "kind": "string",
+ "type": {
+ "$ref": "1206"
+ },
+ "value": "Succeeded"
+ },
+ "provisionAfterExtensions": {
+ "$id": "3215",
+ "kind": "array",
+ "type": {
+ "$ref": "1210"
+ },
+ "value": [
+ {
+ "$id": "3216",
+ "kind": "string",
+ "type": {
+ "$ref": "1211"
+ },
+ "value": "nftzosroolbcwmpupujzqwqe"
+ }
+ ]
+ },
+ "suppressFailures": {
+ "$id": "3217",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1215"
+ },
+ "value": true
+ },
+ "protectedSettingsFromKeyVault": {
+ "$id": "3218",
+ "kind": "model",
+ "type": {
+ "$ref": "1219"
+ },
+ "value": {
+ "$id": "3219",
+ "secretUrl": {
+ "$id": "3220",
+ "kind": "string",
+ "type": {
+ "$ref": "1221"
+ },
+ "value": "https://myVaultName.vault.azure.net/secrets/secret/mySecretName"
+ },
+ "sourceVault": {
+ "$id": "3221",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "3222",
+ "id": {
+ "$id": "3223",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "id": {
+ "$id": "3224",
+ "kind": "string",
+ "type": {
+ "$ref": "1155"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/extensions/{extensionName}"
+ }
+ }
+ }
+ ]
+ },
+ "extensionsTimeBudget": {
+ "$id": "3225",
+ "kind": "string",
+ "type": {
+ "$ref": "1234"
+ },
+ "value": "mbhjahtdygwgyszdwjtvlvtgchdwil"
+ }
+ }
+ },
+ "licenseType": {
+ "$id": "3226",
+ "kind": "string",
+ "type": {
+ "$ref": "1240"
+ },
+ "value": "v"
+ },
+ "scheduledEventsProfile": {
+ "$id": "3227",
+ "kind": "model",
+ "type": {
+ "$ref": "1244"
+ },
+ "value": {
+ "$id": "3228",
+ "terminateNotificationProfile": {
+ "$id": "3229",
+ "kind": "model",
+ "type": {
+ "$ref": "1246"
+ },
+ "value": {
+ "$id": "3230",
+ "notBeforeTimeout": {
+ "$id": "3231",
+ "kind": "string",
+ "type": {
+ "$ref": "1248"
+ },
+ "value": "iljppmmw"
+ },
+ "enable": {
+ "$id": "3232",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1252"
+ },
+ "value": true
+ }
+ }
+ },
+ "osImageNotificationProfile": {
+ "$id": "3233",
+ "kind": "model",
+ "type": {
+ "$ref": "1258"
+ },
+ "value": {
+ "$id": "3234",
+ "notBeforeTimeout": {
+ "$id": "3235",
+ "kind": "string",
+ "type": {
+ "$ref": "1260"
+ },
+ "value": "olbpadmevekyczfokodtfprxti"
+ },
+ "enable": {
+ "$id": "3236",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1264"
+ },
+ "value": true
+ }
+ }
+ }
+ }
+ },
+ "userData": {
+ "$id": "3237",
+ "kind": "string",
+ "type": {
+ "$ref": "1272"
+ },
+ "value": "s"
+ },
+ "capacityReservation": {
+ "$id": "3238",
+ "kind": "model",
+ "type": {
+ "$ref": "1276"
+ },
+ "value": {
+ "$id": "3239",
+ "capacityReservationGroup": {
+ "$id": "3240",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "3241",
+ "id": {
+ "$id": "3242",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/capacityReservationGroups/{capacityReservationGroupName}"
+ }
+ }
+ }
+ }
+ },
+ "applicationProfile": {
+ "$id": "3243",
+ "kind": "model",
+ "type": {
+ "$ref": "1283"
+ },
+ "value": {
+ "$id": "3244",
+ "galleryApplications": {
+ "$id": "3245",
+ "kind": "array",
+ "type": {
+ "$ref": "1285"
+ },
+ "value": [
+ {
+ "$id": "3246",
+ "kind": "model",
+ "type": {
+ "$ref": "1286"
+ },
+ "value": {
+ "$id": "3247",
+ "tags": {
+ "$id": "3248",
+ "kind": "string",
+ "type": {
+ "$ref": "1288"
+ },
+ "value": "eyrqjbib"
+ },
+ "order": {
+ "$id": "3249",
+ "kind": "number",
+ "type": {
+ "$ref": "1292"
+ },
+ "value": 5
+ },
+ "packageReferenceId": {
+ "$id": "3250",
+ "kind": "string",
+ "type": {
+ "$ref": "1296"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{applicationName}/versions/{versionName}"
+ },
+ "treatFailureAsDeploymentFailure": {
+ "$id": "3251",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1305"
+ },
+ "value": true
+ },
+ "enableAutomaticUpgrade": {
+ "$id": "3252",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1309"
+ },
+ "value": true
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ "hardwareProfile": {
+ "$id": "3253",
+ "kind": "model",
+ "type": {
+ "$ref": "1317"
+ },
+ "value": {
+ "$id": "3254",
+ "vmSizeProperties": {
+ "$id": "3255",
+ "kind": "model",
+ "type": {
+ "$ref": "1319"
+ },
+ "value": {
+ "$id": "3256",
+ "vCPUsAvailable": {
+ "$id": "3257",
+ "kind": "number",
+ "type": {
+ "$ref": "1321"
+ },
+ "value": 16
+ },
+ "vCPUsPerCore": {
+ "$id": "3258",
+ "kind": "number",
+ "type": {
+ "$ref": "1325"
+ },
+ "value": 23
+ }
+ }
+ }
+ }
+ },
+ "serviceArtifactReference": {
+ "$id": "3259",
+ "kind": "model",
+ "type": {
+ "$ref": "1333"
+ },
+ "value": {
+ "$id": "3260",
+ "id": {
+ "$id": "3261",
+ "kind": "string",
+ "type": {
+ "$ref": "1335"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactsName}/vmArtifactsProfiles/{vmArtifactsProfileName}"
+ }
+ }
+ },
+ "securityPostureReference": {
+ "$id": "3262",
+ "kind": "model",
+ "type": {
+ "$ref": "1342"
+ },
+ "value": {
+ "$id": "3263",
+ "id": {
+ "$id": "3264",
+ "kind": "string",
+ "type": {
+ "$ref": "1344"
+ },
+ "value": "/CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest"
+ },
+ "excludeExtensions": {
+ "$id": "3265",
+ "kind": "array",
+ "type": {
+ "$ref": "1348"
+ },
+ "value": [
+ {
+ "$id": "3266",
+ "kind": "string",
+ "type": {
+ "$ref": "1349"
+ },
+ "value": "{securityPostureVMExtensionName}"
+ }
+ ]
+ },
+ "isOverridable": {
+ "$id": "3267",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1353"
+ },
+ "value": true
+ }
+ }
+ },
+ "timeCreated": {
+ "$id": "3268",
+ "kind": "string",
+ "type": {
+ "$ref": "1359"
+ },
+ "value": "2024-04-29T21:51:44.043Z"
+ }
+ }
+ },
+ "computeApiVersion": {
+ "$id": "3269",
+ "kind": "string",
+ "type": {
+ "$ref": "1375"
+ },
+ "value": "2023-07-01"
+ },
+ "platformFaultDomainCount": {
+ "$id": "3270",
+ "kind": "number",
+ "type": {
+ "$ref": "1379"
+ },
+ "value": 1
+ }
+ }
+ },
+ "timeCreated": {
+ "$id": "3271",
+ "kind": "string",
+ "type": {
+ "$ref": "1397"
+ },
+ "value": "2024-07-10T00:16:34.8590555+00:00"
+ },
+ "uniqueId": {
+ "$id": "3272",
+ "kind": "string",
+ "type": {
+ "$ref": "1402"
+ },
+ "value": "a2f7fabd-bbc2-4a20-afe1-49fdb3885a28"
+ }
+ }
+ },
+ "zones": {
+ "$id": "3273",
+ "kind": "array",
+ "type": {
+ "$ref": "1408"
+ },
+ "value": [
+ {
+ "$id": "3274",
+ "kind": "string",
+ "type": {
+ "$ref": "1409"
+ },
+ "value": "zone1"
+ },
+ {
+ "$id": "3275",
+ "kind": "string",
+ "type": {
+ "$ref": "1409"
+ },
+ "value": "zone2"
+ }
+ ]
+ },
+ "identity": {
+ "$id": "3276",
+ "kind": "model",
+ "type": {
+ "$ref": "1413"
+ },
+ "value": {
+ "$id": "3277",
+ "principalId": {
+ "$id": "3278",
+ "kind": "string",
+ "type": {
+ "$ref": "1415"
+ },
+ "value": "4d508e5b-374b-4382-9a1c-01fb8b6cb37c"
+ },
+ "tenantId": {
+ "$id": "3279",
+ "kind": "string",
+ "type": {
+ "$ref": "1420"
+ },
+ "value": "5d508e5b-374b-4382-9a1c-01fb8b6cb37c"
+ },
+ "type": {
+ "$id": "3280",
+ "kind": "string",
+ "type": {
+ "$ref": "306"
+ },
+ "value": "UserAssigned"
+ },
+ "userAssignedIdentities": {
+ "$id": "3281",
+ "kind": "dict",
+ "type": {
+ "$ref": "1428"
+ },
+ "value": {
+ "$id": "3282",
+ "key9851": {
+ "$id": "3283",
+ "kind": "model",
+ "type": {
+ "$ref": "1431"
+ },
+ "value": {
+ "$id": "3284",
+ "principalId": {
+ "$id": "3285",
+ "kind": "string",
+ "type": {
+ "$ref": "1438"
+ },
+ "value": "6d508e5b-374b-4382-9a1c-01fb8b6cb37c"
+ },
+ "clientId": {
+ "$id": "3286",
+ "kind": "string",
+ "type": {
+ "$ref": "1433"
+ },
+ "value": "7d508e5b-374b-4382-9a1c-01fb8b6cb37c"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "tags": {
+ "$id": "3287",
+ "kind": "dict",
+ "type": {
+ "$ref": "396"
+ },
+ "value": {
+ "$id": "3288",
+ "key3518": {
+ "$id": "3289",
+ "kind": "string",
+ "type": {
+ "$ref": "398"
+ },
+ "value": "luvrnuvsgdpbuofdskkcoqhfh"
+ }
+ }
+ },
+ "plan": {
+ "$id": "3290",
+ "kind": "model",
+ "type": {
+ "$ref": "1447"
+ },
+ "value": {
+ "$id": "3291",
+ "name": {
+ "$id": "3292",
+ "kind": "string",
+ "type": {
+ "$ref": "1449"
+ },
+ "value": "jwgrcrnrtfoxn"
+ },
+ "publisher": {
+ "$id": "3293",
+ "kind": "string",
+ "type": {
+ "$ref": "1453"
+ },
+ "value": "iozjbiqqckqm"
+ },
+ "product": {
+ "$id": "3294",
+ "kind": "string",
+ "type": {
+ "$ref": "1457"
+ },
+ "value": "cgopbyvdyqikahwyxfpzwaqk"
+ },
+ "promotionCode": {
+ "$id": "3295",
+ "kind": "string",
+ "type": {
+ "$ref": "1461"
+ },
+ "value": "naglezezplcaruqogtxnuizslqnnbr"
+ },
+ "version": {
+ "$id": "3296",
+ "kind": "string",
+ "type": {
+ "$ref": "1465"
+ },
+ "value": "wa"
+ }
+ }
+ },
+ "location": {
+ "$id": "3297",
+ "kind": "string",
+ "type": {
+ "$ref": "402"
+ },
+ "value": "westus"
+ },
+ "id": {
+ "$id": "3298",
+ "kind": "string",
+ "type": {
+ "$ref": "354"
+ },
+ "value": "/subscriptions/7B0CD4DB-3381-4013-9B31-FB6E6FD0FF1C/resourceGroups/rgazurefleet/providers/Microsoft.AzureFleet/fleets/testFleet"
+ },
+ "name": {
+ "$id": "3299",
+ "kind": "string",
+ "type": {
+ "$ref": "359"
+ },
+ "value": "testFleet"
+ },
+ "type": {
+ "$id": "3300",
+ "kind": "string",
+ "type": {
+ "$ref": "363"
+ },
+ "value": "Microsoft.AzureFleet/fleets"
+ },
+ "systemData": {
+ "$id": "3301",
+ "kind": "model",
+ "type": {
+ "$ref": "368"
+ },
+ "value": {
+ "$id": "3302",
+ "createdBy": {
+ "$id": "3303",
+ "kind": "string",
+ "type": {
+ "$ref": "370"
+ },
+ "value": "rowegentrpoajsv"
+ },
+ "createdByType": {
+ "$id": "3304",
+ "kind": "string",
+ "type": {
+ "$ref": "316"
+ },
+ "value": "User"
+ },
+ "createdAt": {
+ "$id": "3305",
+ "kind": "string",
+ "type": {
+ "$ref": "377"
+ },
+ "value": "2024-04-29T21:51:44.043Z"
+ },
+ "lastModifiedBy": {
+ "$id": "3306",
+ "kind": "string",
+ "type": {
+ "$ref": "382"
+ },
+ "value": "edwuayhhaoepxzisfaqjhmrxjq"
+ },
+ "lastModifiedByType": {
+ "$id": "3307",
+ "kind": "string",
+ "type": {
+ "$ref": "316"
+ },
+ "value": "User"
+ },
+ "lastModifiedAt": {
+ "$id": "3308",
+ "kind": "string",
+ "type": {
+ "$ref": "389"
+ },
+ "value": "2024-04-29T21:51:44.043Z"
+ }
+ }
+ }
+ }
+ }
+ }
+ ]
+ },
+ {
+ "$id": "3309",
+ "kind": "http",
+ "name": "Fleets_CreateOrUpdate_MinimumSet",
+ "description": "Fleets_CreateOrUpdate_MinimumSet",
+ "filePath": "2024-11-01/Fleets_CreateOrUpdate_MinimumSet.json",
+ "parameters": [
+ {
+ "$id": "3310",
+ "parameter": {
+ "$ref": "2178"
+ },
+ "value": {
+ "$id": "3311",
+ "kind": "string",
+ "type": {
+ "$ref": "2179"
+ },
+ "value": "2024-11-01"
+ }
+ },
+ {
+ "$id": "3312",
+ "parameter": {
+ "$ref": "2182"
+ },
+ "value": {
+ "$id": "3313",
+ "kind": "string",
+ "type": {
+ "$ref": "2183"
+ },
+ "value": "1DC2F28C-A625-4B0E-9748-9885A3C9E9EB"
+ }
+ },
+ {
+ "$id": "3314",
+ "parameter": {
+ "$ref": "2185"
+ },
+ "value": {
+ "$id": "3315",
+ "kind": "string",
+ "type": {
+ "$ref": "2186"
+ },
+ "value": "rgazurefleet"
+ }
+ },
+ {
+ "$id": "3316",
+ "parameter": {
+ "$ref": "2187"
+ },
+ "value": {
+ "$id": "3317",
+ "kind": "string",
+ "type": {
+ "$ref": "2188"
+ },
+ "value": "testFleet"
+ }
+ },
+ {
+ "$id": "3318",
+ "parameter": {
+ "$ref": "2195"
+ },
+ "value": {
+ "$id": "3319",
+ "kind": "model",
+ "type": {
+ "$ref": "350"
+ },
+ "value": {
+ "$id": "3320",
+ "properties": {
+ "$id": "3321",
+ "kind": "model",
+ "type": {
+ "$ref": "406"
+ },
+ "value": {
+ "$id": "3322",
+ "spotPriorityProfile": {
+ "$id": "3323",
+ "kind": "model",
+ "type": {
+ "$ref": "411"
+ },
+ "value": {
+ "$id": "3324",
+ "capacity": {
+ "$id": "3325",
+ "kind": "number",
+ "type": {
+ "$ref": "413"
+ },
+ "value": 2
+ },
+ "minCapacity": {
+ "$id": "3326",
+ "kind": "number",
+ "type": {
+ "$ref": "417"
+ },
+ "value": 1
+ },
+ "evictionPolicy": {
+ "$id": "3327",
+ "kind": "string",
+ "type": {
+ "$ref": "18"
+ },
+ "value": "Delete"
+ },
+ "allocationStrategy": {
+ "$id": "3328",
+ "kind": "string",
+ "type": {
+ "$ref": "24"
+ },
+ "value": "PriceCapacityOptimized"
+ },
+ "maintain": {
+ "$id": "3329",
+ "kind": "boolean",
+ "type": {
+ "$ref": "431"
+ },
+ "value": true
+ }
+ }
+ },
+ "regularPriorityProfile": {
+ "$id": "3330",
+ "kind": "model",
+ "type": {
+ "$ref": "437"
+ },
+ "value": {
+ "$id": "3331",
+ "capacity": {
+ "$id": "3332",
+ "kind": "number",
+ "type": {
+ "$ref": "439"
+ },
+ "value": 2
+ },
+ "minCapacity": {
+ "$id": "3333",
+ "kind": "number",
+ "type": {
+ "$ref": "443"
+ },
+ "value": 1
+ },
+ "allocationStrategy": {
+ "$id": "3334",
+ "kind": "string",
+ "type": {
+ "$ref": "32"
+ },
+ "value": "LowestPrice"
+ }
+ }
+ },
+ "vmSizesProfile": {
+ "$id": "3335",
+ "kind": "array",
+ "type": {
+ "$ref": "452"
+ },
+ "value": [
+ {
+ "$id": "3336",
+ "kind": "model",
+ "type": {
+ "$ref": "453"
+ },
+ "value": {
+ "$id": "3337",
+ "name": {
+ "$id": "3338",
+ "kind": "string",
+ "type": {
+ "$ref": "455"
+ },
+ "value": "Standard_D2s_v3"
+ }
+ }
+ },
+ {
+ "$id": "3339",
+ "kind": "model",
+ "type": {
+ "$ref": "453"
+ },
+ "value": {
+ "$id": "3340",
+ "name": {
+ "$id": "3341",
+ "kind": "string",
+ "type": {
+ "$ref": "455"
+ },
+ "value": "Standard_D4s_v3"
+ }
+ }
+ },
+ {
+ "$id": "3342",
+ "kind": "model",
+ "type": {
+ "$ref": "453"
+ },
+ "value": {
+ "$id": "3343",
+ "name": {
+ "$id": "3344",
+ "kind": "string",
+ "type": {
+ "$ref": "455"
+ },
+ "value": "Standard_E2s_v3"
+ }
+ }
+ }
+ ]
+ },
+ "computeProfile": {
+ "$id": "3345",
+ "kind": "model",
+ "type": {
+ "$ref": "1370"
+ },
+ "value": {
+ "$id": "3346",
+ "baseVirtualMachineProfile": {
+ "$id": "3347",
+ "kind": "model",
+ "type": {
+ "$ref": "565"
+ },
+ "value": {
+ "$id": "3348",
+ "storageProfile": {
+ "$id": "3349",
+ "kind": "model",
+ "type": {
+ "$ref": "757"
+ },
+ "value": {
+ "$id": "3350",
+ "imageReference": {
+ "$id": "3351",
+ "kind": "model",
+ "type": {
+ "$ref": "759"
+ },
+ "value": {
+ "$id": "3352",
+ "publisher": {
+ "$id": "3353",
+ "kind": "string",
+ "type": {
+ "$ref": "766"
+ },
+ "value": "canonical"
+ },
+ "offer": {
+ "$id": "3354",
+ "kind": "string",
+ "type": {
+ "$ref": "770"
+ },
+ "value": "0001-com-ubuntu-server-focal"
+ },
+ "sku": {
+ "$id": "3355",
+ "kind": "string",
+ "type": {
+ "$ref": "774"
+ },
+ "value": "20_04-lts-gen2"
+ },
+ "version": {
+ "$id": "3356",
+ "kind": "string",
+ "type": {
+ "$ref": "778"
+ },
+ "value": "latest"
+ }
+ }
+ },
+ "osDisk": {
+ "$id": "3357",
+ "kind": "model",
+ "type": {
+ "$ref": "796"
+ },
+ "value": {
+ "$id": "3358",
+ "caching": {
+ "$id": "3359",
+ "kind": "string",
+ "type": {
+ "$ref": "162"
+ },
+ "value": "ReadWrite"
+ },
+ "createOption": {
+ "$id": "3360",
+ "kind": "string",
+ "type": {
+ "$ref": "170"
+ },
+ "value": "FromImage"
+ },
+ "osType": {
+ "$id": "3361",
+ "kind": "string",
+ "type": {
+ "$ref": "194"
+ },
+ "value": "Linux"
+ },
+ "managedDisk": {
+ "$id": "3362",
+ "kind": "model",
+ "type": {
+ "$ref": "842"
+ },
+ "value": {
+ "$id": "3363",
+ "storageAccountType": {
+ "$id": "3364",
+ "kind": "string",
+ "type": {
+ "$ref": "200"
+ },
+ "value": "Standard_LRS"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "osProfile": {
+ "$id": "3365",
+ "kind": "model",
+ "type": {
+ "$ref": "567"
+ },
+ "value": {
+ "$id": "3366",
+ "computerNamePrefix": {
+ "$id": "3367",
+ "kind": "string",
+ "type": {
+ "$ref": "569"
+ },
+ "value": "prefix"
+ },
+ "adminUsername": {
+ "$id": "3368",
+ "kind": "string",
+ "type": {
+ "$ref": "573"
+ },
+ "value": "azureuser"
+ },
+ "adminPassword": {
+ "$id": "3369",
+ "kind": "string",
+ "type": {
+ "$ref": "577"
+ },
+ "value": "TestPassword$0"
+ },
+ "linuxConfiguration": {
+ "$id": "3370",
+ "kind": "model",
+ "type": {
+ "$ref": "666"
+ },
+ "value": {
+ "$id": "3371",
+ "disablePasswordAuthentication": {
+ "$id": "3372",
+ "kind": "boolean",
+ "type": {
+ "$ref": "668"
+ },
+ "value": false
+ }
+ }
+ }
+ }
+ },
+ "networkProfile": {
+ "$id": "3373",
+ "kind": "model",
+ "type": {
+ "$ref": "919"
+ },
+ "value": {
+ "$id": "3374",
+ "networkInterfaceConfigurations": {
+ "$id": "3375",
+ "kind": "array",
+ "type": {
+ "$ref": "930"
+ },
+ "value": [
+ {
+ "$id": "3376",
+ "kind": "model",
+ "type": {
+ "$ref": "931"
+ },
+ "value": {
+ "$id": "3377",
+ "name": {
+ "$id": "3378",
+ "kind": "string",
+ "type": {
+ "$ref": "933"
+ },
+ "value": "vmNameTest"
+ },
+ "properties": {
+ "$id": "3379",
+ "kind": "model",
+ "type": {
+ "$ref": "937"
+ },
+ "value": {
+ "$id": "3380",
+ "primary": {
+ "$id": "3381",
+ "kind": "boolean",
+ "type": {
+ "$ref": "939"
+ },
+ "value": true
+ },
+ "enableAcceleratedNetworking": {
+ "$id": "3382",
+ "kind": "boolean",
+ "type": {
+ "$ref": "943"
+ },
+ "value": false
+ },
+ "ipConfigurations": {
+ "$id": "3383",
+ "kind": "array",
+ "type": {
+ "$ref": "967"
+ },
+ "value": [
+ {
+ "$id": "3384",
+ "kind": "model",
+ "type": {
+ "$ref": "968"
+ },
+ "value": {
+ "$id": "3385",
+ "name": {
+ "$id": "3386",
+ "kind": "string",
+ "type": {
+ "$ref": "970"
+ },
+ "value": "vmNameTest"
+ },
+ "properties": {
+ "$id": "3387",
+ "kind": "model",
+ "type": {
+ "$ref": "974"
+ },
+ "value": {
+ "$id": "3388",
+ "subnet": {
+ "$id": "3389",
+ "kind": "model",
+ "type": {
+ "$ref": "921"
+ },
+ "value": {
+ "$id": "3390",
+ "id": {
+ "$id": "3391",
+ "kind": "string",
+ "type": {
+ "$ref": "923"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
+ }
+ }
+ },
+ "primary": {
+ "$id": "3392",
+ "kind": "boolean",
+ "type": {
+ "$ref": "979"
+ },
+ "value": true
+ },
+ "loadBalancerBackendAddressPools": {
+ "$id": "3393",
+ "kind": "array",
+ "type": {
+ "$ref": "1053"
+ },
+ "value": [
+ {
+ "$id": "3394",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "3395",
+ "id": {
+ "$id": "3396",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/backendAddressPools/{backendAddressPoolName}"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+ }
+ ]
+ },
+ "enableIPForwarding": {
+ "$id": "3397",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1065"
+ },
+ "value": true
+ }
+ }
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+ },
+ "computeApiVersion": {
+ "$id": "3398",
+ "kind": "string",
+ "type": {
+ "$ref": "1375"
+ },
+ "value": "2023-09-01"
+ },
+ "platformFaultDomainCount": {
+ "$id": "3399",
+ "kind": "number",
+ "type": {
+ "$ref": "1379"
+ },
+ "value": 1
+ }
+ }
+ }
+ }
+ },
+ "tags": {
+ "$id": "3400",
+ "kind": "dict",
+ "type": {
+ "$ref": "396"
+ },
+ "value": {
+ "$id": "3401",
+ "key": {
+ "$id": "3402",
+ "kind": "string",
+ "type": {
+ "$ref": "398"
+ },
+ "value": "fleets-test"
+ }
+ }
+ },
+ "location": {
+ "$id": "3403",
+ "kind": "string",
+ "type": {
+ "$ref": "402"
+ },
+ "value": "eastus2euap"
+ }
+ }
+ }
+ }
+ ],
+ "responses": [
+ {
+ "$id": "3404",
+ "response": {
+ "$ref": "2196"
+ },
+ "statusCode": 200,
+ "bodyValue": {
+ "$id": "3405",
+ "kind": "model",
+ "type": {
+ "$ref": "350"
+ },
+ "value": {
+ "$id": "3406",
+ "properties": {
+ "$id": "3407",
+ "kind": "model",
+ "type": {
+ "$ref": "406"
+ },
+ "value": {
+ "$id": "3408",
+ "provisioningState": {
+ "$id": "3409",
+ "kind": "string",
+ "type": {
+ "$ref": "2"
+ },
+ "value": "Succeeded"
+ },
+ "spotPriorityProfile": {
+ "$id": "3410",
+ "kind": "model",
+ "type": {
+ "$ref": "411"
+ },
+ "value": {
+ "$id": "3411",
+ "capacity": {
+ "$id": "3412",
+ "kind": "number",
+ "type": {
+ "$ref": "413"
+ },
+ "value": 2
+ },
+ "minCapacity": {
+ "$id": "3413",
+ "kind": "number",
+ "type": {
+ "$ref": "417"
+ },
+ "value": 1
+ },
+ "evictionPolicy": {
+ "$id": "3414",
+ "kind": "string",
+ "type": {
+ "$ref": "18"
+ },
+ "value": "Delete"
+ },
+ "allocationStrategy": {
+ "$id": "3415",
+ "kind": "string",
+ "type": {
+ "$ref": "24"
+ },
+ "value": "PriceCapacityOptimized"
+ },
+ "maintain": {
+ "$id": "3416",
+ "kind": "boolean",
+ "type": {
+ "$ref": "431"
+ },
+ "value": true
+ }
+ }
+ },
+ "regularPriorityProfile": {
+ "$id": "3417",
+ "kind": "model",
+ "type": {
+ "$ref": "437"
+ },
+ "value": {
+ "$id": "3418",
+ "capacity": {
+ "$id": "3419",
+ "kind": "number",
+ "type": {
+ "$ref": "439"
+ },
+ "value": 2
+ },
+ "minCapacity": {
+ "$id": "3420",
+ "kind": "number",
+ "type": {
+ "$ref": "443"
+ },
+ "value": 1
+ },
+ "allocationStrategy": {
+ "$id": "3421",
+ "kind": "string",
+ "type": {
+ "$ref": "32"
+ },
+ "value": "LowestPrice"
+ }
+ }
+ },
+ "vmSizesProfile": {
+ "$id": "3422",
+ "kind": "array",
+ "type": {
+ "$ref": "452"
+ },
+ "value": [
+ {
+ "$id": "3423",
+ "kind": "model",
+ "type": {
+ "$ref": "453"
+ },
+ "value": {
+ "$id": "3424",
+ "name": {
+ "$id": "3425",
+ "kind": "string",
+ "type": {
+ "$ref": "455"
+ },
+ "value": "Standard_D2s_v3"
+ }
+ }
+ },
+ {
+ "$id": "3426",
+ "kind": "model",
+ "type": {
+ "$ref": "453"
+ },
+ "value": {
+ "$id": "3427",
+ "name": {
+ "$id": "3428",
+ "kind": "string",
+ "type": {
+ "$ref": "455"
+ },
+ "value": "Standard_D4s_v3"
+ }
+ }
+ },
+ {
+ "$id": "3429",
+ "kind": "model",
+ "type": {
+ "$ref": "453"
+ },
+ "value": {
+ "$id": "3430",
+ "name": {
+ "$id": "3431",
+ "kind": "string",
+ "type": {
+ "$ref": "455"
+ },
+ "value": "Standard_E2s_v3"
+ }
+ }
+ }
+ ]
+ },
+ "computeProfile": {
+ "$id": "3432",
+ "kind": "model",
+ "type": {
+ "$ref": "1370"
+ },
+ "value": {
+ "$id": "3433",
+ "baseVirtualMachineProfile": {
+ "$id": "3434",
+ "kind": "model",
+ "type": {
+ "$ref": "565"
+ },
+ "value": {
+ "$id": "3435",
+ "storageProfile": {
+ "$id": "3436",
+ "kind": "model",
+ "type": {
+ "$ref": "757"
+ },
+ "value": {
+ "$id": "3437",
+ "imageReference": {
+ "$id": "3438",
+ "kind": "model",
+ "type": {
+ "$ref": "759"
+ },
+ "value": {
+ "$id": "3439",
+ "publisher": {
+ "$id": "3440",
+ "kind": "string",
+ "type": {
+ "$ref": "766"
+ },
+ "value": "canonical"
+ },
+ "offer": {
+ "$id": "3441",
+ "kind": "string",
+ "type": {
+ "$ref": "770"
+ },
+ "value": "0001-com-ubuntu-server-focal"
+ },
+ "sku": {
+ "$id": "3442",
+ "kind": "string",
+ "type": {
+ "$ref": "774"
+ },
+ "value": "20_04-lts-gen2"
+ },
+ "version": {
+ "$id": "3443",
+ "kind": "string",
+ "type": {
+ "$ref": "778"
+ },
+ "value": "latest"
+ }
+ }
+ },
+ "osDisk": {
+ "$id": "3444",
+ "kind": "model",
+ "type": {
+ "$ref": "796"
+ },
+ "value": {
+ "$id": "3445",
+ "caching": {
+ "$id": "3446",
+ "kind": "string",
+ "type": {
+ "$ref": "162"
+ },
+ "value": "ReadWrite"
+ },
+ "createOption": {
+ "$id": "3447",
+ "kind": "string",
+ "type": {
+ "$ref": "170"
+ },
+ "value": "FromImage"
+ },
+ "osType": {
+ "$id": "3448",
+ "kind": "string",
+ "type": {
+ "$ref": "194"
+ },
+ "value": "Linux"
+ },
+ "managedDisk": {
+ "$id": "3449",
+ "kind": "model",
+ "type": {
+ "$ref": "842"
+ },
+ "value": {
+ "$id": "3450",
+ "storageAccountType": {
+ "$id": "3451",
+ "kind": "string",
+ "type": {
+ "$ref": "200"
+ },
+ "value": "Standard_LRS"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "osProfile": {
+ "$id": "3452",
+ "kind": "model",
+ "type": {
+ "$ref": "567"
+ },
+ "value": {
+ "$id": "3453",
+ "computerNamePrefix": {
+ "$id": "3454",
+ "kind": "string",
+ "type": {
+ "$ref": "569"
+ },
+ "value": "prefix"
+ },
+ "adminUsername": {
+ "$id": "3455",
+ "kind": "string",
+ "type": {
+ "$ref": "573"
+ },
+ "value": "azureuser"
+ },
+ "linuxConfiguration": {
+ "$id": "3456",
+ "kind": "model",
+ "type": {
+ "$ref": "666"
+ },
+ "value": {
+ "$id": "3457",
+ "disablePasswordAuthentication": {
+ "$id": "3458",
+ "kind": "boolean",
+ "type": {
+ "$ref": "668"
+ },
+ "value": false
+ }
+ }
+ }
+ }
+ },
+ "networkProfile": {
+ "$id": "3459",
+ "kind": "model",
+ "type": {
+ "$ref": "919"
+ },
+ "value": {
+ "$id": "3460",
+ "networkInterfaceConfigurations": {
+ "$id": "3461",
+ "kind": "array",
+ "type": {
+ "$ref": "930"
+ },
+ "value": [
+ {
+ "$id": "3462",
+ "kind": "model",
+ "type": {
+ "$ref": "931"
+ },
+ "value": {
+ "$id": "3463",
+ "name": {
+ "$id": "3464",
+ "kind": "string",
+ "type": {
+ "$ref": "933"
+ },
+ "value": "vmNameTest"
+ },
+ "properties": {
+ "$id": "3465",
+ "kind": "model",
+ "type": {
+ "$ref": "937"
+ },
+ "value": {
+ "$id": "3466",
+ "primary": {
+ "$id": "3467",
+ "kind": "boolean",
+ "type": {
+ "$ref": "939"
+ },
+ "value": true
+ },
+ "enableAcceleratedNetworking": {
+ "$id": "3468",
+ "kind": "boolean",
+ "type": {
+ "$ref": "943"
+ },
+ "value": false
+ },
+ "ipConfigurations": {
+ "$id": "3469",
+ "kind": "array",
+ "type": {
+ "$ref": "967"
+ },
+ "value": [
+ {
+ "$id": "3470",
+ "kind": "model",
+ "type": {
+ "$ref": "968"
+ },
+ "value": {
+ "$id": "3471",
+ "name": {
+ "$id": "3472",
+ "kind": "string",
+ "type": {
+ "$ref": "970"
+ },
+ "value": "vmNameTest"
+ },
+ "properties": {
+ "$id": "3473",
+ "kind": "model",
+ "type": {
+ "$ref": "974"
+ },
+ "value": {
+ "$id": "3474",
+ "subnet": {
+ "$id": "3475",
+ "kind": "model",
+ "type": {
+ "$ref": "921"
+ },
+ "value": {
+ "$id": "3476",
+ "id": {
+ "$id": "3477",
+ "kind": "string",
+ "type": {
+ "$ref": "923"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
+ }
+ }
+ },
+ "primary": {
+ "$id": "3478",
+ "kind": "boolean",
+ "type": {
+ "$ref": "979"
+ },
+ "value": true
+ },
+ "loadBalancerBackendAddressPools": {
+ "$id": "3479",
+ "kind": "array",
+ "type": {
+ "$ref": "1053"
+ },
+ "value": [
+ {
+ "$id": "3480",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "3481",
+ "id": {
+ "$id": "3482",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/backendAddressPools/{backendAddressPoolName}"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+ }
+ ]
+ },
+ "enableIPForwarding": {
+ "$id": "3483",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1065"
+ },
+ "value": true
+ }
+ }
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+ },
+ "computeApiVersion": {
+ "$id": "3484",
+ "kind": "string",
+ "type": {
+ "$ref": "1375"
+ },
+ "value": "2023-09-01"
+ },
+ "platformFaultDomainCount": {
+ "$id": "3485",
+ "kind": "number",
+ "type": {
+ "$ref": "1379"
+ },
+ "value": 1
+ }
+ }
+ },
+ "timeCreated": {
+ "$id": "3486",
+ "kind": "string",
+ "type": {
+ "$ref": "1397"
+ },
+ "value": "2024-07-10T00:16:34.8590555+00:00"
+ },
+ "uniqueId": {
+ "$id": "3487",
+ "kind": "string",
+ "type": {
+ "$ref": "1402"
+ },
+ "value": "a2f7fabd-bbc2-4a20-afe1-49fdb3885a28"
+ }
+ }
+ },
+ "tags": {
+ "$id": "3488",
+ "kind": "dict",
+ "type": {
+ "$ref": "396"
+ },
+ "value": {
+ "$id": "3489",
+ "key": {
+ "$id": "3490",
+ "kind": "string",
+ "type": {
+ "$ref": "398"
+ },
+ "value": "fleets-test"
+ }
+ }
+ },
+ "location": {
+ "$id": "3491",
+ "kind": "string",
+ "type": {
+ "$ref": "402"
+ },
+ "value": "eastus2euap"
+ },
+ "id": {
+ "$id": "3492",
+ "kind": "string",
+ "type": {
+ "$ref": "354"
+ },
+ "value": "/subscriptions/7B0CD4DB-3381-4013-9B31-FB6E6FD0FF1C/resourceGroups/rgazurefleet/providers/Microsoft.AzureFleet/fleets/testFleet"
+ },
+ "name": {
+ "$id": "3493",
+ "kind": "string",
+ "type": {
+ "$ref": "359"
+ },
+ "value": "testFleet"
+ },
+ "type": {
+ "$id": "3494",
+ "kind": "string",
+ "type": {
+ "$ref": "363"
+ },
+ "value": "Microsoft.AzureFleet/fleets"
+ }
+ }
+ }
+ },
+ {
+ "$id": "3495",
+ "response": {
+ "$ref": "2197"
+ },
+ "statusCode": 201,
+ "bodyValue": {
+ "$id": "3496",
+ "kind": "model",
+ "type": {
+ "$ref": "350"
+ },
+ "value": {
+ "$id": "3497",
+ "properties": {
+ "$id": "3498",
+ "kind": "model",
+ "type": {
+ "$ref": "406"
+ },
+ "value": {
+ "$id": "3499",
+ "provisioningState": {
+ "$id": "3500",
+ "kind": "string",
+ "type": {
+ "$ref": "2"
+ },
+ "value": "Creating"
+ },
+ "spotPriorityProfile": {
+ "$id": "3501",
+ "kind": "model",
+ "type": {
+ "$ref": "411"
+ },
+ "value": {
+ "$id": "3502",
+ "capacity": {
+ "$id": "3503",
+ "kind": "number",
+ "type": {
+ "$ref": "413"
+ },
+ "value": 2
+ },
+ "minCapacity": {
+ "$id": "3504",
+ "kind": "number",
+ "type": {
+ "$ref": "417"
+ },
+ "value": 1
+ },
+ "evictionPolicy": {
+ "$id": "3505",
+ "kind": "string",
+ "type": {
+ "$ref": "18"
+ },
+ "value": "Delete"
+ },
+ "allocationStrategy": {
+ "$id": "3506",
+ "kind": "string",
+ "type": {
+ "$ref": "24"
+ },
+ "value": "PriceCapacityOptimized"
+ },
+ "maintain": {
+ "$id": "3507",
+ "kind": "boolean",
+ "type": {
+ "$ref": "431"
+ },
+ "value": true
+ }
+ }
+ },
+ "regularPriorityProfile": {
+ "$id": "3508",
+ "kind": "model",
+ "type": {
+ "$ref": "437"
+ },
+ "value": {
+ "$id": "3509",
+ "capacity": {
+ "$id": "3510",
+ "kind": "number",
+ "type": {
+ "$ref": "439"
+ },
+ "value": 2
+ },
+ "minCapacity": {
+ "$id": "3511",
+ "kind": "number",
+ "type": {
+ "$ref": "443"
+ },
+ "value": 1
+ },
+ "allocationStrategy": {
+ "$id": "3512",
+ "kind": "string",
+ "type": {
+ "$ref": "32"
+ },
+ "value": "LowestPrice"
+ }
+ }
+ },
+ "vmSizesProfile": {
+ "$id": "3513",
+ "kind": "array",
+ "type": {
+ "$ref": "452"
+ },
+ "value": [
+ {
+ "$id": "3514",
+ "kind": "model",
+ "type": {
+ "$ref": "453"
+ },
+ "value": {
+ "$id": "3515",
+ "name": {
+ "$id": "3516",
+ "kind": "string",
+ "type": {
+ "$ref": "455"
+ },
+ "value": "Standard_D2s_v3"
+ }
+ }
+ },
+ {
+ "$id": "3517",
+ "kind": "model",
+ "type": {
+ "$ref": "453"
+ },
+ "value": {
+ "$id": "3518",
+ "name": {
+ "$id": "3519",
+ "kind": "string",
+ "type": {
+ "$ref": "455"
+ },
+ "value": "Standard_D4s_v3"
+ }
+ }
+ },
+ {
+ "$id": "3520",
+ "kind": "model",
+ "type": {
+ "$ref": "453"
+ },
+ "value": {
+ "$id": "3521",
+ "name": {
+ "$id": "3522",
+ "kind": "string",
+ "type": {
+ "$ref": "455"
+ },
+ "value": "Standard_E2s_v3"
+ }
+ }
+ }
+ ]
+ },
+ "computeProfile": {
+ "$id": "3523",
+ "kind": "model",
+ "type": {
+ "$ref": "1370"
+ },
+ "value": {
+ "$id": "3524",
+ "baseVirtualMachineProfile": {
+ "$id": "3525",
+ "kind": "model",
+ "type": {
+ "$ref": "565"
+ },
+ "value": {
+ "$id": "3526",
+ "storageProfile": {
+ "$id": "3527",
+ "kind": "model",
+ "type": {
+ "$ref": "757"
+ },
+ "value": {
+ "$id": "3528",
+ "imageReference": {
+ "$id": "3529",
+ "kind": "model",
+ "type": {
+ "$ref": "759"
+ },
+ "value": {
+ "$id": "3530",
+ "publisher": {
+ "$id": "3531",
+ "kind": "string",
+ "type": {
+ "$ref": "766"
+ },
+ "value": "canonical"
+ },
+ "offer": {
+ "$id": "3532",
+ "kind": "string",
+ "type": {
+ "$ref": "770"
+ },
+ "value": "0001-com-ubuntu-server-focal"
+ },
+ "sku": {
+ "$id": "3533",
+ "kind": "string",
+ "type": {
+ "$ref": "774"
+ },
+ "value": "20_04-lts-gen2"
+ },
+ "version": {
+ "$id": "3534",
+ "kind": "string",
+ "type": {
+ "$ref": "778"
+ },
+ "value": "latest"
+ }
+ }
+ },
+ "osDisk": {
+ "$id": "3535",
+ "kind": "model",
+ "type": {
+ "$ref": "796"
+ },
+ "value": {
+ "$id": "3536",
+ "caching": {
+ "$id": "3537",
+ "kind": "string",
+ "type": {
+ "$ref": "162"
+ },
+ "value": "ReadWrite"
+ },
+ "createOption": {
+ "$id": "3538",
+ "kind": "string",
+ "type": {
+ "$ref": "170"
+ },
+ "value": "FromImage"
+ },
+ "osType": {
+ "$id": "3539",
+ "kind": "string",
+ "type": {
+ "$ref": "194"
+ },
+ "value": "Linux"
+ },
+ "managedDisk": {
+ "$id": "3540",
+ "kind": "model",
+ "type": {
+ "$ref": "842"
+ },
+ "value": {
+ "$id": "3541",
+ "storageAccountType": {
+ "$id": "3542",
+ "kind": "string",
+ "type": {
+ "$ref": "200"
+ },
+ "value": "Standard_LRS"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "osProfile": {
+ "$id": "3543",
+ "kind": "model",
+ "type": {
+ "$ref": "567"
+ },
+ "value": {
+ "$id": "3544",
+ "computerNamePrefix": {
+ "$id": "3545",
+ "kind": "string",
+ "type": {
+ "$ref": "569"
+ },
+ "value": "prefix"
+ },
+ "adminUsername": {
+ "$id": "3546",
+ "kind": "string",
+ "type": {
+ "$ref": "573"
+ },
+ "value": "azureuser"
+ },
+ "linuxConfiguration": {
+ "$id": "3547",
+ "kind": "model",
+ "type": {
+ "$ref": "666"
+ },
+ "value": {
+ "$id": "3548",
+ "disablePasswordAuthentication": {
+ "$id": "3549",
+ "kind": "boolean",
+ "type": {
+ "$ref": "668"
+ },
+ "value": false
+ }
+ }
+ }
+ }
+ },
+ "networkProfile": {
+ "$id": "3550",
+ "kind": "model",
+ "type": {
+ "$ref": "919"
+ },
+ "value": {
+ "$id": "3551",
+ "networkInterfaceConfigurations": {
+ "$id": "3552",
+ "kind": "array",
+ "type": {
+ "$ref": "930"
+ },
+ "value": [
+ {
+ "$id": "3553",
+ "kind": "model",
+ "type": {
+ "$ref": "931"
+ },
+ "value": {
+ "$id": "3554",
+ "name": {
+ "$id": "3555",
+ "kind": "string",
+ "type": {
+ "$ref": "933"
+ },
+ "value": "vmNameTest"
+ },
+ "properties": {
+ "$id": "3556",
+ "kind": "model",
+ "type": {
+ "$ref": "937"
+ },
+ "value": {
+ "$id": "3557",
+ "primary": {
+ "$id": "3558",
+ "kind": "boolean",
+ "type": {
+ "$ref": "939"
+ },
+ "value": true
+ },
+ "enableAcceleratedNetworking": {
+ "$id": "3559",
+ "kind": "boolean",
+ "type": {
+ "$ref": "943"
+ },
+ "value": false
+ },
+ "ipConfigurations": {
+ "$id": "3560",
+ "kind": "array",
+ "type": {
+ "$ref": "967"
+ },
+ "value": [
+ {
+ "$id": "3561",
+ "kind": "model",
+ "type": {
+ "$ref": "968"
+ },
+ "value": {
+ "$id": "3562",
+ "name": {
+ "$id": "3563",
+ "kind": "string",
+ "type": {
+ "$ref": "970"
+ },
+ "value": "vmNameTest"
+ },
+ "properties": {
+ "$id": "3564",
+ "kind": "model",
+ "type": {
+ "$ref": "974"
+ },
+ "value": {
+ "$id": "3565",
+ "subnet": {
+ "$id": "3566",
+ "kind": "model",
+ "type": {
+ "$ref": "921"
+ },
+ "value": {
+ "$id": "3567",
+ "id": {
+ "$id": "3568",
+ "kind": "string",
+ "type": {
+ "$ref": "923"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
+ }
+ }
+ },
+ "primary": {
+ "$id": "3569",
+ "kind": "boolean",
+ "type": {
+ "$ref": "979"
+ },
+ "value": true
+ },
+ "loadBalancerBackendAddressPools": {
+ "$id": "3570",
+ "kind": "array",
+ "type": {
+ "$ref": "1053"
+ },
+ "value": [
+ {
+ "$id": "3571",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "3572",
+ "id": {
+ "$id": "3573",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/backendAddressPools/{backendAddressPoolName}"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+ }
+ ]
+ },
+ "enableIPForwarding": {
+ "$id": "3574",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1065"
+ },
+ "value": true
+ }
+ }
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+ },
+ "computeApiVersion": {
+ "$id": "3575",
+ "kind": "string",
+ "type": {
+ "$ref": "1375"
+ },
+ "value": "2023-09-01"
+ },
+ "platformFaultDomainCount": {
+ "$id": "3576",
+ "kind": "number",
+ "type": {
+ "$ref": "1379"
+ },
+ "value": 1
+ }
+ }
+ },
+ "timeCreated": {
+ "$id": "3577",
+ "kind": "string",
+ "type": {
+ "$ref": "1397"
+ },
+ "value": "2024-07-10T00:16:34.8590555+00:00"
+ },
+ "uniqueId": {
+ "$id": "3578",
+ "kind": "string",
+ "type": {
+ "$ref": "1402"
+ },
+ "value": "a2f7fabd-bbc2-4a20-afe1-49fdb3885a28"
+ }
+ }
+ },
+ "tags": {
+ "$id": "3579",
+ "kind": "dict",
+ "type": {
+ "$ref": "396"
+ },
+ "value": {
+ "$id": "3580",
+ "key": {
+ "$id": "3581",
+ "kind": "string",
+ "type": {
+ "$ref": "398"
+ },
+ "value": "fleets-test"
+ }
+ }
+ },
+ "location": {
+ "$id": "3582",
+ "kind": "string",
+ "type": {
+ "$ref": "402"
+ },
+ "value": "eastus2euap"
+ },
+ "id": {
+ "$id": "3583",
+ "kind": "string",
+ "type": {
+ "$ref": "354"
+ },
+ "value": "/subscriptions/7B0CD4DB-3381-4013-9B31-FB6E6FD0FF1C/resourceGroups/rgazurefleet/providers/Microsoft.AzureFleet/fleets/testFleet"
+ },
+ "name": {
+ "$id": "3584",
+ "kind": "string",
+ "type": {
+ "$ref": "359"
+ },
+ "value": "testFleet"
+ },
+ "type": {
+ "$id": "3585",
+ "kind": "string",
+ "type": {
+ "$ref": "363"
+ },
+ "value": "Microsoft.AzureFleet/fleets"
+ }
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "$id": "3586",
+ "name": "update",
+ "resourceName": "Fleet",
+ "doc": "Update a Fleet",
+ "accessibility": "public",
+ "parameters": [
+ {
+ "$id": "3587",
+ "name": "apiVersion",
+ "nameInRequest": "api-version",
+ "doc": "The API version to use for this operation.",
+ "type": {
+ "$id": "3588",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "location": "Query",
+ "isApiVersion": true,
+ "isContentType": false,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Client",
+ "defaultValue": {
+ "$id": "3589",
+ "type": {
+ "$id": "3590",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string"
+ },
+ "value": "2024-11-01"
+ },
+ "decorators": [],
+ "skipUrlEncoding": false
+ },
+ {
+ "$id": "3591",
+ "name": "subscriptionId",
+ "nameInRequest": "subscriptionId",
+ "doc": "The ID of the target subscription. The value must be an UUID.",
+ "type": {
+ "$id": "3592",
+ "kind": "string",
+ "name": "uuid",
+ "crossLanguageDefinitionId": "Azure.Core.uuid",
+ "baseType": {
+ "$id": "3593",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "decorators": []
+ },
+ "location": "Path",
+ "isApiVersion": false,
+ "isContentType": false,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Client",
+ "decorators": [],
+ "skipUrlEncoding": false
+ },
+ {
+ "$id": "3594",
+ "name": "resourceGroupName",
+ "nameInRequest": "resourceGroupName",
+ "doc": "The name of the resource group. The name is case insensitive.",
+ "type": {
+ "$id": "3595",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "location": "Path",
+ "isApiVersion": false,
+ "isContentType": false,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Method",
+ "decorators": [],
+ "skipUrlEncoding": false
+ },
+ {
+ "$id": "3596",
+ "name": "fleetName",
+ "nameInRequest": "fleetName",
+ "doc": "The name of the Compute Fleet",
+ "type": {
+ "$id": "3597",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "location": "Path",
+ "isApiVersion": false,
+ "isContentType": false,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Method",
+ "decorators": [],
+ "skipUrlEncoding": false
+ },
+ {
+ "$id": "3598",
+ "name": "contentType",
+ "nameInRequest": "Content-Type",
+ "doc": "Body parameter's content type. Known values are application/json",
+ "type": {
+ "$id": "3599",
+ "kind": "constant",
+ "valueType": {
+ "$id": "3600",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "value": "application/json",
+ "decorators": []
+ },
+ "location": "Header",
+ "isApiVersion": false,
+ "isContentType": true,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Constant",
+ "decorators": [],
+ "skipUrlEncoding": false
+ },
+ {
+ "$id": "3601",
+ "name": "accept",
+ "nameInRequest": "Accept",
+ "type": {
+ "$id": "3602",
+ "kind": "constant",
+ "valueType": {
+ "$id": "3603",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "value": "application/json",
+ "decorators": []
+ },
+ "location": "Header",
+ "isApiVersion": false,
+ "isContentType": false,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Constant",
+ "decorators": [],
+ "skipUrlEncoding": false
+ },
+ {
+ "$id": "3604",
+ "name": "properties",
+ "nameInRequest": "properties",
+ "doc": "The resource properties to be updated.",
+ "type": {
+ "$ref": "1504"
+ },
+ "location": "Body",
+ "isApiVersion": false,
+ "isContentType": false,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Method",
+ "decorators": [],
+ "skipUrlEncoding": false
+ }
+ ],
+ "responses": [
+ {
+ "$id": "3605",
+ "statusCodes": [
+ 200
+ ],
+ "bodyType": {
+ "$ref": "350"
+ },
+ "headers": [],
+ "isErrorResponse": false,
+ "contentTypes": [
+ "application/json"
+ ]
+ },
+ {
+ "$id": "3606",
+ "statusCodes": [
+ 202
+ ],
+ "headers": [
+ {
+ "$id": "3607",
+ "name": "location",
+ "nameInResponse": "Location",
+ "doc": "The Location header contains the URL where the status of the long running operation can be checked.",
+ "type": {
+ "$id": "3608",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ }
+ },
+ {
+ "$id": "3609",
+ "name": "retryAfter",
+ "nameInResponse": "Retry-After",
+ "doc": "The Retry-After header can indicate how long the client should wait before polling the operation status.",
+ "type": {
+ "$id": "3610",
+ "kind": "int32",
+ "name": "int32",
+ "crossLanguageDefinitionId": "TypeSpec.int32",
+ "decorators": []
+ }
+ }
+ ],
+ "isErrorResponse": false
+ }
+ ],
+ "httpMethod": "PATCH",
+ "uri": "{endpoint}",
+ "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureFleet/fleets/{fleetName}",
+ "requestMediaTypes": [
+ "application/json"
+ ],
+ "bufferResponse": true,
+ "longRunning": {
+ "$id": "3611",
+ "finalStateVia": 1,
+ "finalResponse": {
+ "$id": "3612",
+ "statusCodes": [
+ 200
+ ],
+ "bodyType": {
+ "$ref": "350"
+ }
+ }
+ },
+ "generateProtocolMethod": true,
+ "generateConvenienceMethod": false,
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.Fleets.update",
+ "decorators": [],
+ "examples": [
+ {
+ "$id": "3613",
+ "kind": "http",
+ "name": "Fleets_Update",
+ "description": "Fleets_Update",
+ "filePath": "2024-11-01/Fleets_Update.json",
+ "parameters": [
+ {
+ "$id": "3614",
+ "parameter": {
+ "$ref": "3587"
+ },
+ "value": {
+ "$id": "3615",
+ "kind": "string",
+ "type": {
+ "$ref": "3588"
+ },
+ "value": "2024-11-01"
+ }
+ },
+ {
+ "$id": "3616",
+ "parameter": {
+ "$ref": "3591"
+ },
+ "value": {
+ "$id": "3617",
+ "kind": "string",
+ "type": {
+ "$ref": "3592"
+ },
+ "value": "1DC2F28C-A625-4B0E-9748-9885A3C9E9EB"
+ }
+ },
+ {
+ "$id": "3618",
+ "parameter": {
+ "$ref": "3594"
+ },
+ "value": {
+ "$id": "3619",
+ "kind": "string",
+ "type": {
+ "$ref": "3595"
+ },
+ "value": "rgazurefleet"
+ }
+ },
+ {
+ "$id": "3620",
+ "parameter": {
+ "$ref": "3596"
+ },
+ "value": {
+ "$id": "3621",
+ "kind": "string",
+ "type": {
+ "$ref": "3597"
+ },
+ "value": "testFleet"
+ }
+ },
+ {
+ "$id": "3622",
+ "parameter": {
+ "$ref": "3604"
+ },
+ "value": {
+ "$id": "3623",
+ "kind": "model",
+ "type": {
+ "$ref": "1504"
+ },
+ "value": {
+ "$id": "3624",
+ "identity": {
+ "$id": "3625",
+ "kind": "model",
+ "type": {
+ "$ref": "1512"
+ },
+ "value": {
+ "$id": "3626",
+ "type": {
+ "$id": "3627",
+ "kind": "string",
+ "type": {
+ "$ref": "306"
+ },
+ "value": "UserAssigned"
+ },
+ "userAssignedIdentities": {
+ "$id": "3628",
+ "kind": "dict",
+ "type": {
+ "$ref": "1517"
+ },
+ "value": {
+ "$id": "3629"
+ }
+ }
+ }
+ },
+ "tags": {
+ "$id": "3630",
+ "kind": "dict",
+ "type": {
+ "$ref": "1506"
+ },
+ "value": {
+ "$id": "3631"
+ }
+ },
+ "properties": {
+ "$id": "3632",
+ "kind": "model",
+ "type": {
+ "$ref": "406"
+ },
+ "value": {
+ "$id": "3633",
+ "spotPriorityProfile": {
+ "$id": "3634",
+ "kind": "model",
+ "type": {
+ "$ref": "411"
+ },
+ "value": {
+ "$id": "3635",
+ "capacity": {
+ "$id": "3636",
+ "kind": "number",
+ "type": {
+ "$ref": "413"
+ },
+ "value": 20
+ },
+ "minCapacity": {
+ "$id": "3637",
+ "kind": "number",
+ "type": {
+ "$ref": "417"
+ },
+ "value": 10
+ },
+ "maxPricePerVM": {
+ "$id": "3638",
+ "kind": "number",
+ "type": {
+ "$ref": "421"
+ },
+ "value": 0.00865
+ },
+ "evictionPolicy": {
+ "$id": "3639",
+ "kind": "string",
+ "type": {
+ "$ref": "18"
+ },
+ "value": "Delete"
+ },
+ "allocationStrategy": {
+ "$id": "3640",
+ "kind": "string",
+ "type": {
+ "$ref": "24"
+ },
+ "value": "PriceCapacityOptimized"
+ },
+ "maintain": {
+ "$id": "3641",
+ "kind": "boolean",
+ "type": {
+ "$ref": "431"
+ },
+ "value": true
+ }
+ }
+ },
+ "regularPriorityProfile": {
+ "$id": "3642",
+ "kind": "model",
+ "type": {
+ "$ref": "437"
+ },
+ "value": {
+ "$id": "3643",
+ "capacity": {
+ "$id": "3644",
+ "kind": "number",
+ "type": {
+ "$ref": "439"
+ },
+ "value": 20
+ },
+ "minCapacity": {
+ "$id": "3645",
+ "kind": "number",
+ "type": {
+ "$ref": "443"
+ },
+ "value": 10
+ },
+ "allocationStrategy": {
+ "$id": "3646",
+ "kind": "string",
+ "type": {
+ "$ref": "32"
+ },
+ "value": "LowestPrice"
+ }
+ }
+ },
+ "vmSizesProfile": {
+ "$id": "3647",
+ "kind": "array",
+ "type": {
+ "$ref": "452"
+ },
+ "value": [
+ {
+ "$id": "3648",
+ "kind": "model",
+ "type": {
+ "$ref": "453"
+ },
+ "value": {
+ "$id": "3649",
+ "name": {
+ "$id": "3650",
+ "kind": "string",
+ "type": {
+ "$ref": "455"
+ },
+ "value": "Standard_d1_v2"
+ },
+ "rank": {
+ "$id": "3651",
+ "kind": "number",
+ "type": {
+ "$ref": "459"
+ },
+ "value": 19225
+ }
+ }
+ }
+ ]
+ },
+ "computeProfile": {
+ "$id": "3652",
+ "kind": "model",
+ "type": {
+ "$ref": "1370"
+ },
+ "value": {
+ "$id": "3653",
+ "baseVirtualMachineProfile": {
+ "$id": "3654",
+ "kind": "model",
+ "type": {
+ "$ref": "565"
+ },
+ "value": {
+ "$id": "3655",
+ "osProfile": {
+ "$id": "3656",
+ "kind": "model",
+ "type": {
+ "$ref": "567"
+ },
+ "value": {
+ "$id": "3657",
+ "computerNamePrefix": {
+ "$id": "3658",
+ "kind": "string",
+ "type": {
+ "$ref": "569"
+ },
+ "value": "o"
+ },
+ "adminUsername": {
+ "$id": "3659",
+ "kind": "string",
+ "type": {
+ "$ref": "573"
+ },
+ "value": "nrgzqciiaaxjrqldbmjbqkyhntp"
+ },
+ "adminPassword": {
+ "$id": "3660",
+ "kind": "string",
+ "type": {
+ "$ref": "577"
+ },
+ "value": "adfbrdxpv"
+ },
+ "customData": {
+ "$id": "3661",
+ "kind": "string",
+ "type": {
+ "$ref": "581"
+ },
+ "value": "xjjib"
+ },
+ "windowsConfiguration": {
+ "$id": "3662",
+ "kind": "model",
+ "type": {
+ "$ref": "585"
+ },
+ "value": {
+ "$id": "3663",
+ "provisionVMAgent": {
+ "$id": "3664",
+ "kind": "boolean",
+ "type": {
+ "$ref": "587"
+ },
+ "value": true
+ },
+ "enableAutomaticUpdates": {
+ "$id": "3665",
+ "kind": "boolean",
+ "type": {
+ "$ref": "591"
+ },
+ "value": true
+ },
+ "timeZone": {
+ "$id": "3666",
+ "kind": "string",
+ "type": {
+ "$ref": "595"
+ },
+ "value": "hlyjiqcfksgrpjrct"
+ },
+ "additionalUnattendContent": {
+ "$id": "3667",
+ "kind": "array",
+ "type": {
+ "$ref": "599"
+ },
+ "value": [
+ {
+ "$id": "3668",
+ "kind": "model",
+ "type": {
+ "$ref": "600"
+ },
+ "value": {
+ "$id": "3669",
+ "passName": {
+ "$id": "3670",
+ "kind": "string",
+ "type": {
+ "$ref": "602"
+ },
+ "value": "OobeSystem"
+ },
+ "componentName": {
+ "$id": "3671",
+ "kind": "string",
+ "type": {
+ "$ref": "606"
+ },
+ "value": "Microsoft-Windows-Shell-Setup"
+ },
+ "settingName": {
+ "$id": "3672",
+ "kind": "string",
+ "type": {
+ "$ref": "104"
+ },
+ "value": "AutoLogon"
+ },
+ "content": {
+ "$id": "3673",
+ "kind": "string",
+ "type": {
+ "$ref": "613"
+ },
+ "value": "bubmqbxjkj"
+ }
+ }
+ }
+ ]
+ },
+ "patchSettings": {
+ "$id": "3674",
+ "kind": "model",
+ "type": {
+ "$ref": "619"
+ },
+ "value": {
+ "$id": "3675",
+ "patchMode": {
+ "$id": "3676",
+ "kind": "string",
+ "type": {
+ "$ref": "110"
+ },
+ "value": "Manual"
+ },
+ "enableHotpatching": {
+ "$id": "3677",
+ "kind": "boolean",
+ "type": {
+ "$ref": "624"
+ },
+ "value": true
+ },
+ "assessmentMode": {
+ "$id": "3678",
+ "kind": "string",
+ "type": {
+ "$ref": "118"
+ },
+ "value": "ImageDefault"
+ },
+ "automaticByPlatformSettings": {
+ "$id": "3679",
+ "kind": "model",
+ "type": {
+ "$ref": "631"
+ },
+ "value": {
+ "$id": "3680",
+ "rebootSetting": {
+ "$id": "3681",
+ "kind": "string",
+ "type": {
+ "$ref": "124"
+ },
+ "value": "Unknown"
+ },
+ "bypassPlatformSafetyChecksOnUserSchedule": {
+ "$id": "3682",
+ "kind": "boolean",
+ "type": {
+ "$ref": "636"
+ },
+ "value": true
+ }
+ }
+ }
+ }
+ },
+ "winRM": {
+ "$id": "3683",
+ "kind": "model",
+ "type": {
+ "$ref": "644"
+ },
+ "value": {
+ "$id": "3684",
+ "listeners": {
+ "$id": "3685",
+ "kind": "array",
+ "type": {
+ "$ref": "646"
+ },
+ "value": [
+ {
+ "$id": "3686",
+ "kind": "model",
+ "type": {
+ "$ref": "647"
+ },
+ "value": {
+ "$id": "3687",
+ "protocol": {
+ "$id": "3688",
+ "kind": "string",
+ "type": {
+ "$ref": "134"
+ },
+ "value": "Http"
+ },
+ "certificateUrl": {
+ "$id": "3689",
+ "kind": "string",
+ "type": {
+ "$ref": "652"
+ },
+ "value": "https://myVaultName.vault.azure.net/secrets/myCertName"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ "enableVMAgentPlatformUpdates": {
+ "$id": "3690",
+ "kind": "boolean",
+ "type": {
+ "$ref": "660"
+ },
+ "value": true
+ }
+ }
+ },
+ "linuxConfiguration": {
+ "$id": "3691",
+ "kind": "model",
+ "type": {
+ "$ref": "666"
+ },
+ "value": {
+ "$id": "3692",
+ "disablePasswordAuthentication": {
+ "$id": "3693",
+ "kind": "boolean",
+ "type": {
+ "$ref": "668"
+ },
+ "value": true
+ },
+ "ssh": {
+ "$id": "3694",
+ "kind": "model",
+ "type": {
+ "$ref": "672"
+ },
+ "value": {
+ "$id": "3695",
+ "publicKeys": {
+ "$id": "3696",
+ "kind": "array",
+ "type": {
+ "$ref": "674"
+ },
+ "value": [
+ {
+ "$id": "3697",
+ "kind": "model",
+ "type": {
+ "$ref": "675"
+ },
+ "value": {
+ "$id": "3698",
+ "path": {
+ "$id": "3699",
+ "kind": "string",
+ "type": {
+ "$ref": "677"
+ },
+ "value": "kmqz"
+ },
+ "keyData": {
+ "$id": "3700",
+ "kind": "string",
+ "type": {
+ "$ref": "681"
+ },
+ "value": "kivgsubusvpprwqaqpjcmhsv"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ "provisionVMAgent": {
+ "$id": "3701",
+ "kind": "boolean",
+ "type": {
+ "$ref": "689"
+ },
+ "value": true
+ },
+ "patchSettings": {
+ "$id": "3702",
+ "kind": "model",
+ "type": {
+ "$ref": "693"
+ },
+ "value": {
+ "$id": "3703",
+ "patchMode": {
+ "$id": "3704",
+ "kind": "string",
+ "type": {
+ "$ref": "140"
+ },
+ "value": "ImageDefault"
+ },
+ "assessmentMode": {
+ "$id": "3705",
+ "kind": "string",
+ "type": {
+ "$ref": "146"
+ },
+ "value": "ImageDefault"
+ },
+ "automaticByPlatformSettings": {
+ "$id": "3706",
+ "kind": "model",
+ "type": {
+ "$ref": "701"
+ },
+ "value": {
+ "$id": "3707",
+ "rebootSetting": {
+ "$id": "3708",
+ "kind": "string",
+ "type": {
+ "$ref": "152"
+ },
+ "value": "Unknown"
+ },
+ "bypassPlatformSafetyChecksOnUserSchedule": {
+ "$id": "3709",
+ "kind": "boolean",
+ "type": {
+ "$ref": "706"
+ },
+ "value": true
+ }
+ }
+ }
+ }
+ },
+ "enableVMAgentPlatformUpdates": {
+ "$id": "3710",
+ "kind": "boolean",
+ "type": {
+ "$ref": "714"
+ },
+ "value": true
+ }
+ }
+ },
+ "secrets": {
+ "$id": "3711",
+ "kind": "array",
+ "type": {
+ "$ref": "720"
+ },
+ "value": [
+ {
+ "$id": "3712",
+ "kind": "model",
+ "type": {
+ "$ref": "721"
+ },
+ "value": {
+ "$id": "3713",
+ "sourceVault": {
+ "$id": "3714",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "3715",
+ "id": {
+ "$id": "3716",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}"
+ }
+ }
+ },
+ "vaultCertificates": {
+ "$id": "3717",
+ "kind": "array",
+ "type": {
+ "$ref": "732"
+ },
+ "value": [
+ {
+ "$id": "3718",
+ "kind": "model",
+ "type": {
+ "$ref": "733"
+ },
+ "value": {
+ "$id": "3719",
+ "certificateUrl": {
+ "$id": "3720",
+ "kind": "string",
+ "type": {
+ "$ref": "735"
+ },
+ "value": "https://myVaultName.vault.azure.net/secrets/myCertName"
+ },
+ "certificateStore": {
+ "$id": "3721",
+ "kind": "string",
+ "type": {
+ "$ref": "739"
+ },
+ "value": "nlxrwavpzhueffxsshlun"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ },
+ "allowExtensionOperations": {
+ "$id": "3722",
+ "kind": "boolean",
+ "type": {
+ "$ref": "747"
+ },
+ "value": true
+ },
+ "requireGuestProvisionSignal": {
+ "$id": "3723",
+ "kind": "boolean",
+ "type": {
+ "$ref": "751"
+ },
+ "value": true
+ }
+ }
+ },
+ "storageProfile": {
+ "$id": "3724",
+ "kind": "model",
+ "type": {
+ "$ref": "757"
+ },
+ "value": {
+ "$id": "3725",
+ "imageReference": {
+ "$id": "3726",
+ "kind": "model",
+ "type": {
+ "$ref": "759"
+ },
+ "value": {
+ "$id": "3727",
+ "publisher": {
+ "$id": "3728",
+ "kind": "string",
+ "type": {
+ "$ref": "766"
+ },
+ "value": "mqxgwbiyjzmxavhbkd"
+ },
+ "offer": {
+ "$id": "3729",
+ "kind": "string",
+ "type": {
+ "$ref": "770"
+ },
+ "value": "isxgumkarlkomp"
+ },
+ "sku": {
+ "$id": "3730",
+ "kind": "string",
+ "type": {
+ "$ref": "774"
+ },
+ "value": "eojmppqcrnpmxirtp"
+ },
+ "version": {
+ "$id": "3731",
+ "kind": "string",
+ "type": {
+ "$ref": "778"
+ },
+ "value": "wvpcqefgtmqdgltiuz"
+ },
+ "sharedGalleryImageId": {
+ "$id": "3732",
+ "kind": "string",
+ "type": {
+ "$ref": "786"
+ },
+ "value": "kmkgihoxwlawuuhcinfirktdwkmx"
+ },
+ "communityGalleryImageId": {
+ "$id": "3733",
+ "kind": "string",
+ "type": {
+ "$ref": "790"
+ },
+ "value": "vlqe"
+ },
+ "id": {
+ "$id": "3734",
+ "kind": "string",
+ "type": {
+ "$ref": "761"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}/versions/{versionName}"
+ }
+ }
+ },
+ "osDisk": {
+ "$id": "3735",
+ "kind": "model",
+ "type": {
+ "$ref": "796"
+ },
+ "value": {
+ "$id": "3736",
+ "name": {
+ "$id": "3737",
+ "kind": "string",
+ "type": {
+ "$ref": "798"
+ },
+ "value": "wfttw"
+ },
+ "caching": {
+ "$id": "3738",
+ "kind": "string",
+ "type": {
+ "$ref": "162"
+ },
+ "value": "None"
+ },
+ "writeAcceleratorEnabled": {
+ "$id": "3739",
+ "kind": "boolean",
+ "type": {
+ "$ref": "805"
+ },
+ "value": true
+ },
+ "createOption": {
+ "$id": "3740",
+ "kind": "string",
+ "type": {
+ "$ref": "170"
+ },
+ "value": "FromImage"
+ },
+ "diffDiskSettings": {
+ "$id": "3741",
+ "kind": "model",
+ "type": {
+ "$ref": "812"
+ },
+ "value": {
+ "$id": "3742",
+ "option": {
+ "$id": "3743",
+ "kind": "string",
+ "type": {
+ "$ref": "182"
+ },
+ "value": "Local"
+ },
+ "placement": {
+ "$id": "3744",
+ "kind": "string",
+ "type": {
+ "$ref": "186"
+ },
+ "value": "CacheDisk"
+ }
+ }
+ },
+ "diskSizeGB": {
+ "$id": "3745",
+ "kind": "number",
+ "type": {
+ "$ref": "822"
+ },
+ "value": 14
+ },
+ "osType": {
+ "$id": "3746",
+ "kind": "string",
+ "type": {
+ "$ref": "194"
+ },
+ "value": "Windows"
+ },
+ "image": {
+ "$id": "3747",
+ "kind": "model",
+ "type": {
+ "$ref": "829"
+ },
+ "value": {
+ "$id": "3748",
+ "uri": {
+ "$id": "3749",
+ "kind": "string",
+ "type": {
+ "$ref": "831"
+ },
+ "value": "https://myStorageAccountName.blob.core.windows.net/myContainerName/myVhdName.vhd"
+ }
+ }
+ },
+ "vhdContainers": {
+ "$id": "3750",
+ "kind": "array",
+ "type": {
+ "$ref": "837"
+ },
+ "value": [
+ {
+ "$id": "3751",
+ "kind": "string",
+ "type": {
+ "$ref": "838"
+ },
+ "value": "tkzcwddtinkfpnfklatw"
+ }
+ ]
+ },
+ "managedDisk": {
+ "$id": "3752",
+ "kind": "model",
+ "type": {
+ "$ref": "842"
+ },
+ "value": {
+ "$id": "3753",
+ "storageAccountType": {
+ "$id": "3754",
+ "kind": "string",
+ "type": {
+ "$ref": "200"
+ },
+ "value": "Standard_LRS"
+ },
+ "diskEncryptionSet": {
+ "$id": "3755",
+ "kind": "model",
+ "type": {
+ "$ref": "847"
+ },
+ "value": {
+ "$id": "3756",
+ "id": {
+ "$id": "3757",
+ "kind": "string",
+ "type": {
+ "$ref": "849"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}"
+ }
+ }
+ },
+ "securityProfile": {
+ "$id": "3758",
+ "kind": "model",
+ "type": {
+ "$ref": "856"
+ },
+ "value": {
+ "$id": "3759",
+ "securityEncryptionType": {
+ "$id": "3760",
+ "kind": "string",
+ "type": {
+ "$ref": "216"
+ },
+ "value": "VMGuestStateOnly"
+ },
+ "diskEncryptionSet": {
+ "$id": "3761",
+ "kind": "model",
+ "type": {
+ "$ref": "847"
+ },
+ "value": {
+ "$id": "3762",
+ "id": {
+ "$id": "3763",
+ "kind": "string",
+ "type": {
+ "$ref": "849"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "deleteOption": {
+ "$id": "3764",
+ "kind": "string",
+ "type": {
+ "$ref": "224"
+ },
+ "value": "Delete"
+ }
+ }
+ },
+ "dataDisks": {
+ "$id": "3765",
+ "kind": "array",
+ "type": {
+ "$ref": "873"
+ },
+ "value": [
+ {
+ "$id": "3766",
+ "kind": "model",
+ "type": {
+ "$ref": "874"
+ },
+ "value": {
+ "$id": "3767",
+ "name": {
+ "$id": "3768",
+ "kind": "string",
+ "type": {
+ "$ref": "876"
+ },
+ "value": "eogiykmdmeikswxmigjws"
+ },
+ "lun": {
+ "$id": "3769",
+ "kind": "number",
+ "type": {
+ "$ref": "880"
+ },
+ "value": 14
+ },
+ "caching": {
+ "$id": "3770",
+ "kind": "string",
+ "type": {
+ "$ref": "162"
+ },
+ "value": "None"
+ },
+ "writeAcceleratorEnabled": {
+ "$id": "3771",
+ "kind": "boolean",
+ "type": {
+ "$ref": "887"
+ },
+ "value": true
+ },
+ "createOption": {
+ "$id": "3772",
+ "kind": "string",
+ "type": {
+ "$ref": "170"
+ },
+ "value": "FromImage"
+ },
+ "diskSizeGB": {
+ "$id": "3773",
+ "kind": "number",
+ "type": {
+ "$ref": "894"
+ },
+ "value": 6
+ },
+ "managedDisk": {
+ "$id": "3774",
+ "kind": "model",
+ "type": {
+ "$ref": "842"
+ },
+ "value": {
+ "$id": "3775",
+ "storageAccountType": {
+ "$id": "3776",
+ "kind": "string",
+ "type": {
+ "$ref": "200"
+ },
+ "value": "Standard_LRS"
+ },
+ "diskEncryptionSet": {
+ "$id": "3777",
+ "kind": "model",
+ "type": {
+ "$ref": "847"
+ },
+ "value": {
+ "$id": "3778",
+ "id": {
+ "$id": "3779",
+ "kind": "string",
+ "type": {
+ "$ref": "849"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}"
+ }
+ }
+ },
+ "securityProfile": {
+ "$id": "3780",
+ "kind": "model",
+ "type": {
+ "$ref": "856"
+ },
+ "value": {
+ "$id": "3781",
+ "securityEncryptionType": {
+ "$id": "3782",
+ "kind": "string",
+ "type": {
+ "$ref": "216"
+ },
+ "value": "VMGuestStateOnly"
+ },
+ "diskEncryptionSet": {
+ "$id": "3783",
+ "kind": "model",
+ "type": {
+ "$ref": "847"
+ },
+ "value": {
+ "$id": "3784",
+ "id": {
+ "$id": "3785",
+ "kind": "string",
+ "type": {
+ "$ref": "849"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "diskIOPSReadWrite": {
+ "$id": "3786",
+ "kind": "number",
+ "type": {
+ "$ref": "901"
+ },
+ "value": 27
+ },
+ "diskMBpsReadWrite": {
+ "$id": "3787",
+ "kind": "number",
+ "type": {
+ "$ref": "905"
+ },
+ "value": 2
+ },
+ "deleteOption": {
+ "$id": "3788",
+ "kind": "string",
+ "type": {
+ "$ref": "224"
+ },
+ "value": "Delete"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ "networkProfile": {
+ "$id": "3789",
+ "kind": "model",
+ "type": {
+ "$ref": "919"
+ },
+ "value": {
+ "$id": "3790",
+ "healthProbe": {
+ "$id": "3791",
+ "kind": "model",
+ "type": {
+ "$ref": "921"
+ },
+ "value": {
+ "$id": "3792",
+ "id": {
+ "$id": "3793",
+ "kind": "string",
+ "type": {
+ "$ref": "923"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}"
+ }
+ }
+ },
+ "networkInterfaceConfigurations": {
+ "$id": "3794",
+ "kind": "array",
+ "type": {
+ "$ref": "930"
+ },
+ "value": [
+ {
+ "$id": "3795",
+ "kind": "model",
+ "type": {
+ "$ref": "931"
+ },
+ "value": {
+ "$id": "3796",
+ "name": {
+ "$id": "3797",
+ "kind": "string",
+ "type": {
+ "$ref": "933"
+ },
+ "value": "i"
+ },
+ "properties": {
+ "$id": "3798",
+ "kind": "model",
+ "type": {
+ "$ref": "937"
+ },
+ "value": {
+ "$id": "3799",
+ "primary": {
+ "$id": "3800",
+ "kind": "boolean",
+ "type": {
+ "$ref": "939"
+ },
+ "value": true
+ },
+ "enableAcceleratedNetworking": {
+ "$id": "3801",
+ "kind": "boolean",
+ "type": {
+ "$ref": "943"
+ },
+ "value": true
+ },
+ "disableTcpStateTracking": {
+ "$id": "3802",
+ "kind": "boolean",
+ "type": {
+ "$ref": "947"
+ },
+ "value": true
+ },
+ "enableFpga": {
+ "$id": "3803",
+ "kind": "boolean",
+ "type": {
+ "$ref": "951"
+ },
+ "value": true
+ },
+ "networkSecurityGroup": {
+ "$id": "3804",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "3805",
+ "id": {
+ "$id": "3806",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityGroups/{networkSecurityGroupName}"
+ }
+ }
+ },
+ "dnsSettings": {
+ "$id": "3807",
+ "kind": "model",
+ "type": {
+ "$ref": "958"
+ },
+ "value": {
+ "$id": "3808",
+ "dnsServers": {
+ "$id": "3809",
+ "kind": "array",
+ "type": {
+ "$ref": "960"
+ },
+ "value": [
+ {
+ "$id": "3810",
+ "kind": "string",
+ "type": {
+ "$ref": "961"
+ },
+ "value": "nxmmfolhclsesu"
+ }
+ ]
+ }
+ }
+ },
+ "ipConfigurations": {
+ "$id": "3811",
+ "kind": "array",
+ "type": {
+ "$ref": "967"
+ },
+ "value": [
+ {
+ "$id": "3812",
+ "kind": "model",
+ "type": {
+ "$ref": "968"
+ },
+ "value": {
+ "$id": "3813",
+ "name": {
+ "$id": "3814",
+ "kind": "string",
+ "type": {
+ "$ref": "970"
+ },
+ "value": "oezqhkidfhyywlfzwuotilrpbqnjg"
+ },
+ "properties": {
+ "$id": "3815",
+ "kind": "model",
+ "type": {
+ "$ref": "974"
+ },
+ "value": {
+ "$id": "3816",
+ "subnet": {
+ "$id": "3817",
+ "kind": "model",
+ "type": {
+ "$ref": "921"
+ },
+ "value": {
+ "$id": "3818",
+ "id": {
+ "$id": "3819",
+ "kind": "string",
+ "type": {
+ "$ref": "923"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
+ }
+ }
+ },
+ "primary": {
+ "$id": "3820",
+ "kind": "boolean",
+ "type": {
+ "$ref": "979"
+ },
+ "value": true
+ },
+ "publicIPAddressConfiguration": {
+ "$id": "3821",
+ "kind": "model",
+ "type": {
+ "$ref": "983"
+ },
+ "value": {
+ "$id": "3822",
+ "name": {
+ "$id": "3823",
+ "kind": "string",
+ "type": {
+ "$ref": "985"
+ },
+ "value": "fvpqf"
+ },
+ "properties": {
+ "$id": "3824",
+ "kind": "model",
+ "type": {
+ "$ref": "989"
+ },
+ "value": {
+ "$id": "3825",
+ "idleTimeoutInMinutes": {
+ "$id": "3826",
+ "kind": "number",
+ "type": {
+ "$ref": "991"
+ },
+ "value": 9
+ },
+ "dnsSettings": {
+ "$id": "3827",
+ "kind": "model",
+ "type": {
+ "$ref": "995"
+ },
+ "value": {
+ "$id": "3828",
+ "domainNameLabel": {
+ "$id": "3829",
+ "kind": "string",
+ "type": {
+ "$ref": "997"
+ },
+ "value": "ukrddzvmorpmfsczjwtbvp"
+ },
+ "domainNameLabelScope": {
+ "$id": "3830",
+ "kind": "string",
+ "type": {
+ "$ref": "236"
+ },
+ "value": "TenantReuse"
+ }
+ }
+ },
+ "ipTags": {
+ "$id": "3831",
+ "kind": "array",
+ "type": {
+ "$ref": "1006"
+ },
+ "value": [
+ {
+ "$id": "3832",
+ "kind": "model",
+ "type": {
+ "$ref": "1007"
+ },
+ "value": {
+ "$id": "3833",
+ "ipTagType": {
+ "$id": "3834",
+ "kind": "string",
+ "type": {
+ "$ref": "1009"
+ },
+ "value": "sddgsoemnzgqizale"
+ },
+ "tag": {
+ "$id": "3835",
+ "kind": "string",
+ "type": {
+ "$ref": "1013"
+ },
+ "value": "wufmhrjsakbiaetyara"
+ }
+ }
+ }
+ ]
+ },
+ "publicIPPrefix": {
+ "$id": "3836",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "3837",
+ "id": {
+ "$id": "3838",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName}"
+ }
+ }
+ },
+ "publicIPAddressVersion": {
+ "$id": "3839",
+ "kind": "string",
+ "type": {
+ "$ref": "246"
+ },
+ "value": "IPv4"
+ },
+ "deleteOption": {
+ "$id": "3840",
+ "kind": "string",
+ "type": {
+ "$ref": "252"
+ },
+ "value": "Delete"
+ }
+ }
+ },
+ "sku": {
+ "$id": "3841",
+ "kind": "model",
+ "type": {
+ "$ref": "1030"
+ },
+ "value": {
+ "$id": "3842",
+ "name": {
+ "$id": "3843",
+ "kind": "string",
+ "type": {
+ "$ref": "258"
+ },
+ "value": "Basic"
+ },
+ "tier": {
+ "$id": "3844",
+ "kind": "string",
+ "type": {
+ "$ref": "264"
+ },
+ "value": "Regional"
+ }
+ }
+ }
+ }
+ },
+ "privateIPAddressVersion": {
+ "$id": "3845",
+ "kind": "string",
+ "type": {
+ "$ref": "246"
+ },
+ "value": "IPv4"
+ },
+ "applicationGatewayBackendAddressPools": {
+ "$id": "3846",
+ "kind": "array",
+ "type": {
+ "$ref": "1045"
+ },
+ "value": [
+ {
+ "$id": "3847",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "3848",
+ "id": {
+ "$id": "3849",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/backendAddressPools/{backendAddressPoolName}"
+ }
+ }
+ }
+ ]
+ },
+ "applicationSecurityGroups": {
+ "$id": "3850",
+ "kind": "array",
+ "type": {
+ "$ref": "1049"
+ },
+ "value": [
+ {
+ "$id": "3851",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "3852",
+ "id": {
+ "$id": "3853",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationSecurityGroups/{applicationSecurityGroupName}"
+ }
+ }
+ }
+ ]
+ },
+ "loadBalancerBackendAddressPools": {
+ "$id": "3854",
+ "kind": "array",
+ "type": {
+ "$ref": "1053"
+ },
+ "value": [
+ {
+ "$id": "3855",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "3856",
+ "id": {
+ "$id": "3857",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/backendAddressPools/{backendAddressPoolName}"
+ }
+ }
+ }
+ ]
+ },
+ "loadBalancerInboundNatPools": {
+ "$id": "3858",
+ "kind": "array",
+ "type": {
+ "$ref": "1057"
+ },
+ "value": [
+ {
+ "$id": "3859",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "3860",
+ "id": {
+ "$id": "3861",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/inboundNatPools/{inboundNatPoolName}"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+ }
+ ]
+ },
+ "enableIPForwarding": {
+ "$id": "3862",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1065"
+ },
+ "value": true
+ },
+ "deleteOption": {
+ "$id": "3863",
+ "kind": "string",
+ "type": {
+ "$ref": "252"
+ },
+ "value": "Delete"
+ },
+ "auxiliaryMode": {
+ "$id": "3864",
+ "kind": "string",
+ "type": {
+ "$ref": "270"
+ },
+ "value": "None"
+ },
+ "auxiliarySku": {
+ "$id": "3865",
+ "kind": "string",
+ "type": {
+ "$ref": "278"
+ },
+ "value": "None"
+ }
+ }
+ }
+ }
+ }
+ ]
+ },
+ "networkApiVersion": {
+ "$id": "3866",
+ "kind": "string",
+ "type": {
+ "$ref": "290"
+ },
+ "value": "2020-11-01"
+ }
+ }
+ },
+ "securityProfile": {
+ "$id": "3867",
+ "kind": "model",
+ "type": {
+ "$ref": "1087"
+ },
+ "value": {
+ "$id": "3868",
+ "uefiSettings": {
+ "$id": "3869",
+ "kind": "model",
+ "type": {
+ "$ref": "1089"
+ },
+ "value": {
+ "$id": "3870",
+ "secureBootEnabled": {
+ "$id": "3871",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1091"
+ },
+ "value": true
+ },
+ "vTpmEnabled": {
+ "$id": "3872",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1095"
+ },
+ "value": true
+ }
+ }
+ },
+ "encryptionAtHost": {
+ "$id": "3873",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1101"
+ },
+ "value": true
+ },
+ "securityType": {
+ "$id": "3874",
+ "kind": "string",
+ "type": {
+ "$ref": "294"
+ },
+ "value": "TrustedLaunch"
+ },
+ "encryptionIdentity": {
+ "$id": "3875",
+ "kind": "model",
+ "type": {
+ "$ref": "1108"
+ },
+ "value": {
+ "$id": "3876",
+ "userAssignedIdentityResourceId": {
+ "$id": "3877",
+ "kind": "string",
+ "type": {
+ "$ref": "1110"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{userAssignedIdentityName}"
+ }
+ }
+ },
+ "proxyAgentSettings": {
+ "$id": "3878",
+ "kind": "model",
+ "type": {
+ "$ref": "1117"
+ },
+ "value": {
+ "$id": "3879",
+ "enabled": {
+ "$id": "3880",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1119"
+ },
+ "value": true
+ },
+ "mode": {
+ "$id": "3881",
+ "kind": "string",
+ "type": {
+ "$ref": "300"
+ },
+ "value": "Audit"
+ },
+ "keyIncarnationId": {
+ "$id": "3882",
+ "kind": "number",
+ "type": {
+ "$ref": "1126"
+ },
+ "value": 20
+ }
+ }
+ }
+ }
+ },
+ "diagnosticsProfile": {
+ "$id": "3883",
+ "kind": "model",
+ "type": {
+ "$ref": "1134"
+ },
+ "value": {
+ "$id": "3884",
+ "bootDiagnostics": {
+ "$id": "3885",
+ "kind": "model",
+ "type": {
+ "$ref": "1136"
+ },
+ "value": {
+ "$id": "3886",
+ "enabled": {
+ "$id": "3887",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1138"
+ },
+ "value": true
+ },
+ "storageUri": {
+ "$id": "3888",
+ "kind": "string",
+ "type": {
+ "$ref": "1142"
+ },
+ "value": "http://myStorageAccountName.blob.core.windows.net"
+ }
+ }
+ }
+ }
+ },
+ "extensionProfile": {
+ "$id": "3889",
+ "kind": "model",
+ "type": {
+ "$ref": "1150"
+ },
+ "value": {
+ "$id": "3890",
+ "extensions": {
+ "$id": "3891",
+ "kind": "array",
+ "type": {
+ "$ref": "1152"
+ },
+ "value": [
+ {
+ "$id": "3892",
+ "kind": "model",
+ "type": {
+ "$ref": "1153"
+ },
+ "value": {
+ "$id": "3893",
+ "name": {
+ "$id": "3894",
+ "kind": "string",
+ "type": {
+ "$ref": "1160"
+ },
+ "value": "bndxuxx"
+ },
+ "properties": {
+ "$id": "3895",
+ "kind": "model",
+ "type": {
+ "$ref": "1168"
+ },
+ "value": {
+ "$id": "3896",
+ "forceUpdateTag": {
+ "$id": "3897",
+ "kind": "string",
+ "type": {
+ "$ref": "1170"
+ },
+ "value": "yhgxw"
+ },
+ "publisher": {
+ "$id": "3898",
+ "kind": "string",
+ "type": {
+ "$ref": "1174"
+ },
+ "value": "kpxtirxjfprhs"
+ },
+ "type": {
+ "$id": "3899",
+ "kind": "string",
+ "type": {
+ "$ref": "1178"
+ },
+ "value": "pgjilctjjwaa"
+ },
+ "typeHandlerVersion": {
+ "$id": "3900",
+ "kind": "string",
+ "type": {
+ "$ref": "1182"
+ },
+ "value": "zevivcoilxmbwlrihhhibq"
+ },
+ "autoUpgradeMinorVersion": {
+ "$id": "3901",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1186"
+ },
+ "value": true
+ },
+ "enableAutomaticUpgrade": {
+ "$id": "3902",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1190"
+ },
+ "value": true
+ },
+ "settings": {
+ "$id": "3903",
+ "kind": "dict",
+ "type": {
+ "$ref": "1194"
+ },
+ "value": {
+ "$id": "3904"
+ }
+ },
+ "protectedSettings": {
+ "$id": "3905",
+ "kind": "dict",
+ "type": {
+ "$ref": "1200"
+ },
+ "value": {
+ "$id": "3906"
+ }
+ },
+ "provisionAfterExtensions": {
+ "$id": "3907",
+ "kind": "array",
+ "type": {
+ "$ref": "1210"
+ },
+ "value": [
+ {
+ "$id": "3908",
+ "kind": "string",
+ "type": {
+ "$ref": "1211"
+ },
+ "value": "nftzosroolbcwmpupujzqwqe"
+ }
+ ]
+ },
+ "suppressFailures": {
+ "$id": "3909",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1215"
+ },
+ "value": true
+ },
+ "protectedSettingsFromKeyVault": {
+ "$id": "3910",
+ "kind": "model",
+ "type": {
+ "$ref": "1219"
+ },
+ "value": {
+ "$id": "3911",
+ "secretUrl": {
+ "$id": "3912",
+ "kind": "string",
+ "type": {
+ "$ref": "1221"
+ },
+ "value": "https://myVaultName.vault.azure.net/secrets/secret/mySecretName"
+ },
+ "sourceVault": {
+ "$id": "3913",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "3914",
+ "id": {
+ "$id": "3915",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ ]
+ },
+ "extensionsTimeBudget": {
+ "$id": "3916",
+ "kind": "string",
+ "type": {
+ "$ref": "1234"
+ },
+ "value": "mbhjahtdygwgyszdwjtvlvtgchdwil"
+ }
+ }
+ },
+ "licenseType": {
+ "$id": "3917",
+ "kind": "string",
+ "type": {
+ "$ref": "1240"
+ },
+ "value": "v"
+ },
+ "scheduledEventsProfile": {
+ "$id": "3918",
+ "kind": "model",
+ "type": {
+ "$ref": "1244"
+ },
+ "value": {
+ "$id": "3919",
+ "terminateNotificationProfile": {
+ "$id": "3920",
+ "kind": "model",
+ "type": {
+ "$ref": "1246"
+ },
+ "value": {
+ "$id": "3921",
+ "notBeforeTimeout": {
+ "$id": "3922",
+ "kind": "string",
+ "type": {
+ "$ref": "1248"
+ },
+ "value": "iljppmmw"
+ },
+ "enable": {
+ "$id": "3923",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1252"
+ },
+ "value": true
+ }
+ }
+ },
+ "osImageNotificationProfile": {
+ "$id": "3924",
+ "kind": "model",
+ "type": {
+ "$ref": "1258"
+ },
+ "value": {
+ "$id": "3925",
+ "notBeforeTimeout": {
+ "$id": "3926",
+ "kind": "string",
+ "type": {
+ "$ref": "1260"
+ },
+ "value": "olbpadmevekyczfokodtfprxti"
+ },
+ "enable": {
+ "$id": "3927",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1264"
+ },
+ "value": true
+ }
+ }
+ }
+ }
+ },
+ "userData": {
+ "$id": "3928",
+ "kind": "string",
+ "type": {
+ "$ref": "1272"
+ },
+ "value": "s"
+ },
+ "capacityReservation": {
+ "$id": "3929",
+ "kind": "model",
+ "type": {
+ "$ref": "1276"
+ },
+ "value": {
+ "$id": "3930",
+ "capacityReservationGroup": {
+ "$id": "3931",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "3932",
+ "id": {
+ "$id": "3933",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/capacityReservationGroups/{capacityReservationGroupName}"
+ }
+ }
+ }
+ }
+ },
+ "applicationProfile": {
+ "$id": "3934",
+ "kind": "model",
+ "type": {
+ "$ref": "1283"
+ },
+ "value": {
+ "$id": "3935",
+ "galleryApplications": {
+ "$id": "3936",
+ "kind": "array",
+ "type": {
+ "$ref": "1285"
+ },
+ "value": [
+ {
+ "$id": "3937",
+ "kind": "model",
+ "type": {
+ "$ref": "1286"
+ },
+ "value": {
+ "$id": "3938",
+ "tags": {
+ "$id": "3939",
+ "kind": "string",
+ "type": {
+ "$ref": "1288"
+ },
+ "value": "eyrqjbib"
+ },
+ "order": {
+ "$id": "3940",
+ "kind": "number",
+ "type": {
+ "$ref": "1292"
+ },
+ "value": 5
+ },
+ "packageReferenceId": {
+ "$id": "3941",
+ "kind": "string",
+ "type": {
+ "$ref": "1296"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{applicationName}/versions/{versionName}"
+ },
+ "configurationReference": {
+ "$id": "3942",
+ "kind": "string",
+ "type": {
+ "$ref": "1301"
+ },
+ "value": "ulztmiavpojpbpbddgnuuiimxcpau"
+ },
+ "treatFailureAsDeploymentFailure": {
+ "$id": "3943",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1305"
+ },
+ "value": true
+ },
+ "enableAutomaticUpgrade": {
+ "$id": "3944",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1309"
+ },
+ "value": true
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ "hardwareProfile": {
+ "$id": "3945",
+ "kind": "model",
+ "type": {
+ "$ref": "1317"
+ },
+ "value": {
+ "$id": "3946",
+ "vmSizeProperties": {
+ "$id": "3947",
+ "kind": "model",
+ "type": {
+ "$ref": "1319"
+ },
+ "value": {
+ "$id": "3948",
+ "vCPUsAvailable": {
+ "$id": "3949",
+ "kind": "number",
+ "type": {
+ "$ref": "1321"
+ },
+ "value": 16
+ },
+ "vCPUsPerCore": {
+ "$id": "3950",
+ "kind": "number",
+ "type": {
+ "$ref": "1325"
+ },
+ "value": 23
+ }
+ }
+ }
+ }
+ },
+ "serviceArtifactReference": {
+ "$id": "3951",
+ "kind": "model",
+ "type": {
+ "$ref": "1333"
+ },
+ "value": {
+ "$id": "3952",
+ "id": {
+ "$id": "3953",
+ "kind": "string",
+ "type": {
+ "$ref": "1335"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactsName}/vmArtifactsProfiles/{vmArtifactsProfileName}"
+ }
+ }
+ },
+ "securityPostureReference": {
+ "$id": "3954",
+ "kind": "model",
+ "type": {
+ "$ref": "1342"
+ },
+ "value": {
+ "$id": "3955",
+ "id": {
+ "$id": "3956",
+ "kind": "string",
+ "type": {
+ "$ref": "1344"
+ },
+ "value": "/CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest"
+ },
+ "excludeExtensions": {
+ "$id": "3957",
+ "kind": "array",
+ "type": {
+ "$ref": "1348"
+ },
+ "value": [
+ {
+ "$id": "3958",
+ "kind": "string",
+ "type": {
+ "$ref": "1349"
+ },
+ "value": "{securityPostureVMExtensionName}"
+ }
+ ]
+ },
+ "isOverridable": {
+ "$id": "3959",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1353"
+ },
+ "value": true
+ }
+ }
+ }
+ }
+ },
+ "computeApiVersion": {
+ "$id": "3960",
+ "kind": "string",
+ "type": {
+ "$ref": "1375"
+ },
+ "value": "2023-07-01"
+ },
+ "platformFaultDomainCount": {
+ "$id": "3961",
+ "kind": "number",
+ "type": {
+ "$ref": "1379"
+ },
+ "value": 1
+ }
+ }
+ }
+ }
+ },
+ "plan": {
+ "$id": "3962",
+ "kind": "model",
+ "type": {
+ "$ref": "1524"
+ },
+ "value": {
+ "$id": "3963",
+ "name": {
+ "$id": "3964",
+ "kind": "string",
+ "type": {
+ "$ref": "1526"
+ },
+ "value": "jwgrcrnrtfoxn"
+ },
+ "publisher": {
+ "$id": "3965",
+ "kind": "string",
+ "type": {
+ "$ref": "1530"
+ },
+ "value": "iozjbiqqckqm"
+ },
+ "product": {
+ "$id": "3966",
+ "kind": "string",
+ "type": {
+ "$ref": "1534"
+ },
+ "value": "cgopbyvdyqikahwyxfpzwaqk"
+ },
+ "promotionCode": {
+ "$id": "3967",
+ "kind": "string",
+ "type": {
+ "$ref": "1538"
+ },
+ "value": "naglezezplcaruqogtxnuizslqnnbr"
+ },
+ "version": {
+ "$id": "3968",
+ "kind": "string",
+ "type": {
+ "$ref": "1542"
+ },
+ "value": "wa"
+ }
+ }
+ }
+ }
+ }
+ }
+ ],
+ "responses": [
+ {
+ "$id": "3969",
+ "response": {
+ "$ref": "3605"
+ },
+ "statusCode": 200,
+ "bodyValue": {
+ "$id": "3970",
+ "kind": "model",
+ "type": {
+ "$ref": "350"
+ },
+ "value": {
+ "$id": "3971",
+ "properties": {
+ "$id": "3972",
+ "kind": "model",
+ "type": {
+ "$ref": "406"
+ },
+ "value": {
+ "$id": "3973",
+ "spotPriorityProfile": {
+ "$id": "3974",
+ "kind": "model",
+ "type": {
+ "$ref": "411"
+ },
+ "value": {
+ "$id": "3975",
+ "capacity": {
+ "$id": "3976",
+ "kind": "number",
+ "type": {
+ "$ref": "413"
+ },
+ "value": 20
+ },
+ "minCapacity": {
+ "$id": "3977",
+ "kind": "number",
+ "type": {
+ "$ref": "417"
+ },
+ "value": 10
+ },
+ "maxPricePerVM": {
+ "$id": "3978",
+ "kind": "number",
+ "type": {
+ "$ref": "421"
+ },
+ "value": 0.00865
+ },
+ "evictionPolicy": {
+ "$id": "3979",
+ "kind": "string",
+ "type": {
+ "$ref": "18"
+ },
+ "value": "Delete"
+ },
+ "allocationStrategy": {
+ "$id": "3980",
+ "kind": "string",
+ "type": {
+ "$ref": "24"
+ },
+ "value": "PriceCapacityOptimized"
+ },
+ "maintain": {
+ "$id": "3981",
+ "kind": "boolean",
+ "type": {
+ "$ref": "431"
+ },
+ "value": true
+ }
+ }
+ },
+ "regularPriorityProfile": {
+ "$id": "3982",
+ "kind": "model",
+ "type": {
+ "$ref": "437"
+ },
+ "value": {
+ "$id": "3983",
+ "capacity": {
+ "$id": "3984",
+ "kind": "number",
+ "type": {
+ "$ref": "439"
+ },
+ "value": 20
+ },
+ "minCapacity": {
+ "$id": "3985",
+ "kind": "number",
+ "type": {
+ "$ref": "443"
+ },
+ "value": 10
+ },
+ "allocationStrategy": {
+ "$id": "3986",
+ "kind": "string",
+ "type": {
+ "$ref": "32"
+ },
+ "value": "LowestPrice"
+ }
+ }
+ },
+ "vmSizesProfile": {
+ "$id": "3987",
+ "kind": "array",
+ "type": {
+ "$ref": "452"
+ },
+ "value": [
+ {
+ "$id": "3988",
+ "kind": "model",
+ "type": {
+ "$ref": "453"
+ },
+ "value": {
+ "$id": "3989",
+ "name": {
+ "$id": "3990",
+ "kind": "string",
+ "type": {
+ "$ref": "455"
+ },
+ "value": "Standard_d1_v2"
+ },
+ "rank": {
+ "$id": "3991",
+ "kind": "number",
+ "type": {
+ "$ref": "459"
+ },
+ "value": 19225
+ }
+ }
+ }
+ ]
+ },
+ "computeProfile": {
+ "$id": "3992",
+ "kind": "model",
+ "type": {
+ "$ref": "1370"
+ },
+ "value": {
+ "$id": "3993",
+ "baseVirtualMachineProfile": {
+ "$id": "3994",
+ "kind": "model",
+ "type": {
+ "$ref": "565"
+ },
+ "value": {
+ "$id": "3995",
+ "osProfile": {
+ "$id": "3996",
+ "kind": "model",
+ "type": {
+ "$ref": "567"
+ },
+ "value": {
+ "$id": "3997",
+ "computerNamePrefix": {
+ "$id": "3998",
+ "kind": "string",
+ "type": {
+ "$ref": "569"
+ },
+ "value": "o"
+ },
+ "adminUsername": {
+ "$id": "3999",
+ "kind": "string",
+ "type": {
+ "$ref": "573"
+ },
+ "value": "nrgzqciiaaxjrqldbmjbqkyhntp"
+ },
+ "windowsConfiguration": {
+ "$id": "4000",
+ "kind": "model",
+ "type": {
+ "$ref": "585"
+ },
+ "value": {
+ "$id": "4001",
+ "provisionVMAgent": {
+ "$id": "4002",
+ "kind": "boolean",
+ "type": {
+ "$ref": "587"
+ },
+ "value": true
+ },
+ "enableAutomaticUpdates": {
+ "$id": "4003",
+ "kind": "boolean",
+ "type": {
+ "$ref": "591"
+ },
+ "value": true
+ },
+ "timeZone": {
+ "$id": "4004",
+ "kind": "string",
+ "type": {
+ "$ref": "595"
+ },
+ "value": "hlyjiqcfksgrpjrct"
+ },
+ "additionalUnattendContent": {
+ "$id": "4005",
+ "kind": "array",
+ "type": {
+ "$ref": "599"
+ },
+ "value": [
+ {
+ "$id": "4006",
+ "kind": "model",
+ "type": {
+ "$ref": "600"
+ },
+ "value": {
+ "$id": "4007",
+ "passName": {
+ "$id": "4008",
+ "kind": "string",
+ "type": {
+ "$ref": "602"
+ },
+ "value": "OobeSystem"
+ },
+ "componentName": {
+ "$id": "4009",
+ "kind": "string",
+ "type": {
+ "$ref": "606"
+ },
+ "value": "Microsoft-Windows-Shell-Setup"
+ },
+ "settingName": {
+ "$id": "4010",
+ "kind": "string",
+ "type": {
+ "$ref": "104"
+ },
+ "value": "AutoLogon"
+ }
+ }
+ }
+ ]
+ },
+ "patchSettings": {
+ "$id": "4011",
+ "kind": "model",
+ "type": {
+ "$ref": "619"
+ },
+ "value": {
+ "$id": "4012",
+ "patchMode": {
+ "$id": "4013",
+ "kind": "string",
+ "type": {
+ "$ref": "110"
+ },
+ "value": "Manual"
+ },
+ "enableHotpatching": {
+ "$id": "4014",
+ "kind": "boolean",
+ "type": {
+ "$ref": "624"
+ },
+ "value": true
+ },
+ "assessmentMode": {
+ "$id": "4015",
+ "kind": "string",
+ "type": {
+ "$ref": "118"
+ },
+ "value": "ImageDefault"
+ },
+ "automaticByPlatformSettings": {
+ "$id": "4016",
+ "kind": "model",
+ "type": {
+ "$ref": "631"
+ },
+ "value": {
+ "$id": "4017",
+ "rebootSetting": {
+ "$id": "4018",
+ "kind": "string",
+ "type": {
+ "$ref": "124"
+ },
+ "value": "Unknown"
+ },
+ "bypassPlatformSafetyChecksOnUserSchedule": {
+ "$id": "4019",
+ "kind": "boolean",
+ "type": {
+ "$ref": "636"
+ },
+ "value": true
+ }
+ }
+ }
+ }
+ },
+ "winRM": {
+ "$id": "4020",
+ "kind": "model",
+ "type": {
+ "$ref": "644"
+ },
+ "value": {
+ "$id": "4021",
+ "listeners": {
+ "$id": "4022",
+ "kind": "array",
+ "type": {
+ "$ref": "646"
+ },
+ "value": [
+ {
+ "$id": "4023",
+ "kind": "model",
+ "type": {
+ "$ref": "647"
+ },
+ "value": {
+ "$id": "4024",
+ "protocol": {
+ "$id": "4025",
+ "kind": "string",
+ "type": {
+ "$ref": "134"
+ },
+ "value": "Http"
+ },
+ "certificateUrl": {
+ "$id": "4026",
+ "kind": "string",
+ "type": {
+ "$ref": "652"
+ },
+ "value": "https://myVaultName.vault.azure.net/secrets/myCertName"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ "enableVMAgentPlatformUpdates": {
+ "$id": "4027",
+ "kind": "boolean",
+ "type": {
+ "$ref": "660"
+ },
+ "value": true
+ }
+ }
+ },
+ "linuxConfiguration": {
+ "$id": "4028",
+ "kind": "model",
+ "type": {
+ "$ref": "666"
+ },
+ "value": {
+ "$id": "4029",
+ "disablePasswordAuthentication": {
+ "$id": "4030",
+ "kind": "boolean",
+ "type": {
+ "$ref": "668"
+ },
+ "value": true
+ },
+ "ssh": {
+ "$id": "4031",
+ "kind": "model",
+ "type": {
+ "$ref": "672"
+ },
+ "value": {
+ "$id": "4032",
+ "publicKeys": {
+ "$id": "4033",
+ "kind": "array",
+ "type": {
+ "$ref": "674"
+ },
+ "value": [
+ {
+ "$id": "4034",
+ "kind": "model",
+ "type": {
+ "$ref": "675"
+ },
+ "value": {
+ "$id": "4035",
+ "path": {
+ "$id": "4036",
+ "kind": "string",
+ "type": {
+ "$ref": "677"
+ },
+ "value": "kmqz"
+ },
+ "keyData": {
+ "$id": "4037",
+ "kind": "string",
+ "type": {
+ "$ref": "681"
+ },
+ "value": "kivgsubusvpprwqaqpjcmhsv"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ "provisionVMAgent": {
+ "$id": "4038",
+ "kind": "boolean",
+ "type": {
+ "$ref": "689"
+ },
+ "value": true
+ },
+ "patchSettings": {
+ "$id": "4039",
+ "kind": "model",
+ "type": {
+ "$ref": "693"
+ },
+ "value": {
+ "$id": "4040",
+ "patchMode": {
+ "$id": "4041",
+ "kind": "string",
+ "type": {
+ "$ref": "140"
+ },
+ "value": "ImageDefault"
+ },
+ "assessmentMode": {
+ "$id": "4042",
+ "kind": "string",
+ "type": {
+ "$ref": "146"
+ },
+ "value": "ImageDefault"
+ },
+ "automaticByPlatformSettings": {
+ "$id": "4043",
+ "kind": "model",
+ "type": {
+ "$ref": "701"
+ },
+ "value": {
+ "$id": "4044",
+ "rebootSetting": {
+ "$id": "4045",
+ "kind": "string",
+ "type": {
+ "$ref": "152"
+ },
+ "value": "Unknown"
+ },
+ "bypassPlatformSafetyChecksOnUserSchedule": {
+ "$id": "4046",
+ "kind": "boolean",
+ "type": {
+ "$ref": "706"
+ },
+ "value": true
+ }
+ }
+ }
+ }
+ },
+ "enableVMAgentPlatformUpdates": {
+ "$id": "4047",
+ "kind": "boolean",
+ "type": {
+ "$ref": "714"
+ },
+ "value": true
+ }
+ }
+ },
+ "secrets": {
+ "$id": "4048",
+ "kind": "array",
+ "type": {
+ "$ref": "720"
+ },
+ "value": [
+ {
+ "$id": "4049",
+ "kind": "model",
+ "type": {
+ "$ref": "721"
+ },
+ "value": {
+ "$id": "4050",
+ "sourceVault": {
+ "$id": "4051",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "4052",
+ "id": {
+ "$id": "4053",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}"
+ }
+ }
+ },
+ "vaultCertificates": {
+ "$id": "4054",
+ "kind": "array",
+ "type": {
+ "$ref": "732"
+ },
+ "value": [
+ {
+ "$id": "4055",
+ "kind": "model",
+ "type": {
+ "$ref": "733"
+ },
+ "value": {
+ "$id": "4056",
+ "certificateUrl": {
+ "$id": "4057",
+ "kind": "string",
+ "type": {
+ "$ref": "735"
+ },
+ "value": "https://myVaultName.vault.azure.net/secrets/myCertName"
+ },
+ "certificateStore": {
+ "$id": "4058",
+ "kind": "string",
+ "type": {
+ "$ref": "739"
+ },
+ "value": "nlxrwavpzhueffxsshlun"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ },
+ "allowExtensionOperations": {
+ "$id": "4059",
+ "kind": "boolean",
+ "type": {
+ "$ref": "747"
+ },
+ "value": true
+ },
+ "requireGuestProvisionSignal": {
+ "$id": "4060",
+ "kind": "boolean",
+ "type": {
+ "$ref": "751"
+ },
+ "value": true
+ }
+ }
+ },
+ "storageProfile": {
+ "$id": "4061",
+ "kind": "model",
+ "type": {
+ "$ref": "757"
+ },
+ "value": {
+ "$id": "4062",
+ "imageReference": {
+ "$id": "4063",
+ "kind": "model",
+ "type": {
+ "$ref": "759"
+ },
+ "value": {
+ "$id": "4064",
+ "publisher": {
+ "$id": "4065",
+ "kind": "string",
+ "type": {
+ "$ref": "766"
+ },
+ "value": "mqxgwbiyjzmxavhbkd"
+ },
+ "offer": {
+ "$id": "4066",
+ "kind": "string",
+ "type": {
+ "$ref": "770"
+ },
+ "value": "isxgumkarlkomp"
+ },
+ "sku": {
+ "$id": "4067",
+ "kind": "string",
+ "type": {
+ "$ref": "774"
+ },
+ "value": "eojmppqcrnpmxirtp"
+ },
+ "version": {
+ "$id": "4068",
+ "kind": "string",
+ "type": {
+ "$ref": "778"
+ },
+ "value": "wvpcqefgtmqdgltiuz"
+ },
+ "sharedGalleryImageId": {
+ "$id": "4069",
+ "kind": "string",
+ "type": {
+ "$ref": "786"
+ },
+ "value": "kmkgihoxwlawuuhcinfirktdwkmx"
+ },
+ "communityGalleryImageId": {
+ "$id": "4070",
+ "kind": "string",
+ "type": {
+ "$ref": "790"
+ },
+ "value": "vlqe"
+ },
+ "id": {
+ "$id": "4071",
+ "kind": "string",
+ "type": {
+ "$ref": "761"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}/versions/{versionName}"
+ },
+ "exactVersion": {
+ "$id": "4072",
+ "kind": "string",
+ "type": {
+ "$ref": "782"
+ },
+ "value": "zjbntmiskjexlr"
+ }
+ }
+ },
+ "osDisk": {
+ "$id": "4073",
+ "kind": "model",
+ "type": {
+ "$ref": "796"
+ },
+ "value": {
+ "$id": "4074",
+ "name": {
+ "$id": "4075",
+ "kind": "string",
+ "type": {
+ "$ref": "798"
+ },
+ "value": "wfttw"
+ },
+ "caching": {
+ "$id": "4076",
+ "kind": "string",
+ "type": {
+ "$ref": "162"
+ },
+ "value": "None"
+ },
+ "writeAcceleratorEnabled": {
+ "$id": "4077",
+ "kind": "boolean",
+ "type": {
+ "$ref": "805"
+ },
+ "value": true
+ },
+ "createOption": {
+ "$id": "4078",
+ "kind": "string",
+ "type": {
+ "$ref": "170"
+ },
+ "value": "FromImage"
+ },
+ "diffDiskSettings": {
+ "$id": "4079",
+ "kind": "model",
+ "type": {
+ "$ref": "812"
+ },
+ "value": {
+ "$id": "4080",
+ "option": {
+ "$id": "4081",
+ "kind": "string",
+ "type": {
+ "$ref": "182"
+ },
+ "value": "Local"
+ },
+ "placement": {
+ "$id": "4082",
+ "kind": "string",
+ "type": {
+ "$ref": "186"
+ },
+ "value": "CacheDisk"
+ }
+ }
+ },
+ "diskSizeGB": {
+ "$id": "4083",
+ "kind": "number",
+ "type": {
+ "$ref": "822"
+ },
+ "value": 14
+ },
+ "osType": {
+ "$id": "4084",
+ "kind": "string",
+ "type": {
+ "$ref": "194"
+ },
+ "value": "Windows"
+ },
+ "image": {
+ "$id": "4085",
+ "kind": "model",
+ "type": {
+ "$ref": "829"
+ },
+ "value": {
+ "$id": "4086",
+ "uri": {
+ "$id": "4087",
+ "kind": "string",
+ "type": {
+ "$ref": "831"
+ },
+ "value": "https://myStorageAccountName.blob.core.windows.net/myContainerName/myVhdName.vhd"
+ }
+ }
+ },
+ "vhdContainers": {
+ "$id": "4088",
+ "kind": "array",
+ "type": {
+ "$ref": "837"
+ },
+ "value": [
+ {
+ "$id": "4089",
+ "kind": "string",
+ "type": {
+ "$ref": "838"
+ },
+ "value": "tkzcwddtinkfpnfklatw"
+ }
+ ]
+ },
+ "managedDisk": {
+ "$id": "4090",
+ "kind": "model",
+ "type": {
+ "$ref": "842"
+ },
+ "value": {
+ "$id": "4091",
+ "storageAccountType": {
+ "$id": "4092",
+ "kind": "string",
+ "type": {
+ "$ref": "200"
+ },
+ "value": "Standard_LRS"
+ },
+ "diskEncryptionSet": {
+ "$id": "4093",
+ "kind": "model",
+ "type": {
+ "$ref": "847"
+ },
+ "value": {
+ "$id": "4094",
+ "id": {
+ "$id": "4095",
+ "kind": "string",
+ "type": {
+ "$ref": "849"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}"
+ }
+ }
+ },
+ "securityProfile": {
+ "$id": "4096",
+ "kind": "model",
+ "type": {
+ "$ref": "856"
+ },
+ "value": {
+ "$id": "4097",
+ "securityEncryptionType": {
+ "$id": "4098",
+ "kind": "string",
+ "type": {
+ "$ref": "216"
+ },
+ "value": "VMGuestStateOnly"
+ },
+ "diskEncryptionSet": {
+ "$id": "4099",
+ "kind": "model",
+ "type": {
+ "$ref": "847"
+ },
+ "value": {
+ "$id": "4100",
+ "id": {
+ "$id": "4101",
+ "kind": "string",
+ "type": {
+ "$ref": "849"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "deleteOption": {
+ "$id": "4102",
+ "kind": "string",
+ "type": {
+ "$ref": "224"
+ },
+ "value": "Delete"
+ }
+ }
+ },
+ "dataDisks": {
+ "$id": "4103",
+ "kind": "array",
+ "type": {
+ "$ref": "873"
+ },
+ "value": [
+ {
+ "$id": "4104",
+ "kind": "model",
+ "type": {
+ "$ref": "874"
+ },
+ "value": {
+ "$id": "4105",
+ "name": {
+ "$id": "4106",
+ "kind": "string",
+ "type": {
+ "$ref": "876"
+ },
+ "value": "eogiykmdmeikswxmigjws"
+ },
+ "lun": {
+ "$id": "4107",
+ "kind": "number",
+ "type": {
+ "$ref": "880"
+ },
+ "value": 14
+ },
+ "caching": {
+ "$id": "4108",
+ "kind": "string",
+ "type": {
+ "$ref": "162"
+ },
+ "value": "None"
+ },
+ "writeAcceleratorEnabled": {
+ "$id": "4109",
+ "kind": "boolean",
+ "type": {
+ "$ref": "887"
+ },
+ "value": true
+ },
+ "createOption": {
+ "$id": "4110",
+ "kind": "string",
+ "type": {
+ "$ref": "170"
+ },
+ "value": "FromImage"
+ },
+ "diskSizeGB": {
+ "$id": "4111",
+ "kind": "number",
+ "type": {
+ "$ref": "894"
+ },
+ "value": 6
+ },
+ "managedDisk": {
+ "$id": "4112",
+ "kind": "model",
+ "type": {
+ "$ref": "842"
+ },
+ "value": {
+ "$id": "4113",
+ "storageAccountType": {
+ "$id": "4114",
+ "kind": "string",
+ "type": {
+ "$ref": "200"
+ },
+ "value": "Standard_LRS"
+ },
+ "diskEncryptionSet": {
+ "$id": "4115",
+ "kind": "model",
+ "type": {
+ "$ref": "847"
+ },
+ "value": {
+ "$id": "4116",
+ "id": {
+ "$id": "4117",
+ "kind": "string",
+ "type": {
+ "$ref": "849"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}"
+ }
+ }
+ },
+ "securityProfile": {
+ "$id": "4118",
+ "kind": "model",
+ "type": {
+ "$ref": "856"
+ },
+ "value": {
+ "$id": "4119",
+ "securityEncryptionType": {
+ "$id": "4120",
+ "kind": "string",
+ "type": {
+ "$ref": "216"
+ },
+ "value": "VMGuestStateOnly"
+ },
+ "diskEncryptionSet": {
+ "$id": "4121",
+ "kind": "model",
+ "type": {
+ "$ref": "847"
+ },
+ "value": {
+ "$id": "4122",
+ "id": {
+ "$id": "4123",
+ "kind": "string",
+ "type": {
+ "$ref": "849"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "diskIOPSReadWrite": {
+ "$id": "4124",
+ "kind": "number",
+ "type": {
+ "$ref": "901"
+ },
+ "value": 27
+ },
+ "diskMBpsReadWrite": {
+ "$id": "4125",
+ "kind": "number",
+ "type": {
+ "$ref": "905"
+ },
+ "value": 2
+ },
+ "deleteOption": {
+ "$id": "4126",
+ "kind": "string",
+ "type": {
+ "$ref": "224"
+ },
+ "value": "Delete"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ "networkProfile": {
+ "$id": "4127",
+ "kind": "model",
+ "type": {
+ "$ref": "919"
+ },
+ "value": {
+ "$id": "4128",
+ "healthProbe": {
+ "$id": "4129",
+ "kind": "model",
+ "type": {
+ "$ref": "921"
+ },
+ "value": {
+ "$id": "4130",
+ "id": {
+ "$id": "4131",
+ "kind": "string",
+ "type": {
+ "$ref": "923"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}"
+ }
+ }
+ },
+ "networkInterfaceConfigurations": {
+ "$id": "4132",
+ "kind": "array",
+ "type": {
+ "$ref": "930"
+ },
+ "value": [
+ {
+ "$id": "4133",
+ "kind": "model",
+ "type": {
+ "$ref": "931"
+ },
+ "value": {
+ "$id": "4134",
+ "name": {
+ "$id": "4135",
+ "kind": "string",
+ "type": {
+ "$ref": "933"
+ },
+ "value": "i"
+ },
+ "properties": {
+ "$id": "4136",
+ "kind": "model",
+ "type": {
+ "$ref": "937"
+ },
+ "value": {
+ "$id": "4137",
+ "primary": {
+ "$id": "4138",
+ "kind": "boolean",
+ "type": {
+ "$ref": "939"
+ },
+ "value": true
+ },
+ "enableAcceleratedNetworking": {
+ "$id": "4139",
+ "kind": "boolean",
+ "type": {
+ "$ref": "943"
+ },
+ "value": true
+ },
+ "disableTcpStateTracking": {
+ "$id": "4140",
+ "kind": "boolean",
+ "type": {
+ "$ref": "947"
+ },
+ "value": true
+ },
+ "enableFpga": {
+ "$id": "4141",
+ "kind": "boolean",
+ "type": {
+ "$ref": "951"
+ },
+ "value": true
+ },
+ "networkSecurityGroup": {
+ "$id": "4142",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "4143",
+ "id": {
+ "$id": "4144",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityGroups/{networkSecurityGroupName}"
+ }
+ }
+ },
+ "dnsSettings": {
+ "$id": "4145",
+ "kind": "model",
+ "type": {
+ "$ref": "958"
+ },
+ "value": {
+ "$id": "4146",
+ "dnsServers": {
+ "$id": "4147",
+ "kind": "array",
+ "type": {
+ "$ref": "960"
+ },
+ "value": [
+ {
+ "$id": "4148",
+ "kind": "string",
+ "type": {
+ "$ref": "961"
+ },
+ "value": "nxmmfolhclsesu"
+ }
+ ]
+ }
+ }
+ },
+ "ipConfigurations": {
+ "$id": "4149",
+ "kind": "array",
+ "type": {
+ "$ref": "967"
+ },
+ "value": [
+ {
+ "$id": "4150",
+ "kind": "model",
+ "type": {
+ "$ref": "968"
+ },
+ "value": {
+ "$id": "4151",
+ "name": {
+ "$id": "4152",
+ "kind": "string",
+ "type": {
+ "$ref": "970"
+ },
+ "value": "oezqhkidfhyywlfzwuotilrpbqnjg"
+ },
+ "properties": {
+ "$id": "4153",
+ "kind": "model",
+ "type": {
+ "$ref": "974"
+ },
+ "value": {
+ "$id": "4154",
+ "subnet": {
+ "$id": "4155",
+ "kind": "model",
+ "type": {
+ "$ref": "921"
+ },
+ "value": {
+ "$id": "4156",
+ "id": {
+ "$id": "4157",
+ "kind": "string",
+ "type": {
+ "$ref": "923"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
+ }
+ }
+ },
+ "primary": {
+ "$id": "4158",
+ "kind": "boolean",
+ "type": {
+ "$ref": "979"
+ },
+ "value": true
+ },
+ "publicIPAddressConfiguration": {
+ "$id": "4159",
+ "kind": "model",
+ "type": {
+ "$ref": "983"
+ },
+ "value": {
+ "$id": "4160",
+ "name": {
+ "$id": "4161",
+ "kind": "string",
+ "type": {
+ "$ref": "985"
+ },
+ "value": "fvpqf"
+ },
+ "properties": {
+ "$id": "4162",
+ "kind": "model",
+ "type": {
+ "$ref": "989"
+ },
+ "value": {
+ "$id": "4163",
+ "idleTimeoutInMinutes": {
+ "$id": "4164",
+ "kind": "number",
+ "type": {
+ "$ref": "991"
+ },
+ "value": 9
+ },
+ "dnsSettings": {
+ "$id": "4165",
+ "kind": "model",
+ "type": {
+ "$ref": "995"
+ },
+ "value": {
+ "$id": "4166",
+ "domainNameLabel": {
+ "$id": "4167",
+ "kind": "string",
+ "type": {
+ "$ref": "997"
+ },
+ "value": "ukrddzvmorpmfsczjwtbvp"
+ },
+ "domainNameLabelScope": {
+ "$id": "4168",
+ "kind": "string",
+ "type": {
+ "$ref": "236"
+ },
+ "value": "TenantReuse"
+ }
+ }
+ },
+ "ipTags": {
+ "$id": "4169",
+ "kind": "array",
+ "type": {
+ "$ref": "1006"
+ },
+ "value": [
+ {
+ "$id": "4170",
+ "kind": "model",
+ "type": {
+ "$ref": "1007"
+ },
+ "value": {
+ "$id": "4171",
+ "ipTagType": {
+ "$id": "4172",
+ "kind": "string",
+ "type": {
+ "$ref": "1009"
+ },
+ "value": "sddgsoemnzgqizale"
+ },
+ "tag": {
+ "$id": "4173",
+ "kind": "string",
+ "type": {
+ "$ref": "1013"
+ },
+ "value": "wufmhrjsakbiaetyara"
+ }
+ }
+ }
+ ]
+ },
+ "publicIPPrefix": {
+ "$id": "4174",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "4175",
+ "id": {
+ "$id": "4176",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName}"
+ }
+ }
+ },
+ "publicIPAddressVersion": {
+ "$id": "4177",
+ "kind": "string",
+ "type": {
+ "$ref": "246"
+ },
+ "value": "IPv4"
+ },
+ "deleteOption": {
+ "$id": "4178",
+ "kind": "string",
+ "type": {
+ "$ref": "252"
+ },
+ "value": "Delete"
+ }
+ }
+ },
+ "sku": {
+ "$id": "4179",
+ "kind": "model",
+ "type": {
+ "$ref": "1030"
+ },
+ "value": {
+ "$id": "4180",
+ "name": {
+ "$id": "4181",
+ "kind": "string",
+ "type": {
+ "$ref": "258"
+ },
+ "value": "Basic"
+ },
+ "tier": {
+ "$id": "4182",
+ "kind": "string",
+ "type": {
+ "$ref": "264"
+ },
+ "value": "Regional"
+ }
+ }
+ }
+ }
+ },
+ "privateIPAddressVersion": {
+ "$id": "4183",
+ "kind": "string",
+ "type": {
+ "$ref": "246"
+ },
+ "value": "IPv4"
+ },
+ "applicationGatewayBackendAddressPools": {
+ "$id": "4184",
+ "kind": "array",
+ "type": {
+ "$ref": "1045"
+ },
+ "value": [
+ {
+ "$id": "4185",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "4186",
+ "id": {
+ "$id": "4187",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/backendAddressPools/{backendAddressPoolName}"
+ }
+ }
+ }
+ ]
+ },
+ "applicationSecurityGroups": {
+ "$id": "4188",
+ "kind": "array",
+ "type": {
+ "$ref": "1049"
+ },
+ "value": [
+ {
+ "$id": "4189",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "4190",
+ "id": {
+ "$id": "4191",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationSecurityGroups/{applicationSecurityGroupName}"
+ }
+ }
+ }
+ ]
+ },
+ "loadBalancerBackendAddressPools": {
+ "$id": "4192",
+ "kind": "array",
+ "type": {
+ "$ref": "1053"
+ },
+ "value": [
+ {
+ "$id": "4193",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "4194",
+ "id": {
+ "$id": "4195",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/backendAddressPools/{backendAddressPoolName}"
+ }
+ }
+ }
+ ]
+ },
+ "loadBalancerInboundNatPools": {
+ "$id": "4196",
+ "kind": "array",
+ "type": {
+ "$ref": "1057"
+ },
+ "value": [
+ {
+ "$id": "4197",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "4198",
+ "id": {
+ "$id": "4199",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/inboundNatPools/{inboundNatPoolName}"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+ }
+ ]
+ },
+ "enableIPForwarding": {
+ "$id": "4200",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1065"
+ },
+ "value": true
+ },
+ "deleteOption": {
+ "$id": "4201",
+ "kind": "string",
+ "type": {
+ "$ref": "252"
+ },
+ "value": "Delete"
+ },
+ "auxiliaryMode": {
+ "$id": "4202",
+ "kind": "string",
+ "type": {
+ "$ref": "270"
+ },
+ "value": "None"
+ },
+ "auxiliarySku": {
+ "$id": "4203",
+ "kind": "string",
+ "type": {
+ "$ref": "278"
+ },
+ "value": "None"
+ }
+ }
+ }
+ }
+ }
+ ]
+ },
+ "networkApiVersion": {
+ "$id": "4204",
+ "kind": "string",
+ "type": {
+ "$ref": "290"
+ },
+ "value": "2020-11-01"
+ }
+ }
+ },
+ "securityProfile": {
+ "$id": "4205",
+ "kind": "model",
+ "type": {
+ "$ref": "1087"
+ },
+ "value": {
+ "$id": "4206",
+ "uefiSettings": {
+ "$id": "4207",
+ "kind": "model",
+ "type": {
+ "$ref": "1089"
+ },
+ "value": {
+ "$id": "4208",
+ "secureBootEnabled": {
+ "$id": "4209",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1091"
+ },
+ "value": true
+ },
+ "vTpmEnabled": {
+ "$id": "4210",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1095"
+ },
+ "value": true
+ }
+ }
+ },
+ "encryptionAtHost": {
+ "$id": "4211",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1101"
+ },
+ "value": true
+ },
+ "securityType": {
+ "$id": "4212",
+ "kind": "string",
+ "type": {
+ "$ref": "294"
+ },
+ "value": "TrustedLaunch"
+ },
+ "encryptionIdentity": {
+ "$id": "4213",
+ "kind": "model",
+ "type": {
+ "$ref": "1108"
+ },
+ "value": {
+ "$id": "4214",
+ "userAssignedIdentityResourceId": {
+ "$id": "4215",
+ "kind": "string",
+ "type": {
+ "$ref": "1110"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{userAssignedIdentityName}"
+ }
+ }
+ },
+ "proxyAgentSettings": {
+ "$id": "4216",
+ "kind": "model",
+ "type": {
+ "$ref": "1117"
+ },
+ "value": {
+ "$id": "4217",
+ "enabled": {
+ "$id": "4218",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1119"
+ },
+ "value": true
+ },
+ "mode": {
+ "$id": "4219",
+ "kind": "string",
+ "type": {
+ "$ref": "300"
+ },
+ "value": "Audit"
+ },
+ "keyIncarnationId": {
+ "$id": "4220",
+ "kind": "number",
+ "type": {
+ "$ref": "1126"
+ },
+ "value": 20
+ }
+ }
+ }
+ }
+ },
+ "diagnosticsProfile": {
+ "$id": "4221",
+ "kind": "model",
+ "type": {
+ "$ref": "1134"
+ },
+ "value": {
+ "$id": "4222",
+ "bootDiagnostics": {
+ "$id": "4223",
+ "kind": "model",
+ "type": {
+ "$ref": "1136"
+ },
+ "value": {
+ "$id": "4224",
+ "enabled": {
+ "$id": "4225",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1138"
+ },
+ "value": true
+ },
+ "storageUri": {
+ "$id": "4226",
+ "kind": "string",
+ "type": {
+ "$ref": "1142"
+ },
+ "value": "http://myStorageAccountName.blob.core.windows.net"
+ }
+ }
+ }
+ }
+ },
+ "extensionProfile": {
+ "$id": "4227",
+ "kind": "model",
+ "type": {
+ "$ref": "1150"
+ },
+ "value": {
+ "$id": "4228",
+ "extensions": {
+ "$id": "4229",
+ "kind": "array",
+ "type": {
+ "$ref": "1152"
+ },
+ "value": [
+ {
+ "$id": "4230",
+ "kind": "model",
+ "type": {
+ "$ref": "1153"
+ },
+ "value": {
+ "$id": "4231",
+ "name": {
+ "$id": "4232",
+ "kind": "string",
+ "type": {
+ "$ref": "1160"
+ },
+ "value": "bndxuxx"
+ },
+ "properties": {
+ "$id": "4233",
+ "kind": "model",
+ "type": {
+ "$ref": "1168"
+ },
+ "value": {
+ "$id": "4234",
+ "forceUpdateTag": {
+ "$id": "4235",
+ "kind": "string",
+ "type": {
+ "$ref": "1170"
+ },
+ "value": "yhgxw"
+ },
+ "publisher": {
+ "$id": "4236",
+ "kind": "string",
+ "type": {
+ "$ref": "1174"
+ },
+ "value": "kpxtirxjfprhs"
+ },
+ "type": {
+ "$id": "4237",
+ "kind": "string",
+ "type": {
+ "$ref": "1178"
+ },
+ "value": "pgjilctjjwaa"
+ },
+ "typeHandlerVersion": {
+ "$id": "4238",
+ "kind": "string",
+ "type": {
+ "$ref": "1182"
+ },
+ "value": "zevivcoilxmbwlrihhhibq"
+ },
+ "autoUpgradeMinorVersion": {
+ "$id": "4239",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1186"
+ },
+ "value": true
+ },
+ "enableAutomaticUpgrade": {
+ "$id": "4240",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1190"
+ },
+ "value": true
+ },
+ "provisionAfterExtensions": {
+ "$id": "4241",
+ "kind": "array",
+ "type": {
+ "$ref": "1210"
+ },
+ "value": [
+ {
+ "$id": "4242",
+ "kind": "string",
+ "type": {
+ "$ref": "1211"
+ },
+ "value": "nftzosroolbcwmpupujzqwqe"
+ }
+ ]
+ },
+ "suppressFailures": {
+ "$id": "4243",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1215"
+ },
+ "value": true
+ },
+ "protectedSettingsFromKeyVault": {
+ "$id": "4244",
+ "kind": "model",
+ "type": {
+ "$ref": "1219"
+ },
+ "value": {
+ "$id": "4245",
+ "secretUrl": {
+ "$id": "4246",
+ "kind": "string",
+ "type": {
+ "$ref": "1221"
+ },
+ "value": "https://myVaultName.vault.azure.net/secrets/secret/mySecretName"
+ },
+ "sourceVault": {
+ "$id": "4247",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "4248",
+ "id": {
+ "$id": "4249",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}"
+ }
+ }
+ }
+ }
+ },
+ "settings": {
+ "$id": "4250",
+ "kind": "dict",
+ "type": {
+ "$ref": "1194"
+ },
+ "value": {
+ "$id": "4251"
+ }
+ },
+ "provisioningState": {
+ "$id": "4252",
+ "kind": "string",
+ "type": {
+ "$ref": "1206"
+ },
+ "value": "Succeeded"
+ }
+ }
+ },
+ "type": {
+ "$id": "4253",
+ "kind": "string",
+ "type": {
+ "$ref": "1164"
+ },
+ "value": "cmeam"
+ },
+ "id": {
+ "$id": "4254",
+ "kind": "string",
+ "type": {
+ "$ref": "1155"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/extensions/{extensionName}"
+ }
+ }
+ }
+ ]
+ },
+ "extensionsTimeBudget": {
+ "$id": "4255",
+ "kind": "string",
+ "type": {
+ "$ref": "1234"
+ },
+ "value": "mbhjahtdygwgyszdwjtvlvtgchdwil"
+ }
+ }
+ },
+ "licenseType": {
+ "$id": "4256",
+ "kind": "string",
+ "type": {
+ "$ref": "1240"
+ },
+ "value": "v"
+ },
+ "scheduledEventsProfile": {
+ "$id": "4257",
+ "kind": "model",
+ "type": {
+ "$ref": "1244"
+ },
+ "value": {
+ "$id": "4258",
+ "terminateNotificationProfile": {
+ "$id": "4259",
+ "kind": "model",
+ "type": {
+ "$ref": "1246"
+ },
+ "value": {
+ "$id": "4260",
+ "notBeforeTimeout": {
+ "$id": "4261",
+ "kind": "string",
+ "type": {
+ "$ref": "1248"
+ },
+ "value": "iljppmmw"
+ },
+ "enable": {
+ "$id": "4262",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1252"
+ },
+ "value": true
+ }
+ }
+ },
+ "osImageNotificationProfile": {
+ "$id": "4263",
+ "kind": "model",
+ "type": {
+ "$ref": "1258"
+ },
+ "value": {
+ "$id": "4264",
+ "notBeforeTimeout": {
+ "$id": "4265",
+ "kind": "string",
+ "type": {
+ "$ref": "1260"
+ },
+ "value": "olbpadmevekyczfokodtfprxti"
+ },
+ "enable": {
+ "$id": "4266",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1264"
+ },
+ "value": true
+ }
+ }
+ }
+ }
+ },
+ "userData": {
+ "$id": "4267",
+ "kind": "string",
+ "type": {
+ "$ref": "1272"
+ },
+ "value": "s"
+ },
+ "capacityReservation": {
+ "$id": "4268",
+ "kind": "model",
+ "type": {
+ "$ref": "1276"
+ },
+ "value": {
+ "$id": "4269",
+ "capacityReservationGroup": {
+ "$id": "4270",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "4271",
+ "id": {
+ "$id": "4272",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/capacityReservationGroups/{capacityReservationGroupName}"
+ }
+ }
+ }
+ }
+ },
+ "applicationProfile": {
+ "$id": "4273",
+ "kind": "model",
+ "type": {
+ "$ref": "1283"
+ },
+ "value": {
+ "$id": "4274",
+ "galleryApplications": {
+ "$id": "4275",
+ "kind": "array",
+ "type": {
+ "$ref": "1285"
+ },
+ "value": [
+ {
+ "$id": "4276",
+ "kind": "model",
+ "type": {
+ "$ref": "1286"
+ },
+ "value": {
+ "$id": "4277",
+ "tags": {
+ "$id": "4278",
+ "kind": "string",
+ "type": {
+ "$ref": "1288"
+ },
+ "value": "eyrqjbib"
+ },
+ "order": {
+ "$id": "4279",
+ "kind": "number",
+ "type": {
+ "$ref": "1292"
+ },
+ "value": 5
+ },
+ "packageReferenceId": {
+ "$id": "4280",
+ "kind": "string",
+ "type": {
+ "$ref": "1296"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{applicationName}/versions/{versionName}"
+ },
+ "treatFailureAsDeploymentFailure": {
+ "$id": "4281",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1305"
+ },
+ "value": true
+ },
+ "enableAutomaticUpgrade": {
+ "$id": "4282",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1309"
+ },
+ "value": true
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ "hardwareProfile": {
+ "$id": "4283",
+ "kind": "model",
+ "type": {
+ "$ref": "1317"
+ },
+ "value": {
+ "$id": "4284",
+ "vmSizeProperties": {
+ "$id": "4285",
+ "kind": "model",
+ "type": {
+ "$ref": "1319"
+ },
+ "value": {
+ "$id": "4286",
+ "vCPUsAvailable": {
+ "$id": "4287",
+ "kind": "number",
+ "type": {
+ "$ref": "1321"
+ },
+ "value": 16
+ },
+ "vCPUsPerCore": {
+ "$id": "4288",
+ "kind": "number",
+ "type": {
+ "$ref": "1325"
+ },
+ "value": 23
+ }
+ }
+ }
+ }
+ },
+ "serviceArtifactReference": {
+ "$id": "4289",
+ "kind": "model",
+ "type": {
+ "$ref": "1333"
+ },
+ "value": {
+ "$id": "4290",
+ "id": {
+ "$id": "4291",
+ "kind": "string",
+ "type": {
+ "$ref": "1335"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactsName}/vmArtifactsProfiles/{vmArtifactsProfileName}"
+ }
+ }
+ },
+ "securityPostureReference": {
+ "$id": "4292",
+ "kind": "model",
+ "type": {
+ "$ref": "1342"
+ },
+ "value": {
+ "$id": "4293",
+ "id": {
+ "$id": "4294",
+ "kind": "string",
+ "type": {
+ "$ref": "1344"
+ },
+ "value": "/CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest"
+ },
+ "excludeExtensions": {
+ "$id": "4295",
+ "kind": "array",
+ "type": {
+ "$ref": "1348"
+ },
+ "value": [
+ {
+ "$id": "4296",
+ "kind": "string",
+ "type": {
+ "$ref": "1349"
+ },
+ "value": "{securityPostureVMExtensionName}"
+ }
+ ]
+ },
+ "isOverridable": {
+ "$id": "4297",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1353"
+ },
+ "value": true
+ }
+ }
+ },
+ "timeCreated": {
+ "$id": "4298",
+ "kind": "string",
+ "type": {
+ "$ref": "1359"
+ },
+ "value": "2024-04-29T21:51:44.043Z"
+ }
+ }
+ },
+ "computeApiVersion": {
+ "$id": "4299",
+ "kind": "string",
+ "type": {
+ "$ref": "1375"
+ },
+ "value": "2023-07-01"
+ },
+ "platformFaultDomainCount": {
+ "$id": "4300",
+ "kind": "number",
+ "type": {
+ "$ref": "1379"
+ },
+ "value": 1
+ }
+ }
+ },
+ "provisioningState": {
+ "$id": "4301",
+ "kind": "string",
+ "type": {
+ "$ref": "2"
+ },
+ "value": "Creating"
+ },
+ "timeCreated": {
+ "$id": "4302",
+ "kind": "string",
+ "type": {
+ "$ref": "1397"
+ },
+ "value": "2024-07-10T00:16:34.8590555+00:00"
+ },
+ "uniqueId": {
+ "$id": "4303",
+ "kind": "string",
+ "type": {
+ "$ref": "1402"
+ },
+ "value": "a2f7fabd-bbc2-4a20-afe1-49fdb3885a28"
+ }
+ }
+ },
+ "zones": {
+ "$id": "4304",
+ "kind": "array",
+ "type": {
+ "$ref": "1408"
+ },
+ "value": [
+ {
+ "$id": "4305",
+ "kind": "string",
+ "type": {
+ "$ref": "1409"
+ },
+ "value": "zone1"
+ },
+ {
+ "$id": "4306",
+ "kind": "string",
+ "type": {
+ "$ref": "1409"
+ },
+ "value": "zone2"
+ }
+ ]
+ },
+ "identity": {
+ "$id": "4307",
+ "kind": "model",
+ "type": {
+ "$ref": "1413"
+ },
+ "value": {
+ "$id": "4308",
+ "type": {
+ "$id": "4309",
+ "kind": "string",
+ "type": {
+ "$ref": "306"
+ },
+ "value": "UserAssigned"
+ },
+ "userAssignedIdentities": {
+ "$id": "4310",
+ "kind": "dict",
+ "type": {
+ "$ref": "1428"
+ },
+ "value": {
+ "$id": "4311"
+ }
+ },
+ "principalId": {
+ "$id": "4312",
+ "kind": "string",
+ "type": {
+ "$ref": "1415"
+ },
+ "value": "4d508e5b-374b-4382-9a1c-01fb8b6cb37c"
+ },
+ "tenantId": {
+ "$id": "4313",
+ "kind": "string",
+ "type": {
+ "$ref": "1420"
+ },
+ "value": "5d508e5b-374b-4382-9a1c-01fb8b6cb37c"
+ }
+ }
+ },
+ "tags": {
+ "$id": "4314",
+ "kind": "dict",
+ "type": {
+ "$ref": "396"
+ },
+ "value": {
+ "$id": "4315"
+ }
+ },
+ "location": {
+ "$id": "4316",
+ "kind": "string",
+ "type": {
+ "$ref": "402"
+ },
+ "value": "westus"
+ },
+ "plan": {
+ "$id": "4317",
+ "kind": "model",
+ "type": {
+ "$ref": "1447"
+ },
+ "value": {
+ "$id": "4318",
+ "name": {
+ "$id": "4319",
+ "kind": "string",
+ "type": {
+ "$ref": "1449"
+ },
+ "value": "uapfngmdekvpgjhomthtpxjfdmmll"
+ },
+ "publisher": {
+ "$id": "4320",
+ "kind": "string",
+ "type": {
+ "$ref": "1453"
+ },
+ "value": "aqhles"
+ },
+ "product": {
+ "$id": "4321",
+ "kind": "string",
+ "type": {
+ "$ref": "1457"
+ },
+ "value": "bfzbkdnbexmedxdc"
+ },
+ "promotionCode": {
+ "$id": "4322",
+ "kind": "string",
+ "type": {
+ "$ref": "1461"
+ },
+ "value": "gspehogwfjxirz"
+ },
+ "version": {
+ "$id": "4323",
+ "kind": "string",
+ "type": {
+ "$ref": "1465"
+ },
+ "value": "yza"
+ }
+ }
+ },
+ "id": {
+ "$id": "4324",
+ "kind": "string",
+ "type": {
+ "$ref": "354"
+ },
+ "value": "/subscriptions/7B0CD4DB-3381-4013-9B31-FB6E6FD0FF1C/resourceGroups/rgazurefleet/providers/Microsoft.AzureFleet/fleets/testFleet"
+ },
+ "name": {
+ "$id": "4325",
+ "kind": "string",
+ "type": {
+ "$ref": "359"
+ },
+ "value": "testFleet"
+ },
+ "type": {
+ "$id": "4326",
+ "kind": "string",
+ "type": {
+ "$ref": "363"
+ },
+ "value": "Microsoft.AzureFleet/fleets"
+ },
+ "systemData": {
+ "$id": "4327",
+ "kind": "model",
+ "type": {
+ "$ref": "368"
+ },
+ "value": {
+ "$id": "4328",
+ "createdBy": {
+ "$id": "4329",
+ "kind": "string",
+ "type": {
+ "$ref": "370"
+ },
+ "value": "rowegentrpoajsv"
+ },
+ "createdByType": {
+ "$id": "4330",
+ "kind": "string",
+ "type": {
+ "$ref": "316"
+ },
+ "value": "User"
+ },
+ "createdAt": {
+ "$id": "4331",
+ "kind": "string",
+ "type": {
+ "$ref": "377"
+ },
+ "value": "2024-04-29T21:51:44.043Z"
+ },
+ "lastModifiedBy": {
+ "$id": "4332",
+ "kind": "string",
+ "type": {
+ "$ref": "382"
+ },
+ "value": "edwuayhhaoepxzisfaqjhmrxjq"
+ },
+ "lastModifiedByType": {
+ "$id": "4333",
+ "kind": "string",
+ "type": {
+ "$ref": "316"
+ },
+ "value": "User"
+ },
+ "lastModifiedAt": {
+ "$id": "4334",
+ "kind": "string",
+ "type": {
+ "$ref": "389"
+ },
+ "value": "2024-04-29T21:51:44.043Z"
+ }
+ }
+ }
+ }
+ }
+ },
+ {
+ "$id": "4335",
+ "response": {
+ "$ref": "3606"
+ },
+ "statusCode": 202
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "$id": "4336",
+ "name": "delete",
+ "resourceName": "Fleet",
+ "doc": "Delete a Fleet",
+ "accessibility": "public",
+ "parameters": [
+ {
+ "$id": "4337",
+ "name": "apiVersion",
+ "nameInRequest": "api-version",
+ "doc": "The API version to use for this operation.",
+ "type": {
+ "$id": "4338",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "location": "Query",
+ "isApiVersion": true,
+ "isContentType": false,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Client",
+ "defaultValue": {
+ "$id": "4339",
+ "type": {
+ "$id": "4340",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string"
+ },
+ "value": "2024-11-01"
+ },
+ "decorators": [],
+ "skipUrlEncoding": false
+ },
+ {
+ "$id": "4341",
+ "name": "subscriptionId",
+ "nameInRequest": "subscriptionId",
+ "doc": "The ID of the target subscription. The value must be an UUID.",
+ "type": {
+ "$id": "4342",
+ "kind": "string",
+ "name": "uuid",
+ "crossLanguageDefinitionId": "Azure.Core.uuid",
+ "baseType": {
+ "$id": "4343",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "decorators": []
+ },
+ "location": "Path",
+ "isApiVersion": false,
+ "isContentType": false,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Client",
+ "decorators": [],
+ "skipUrlEncoding": false
+ },
+ {
+ "$id": "4344",
+ "name": "resourceGroupName",
+ "nameInRequest": "resourceGroupName",
+ "doc": "The name of the resource group. The name is case insensitive.",
+ "type": {
+ "$id": "4345",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "location": "Path",
+ "isApiVersion": false,
+ "isContentType": false,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Method",
+ "decorators": [],
+ "skipUrlEncoding": false
+ },
+ {
+ "$id": "4346",
+ "name": "fleetName",
+ "nameInRequest": "fleetName",
+ "doc": "The name of the Compute Fleet",
+ "type": {
+ "$id": "4347",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "location": "Path",
+ "isApiVersion": false,
+ "isContentType": false,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Method",
+ "decorators": [],
+ "skipUrlEncoding": false
+ },
+ {
+ "$id": "4348",
+ "name": "accept",
+ "nameInRequest": "Accept",
+ "type": {
+ "$id": "4349",
+ "kind": "constant",
+ "valueType": {
+ "$id": "4350",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "value": "application/json",
+ "decorators": []
+ },
+ "location": "Header",
+ "isApiVersion": false,
+ "isContentType": false,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Constant",
+ "decorators": [],
+ "skipUrlEncoding": false
+ }
+ ],
+ "responses": [
+ {
+ "$id": "4351",
+ "statusCodes": [
+ 202
+ ],
+ "headers": [
+ {
+ "$id": "4352",
+ "name": "location",
+ "nameInResponse": "Location",
+ "doc": "The Location header contains the URL where the status of the long running operation can be checked.",
+ "type": {
+ "$id": "4353",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ }
+ },
+ {
+ "$id": "4354",
+ "name": "retryAfter",
+ "nameInResponse": "Retry-After",
+ "doc": "The Retry-After header can indicate how long the client should wait before polling the operation status.",
+ "type": {
+ "$id": "4355",
+ "kind": "int32",
+ "name": "int32",
+ "crossLanguageDefinitionId": "TypeSpec.int32",
+ "decorators": []
+ }
+ }
+ ],
+ "isErrorResponse": false
+ },
+ {
+ "$id": "4356",
+ "statusCodes": [
+ 204
+ ],
+ "headers": [],
+ "isErrorResponse": false
+ }
+ ],
+ "httpMethod": "DELETE",
+ "uri": "{endpoint}",
+ "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureFleet/fleets/{fleetName}",
+ "bufferResponse": true,
+ "longRunning": {
+ "$id": "4357",
+ "finalStateVia": 1,
+ "finalResponse": {
+ "$id": "4358",
+ "statusCodes": [
+ 204
+ ]
+ }
+ },
+ "generateProtocolMethod": true,
+ "generateConvenienceMethod": true,
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.Fleets.delete",
+ "decorators": [],
+ "examples": [
+ {
+ "$id": "4359",
+ "kind": "http",
+ "name": "Fleets_Delete",
+ "description": "Fleets_Delete",
+ "filePath": "2024-11-01/Fleets_Delete.json",
+ "parameters": [
+ {
+ "$id": "4360",
+ "parameter": {
+ "$ref": "4337"
+ },
+ "value": {
+ "$id": "4361",
+ "kind": "string",
+ "type": {
+ "$ref": "4338"
+ },
+ "value": "2024-11-01"
+ }
+ },
+ {
+ "$id": "4362",
+ "parameter": {
+ "$ref": "4341"
+ },
+ "value": {
+ "$id": "4363",
+ "kind": "string",
+ "type": {
+ "$ref": "4342"
+ },
+ "value": "1DC2F28C-A625-4B0E-9748-9885A3C9E9EB"
+ }
+ },
+ {
+ "$id": "4364",
+ "parameter": {
+ "$ref": "4344"
+ },
+ "value": {
+ "$id": "4365",
+ "kind": "string",
+ "type": {
+ "$ref": "4345"
+ },
+ "value": "rgazurefleet"
+ }
+ },
+ {
+ "$id": "4366",
+ "parameter": {
+ "$ref": "4346"
+ },
+ "value": {
+ "$id": "4367",
+ "kind": "string",
+ "type": {
+ "$ref": "4347"
+ },
+ "value": "testFleet"
+ }
+ }
+ ],
+ "responses": [
+ {
+ "$id": "4368",
+ "response": {
+ "$ref": "4351"
+ },
+ "statusCode": 202
+ },
+ {
+ "$id": "4369",
+ "response": {
+ "$ref": "4356"
+ },
+ "statusCode": 204
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "$id": "4370",
+ "name": "listByResourceGroup",
+ "resourceName": "Fleet",
+ "doc": "List Fleet resources by resource group",
+ "accessibility": "public",
+ "parameters": [
+ {
+ "$id": "4371",
+ "name": "apiVersion",
+ "nameInRequest": "api-version",
+ "doc": "The API version to use for this operation.",
+ "type": {
+ "$id": "4372",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "location": "Query",
+ "isApiVersion": true,
+ "isContentType": false,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Client",
+ "defaultValue": {
+ "$id": "4373",
+ "type": {
+ "$id": "4374",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string"
+ },
+ "value": "2024-11-01"
+ },
+ "decorators": [],
+ "skipUrlEncoding": false
+ },
+ {
+ "$id": "4375",
+ "name": "subscriptionId",
+ "nameInRequest": "subscriptionId",
+ "doc": "The ID of the target subscription. The value must be an UUID.",
+ "type": {
+ "$id": "4376",
+ "kind": "string",
+ "name": "uuid",
+ "crossLanguageDefinitionId": "Azure.Core.uuid",
+ "baseType": {
+ "$id": "4377",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "decorators": []
+ },
+ "location": "Path",
+ "isApiVersion": false,
+ "isContentType": false,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Client",
+ "decorators": [],
+ "skipUrlEncoding": false
+ },
+ {
+ "$id": "4378",
+ "name": "resourceGroupName",
+ "nameInRequest": "resourceGroupName",
+ "doc": "The name of the resource group. The name is case insensitive.",
+ "type": {
+ "$id": "4379",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "location": "Path",
+ "isApiVersion": false,
+ "isContentType": false,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Method",
+ "decorators": [],
+ "skipUrlEncoding": false
+ },
+ {
+ "$id": "4380",
+ "name": "accept",
+ "nameInRequest": "Accept",
+ "type": {
+ "$id": "4381",
+ "kind": "constant",
+ "valueType": {
+ "$id": "4382",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "value": "application/json",
+ "decorators": []
+ },
+ "location": "Header",
+ "isApiVersion": false,
+ "isContentType": false,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Constant",
+ "decorators": [],
+ "skipUrlEncoding": false
+ }
+ ],
+ "responses": [
+ {
+ "$id": "4383",
+ "statusCodes": [
+ 200
+ ],
+ "bodyType": {
+ "$ref": "1575"
+ },
+ "headers": [],
+ "isErrorResponse": false,
+ "contentTypes": [
+ "application/json"
+ ]
+ }
+ ],
+ "httpMethod": "GET",
+ "uri": "{endpoint}",
+ "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureFleet/fleets",
+ "bufferResponse": true,
+ "paging": {
+ "$id": "4384",
+ "itemPropertySegments": [
+ "value"
+ ],
+ "nextLink": {
+ "$id": "4385",
+ "responseSegments": [
+ "nextLink"
+ ],
+ "responseLocation": "Body"
+ }
+ },
+ "generateProtocolMethod": true,
+ "generateConvenienceMethod": true,
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.Fleets.listByResourceGroup",
+ "decorators": [],
+ "examples": [
+ {
+ "$id": "4386",
+ "kind": "http",
+ "name": "Fleets_ListByResourceGroup",
+ "description": "Fleets_ListByResourceGroup",
+ "filePath": "2024-11-01/Fleets_ListByResourceGroup.json",
+ "parameters": [
+ {
+ "$id": "4387",
+ "parameter": {
+ "$ref": "4371"
+ },
+ "value": {
+ "$id": "4388",
+ "kind": "string",
+ "type": {
+ "$ref": "4372"
+ },
+ "value": "2024-11-01"
+ }
+ },
+ {
+ "$id": "4389",
+ "parameter": {
+ "$ref": "4375"
+ },
+ "value": {
+ "$id": "4390",
+ "kind": "string",
+ "type": {
+ "$ref": "4376"
+ },
+ "value": "1DC2F28C-A625-4B0E-9748-9885A3C9E9EB"
+ }
+ },
+ {
+ "$id": "4391",
+ "parameter": {
+ "$ref": "4378"
+ },
+ "value": {
+ "$id": "4392",
+ "kind": "string",
+ "type": {
+ "$ref": "4379"
+ },
+ "value": "rgazurefleet"
+ }
+ }
+ ],
+ "responses": [
+ {
+ "$id": "4393",
+ "response": {
+ "$ref": "4383"
+ },
+ "statusCode": 200,
+ "bodyValue": {
+ "$id": "4394",
+ "kind": "model",
+ "type": {
+ "$ref": "1575"
+ },
+ "value": {
+ "$id": "4395",
+ "value": {
+ "$id": "4396",
+ "kind": "array",
+ "type": {
+ "$ref": "1577"
+ },
+ "value": [
+ {
+ "$id": "4397",
+ "kind": "model",
+ "type": {
+ "$ref": "350"
+ },
+ "value": {
+ "$id": "4398",
+ "properties": {
+ "$id": "4399",
+ "kind": "model",
+ "type": {
+ "$ref": "406"
+ },
+ "value": {
+ "$id": "4400",
+ "provisioningState": {
+ "$id": "4401",
+ "kind": "string",
+ "type": {
+ "$ref": "2"
+ },
+ "value": "Creating"
+ },
+ "spotPriorityProfile": {
+ "$id": "4402",
+ "kind": "model",
+ "type": {
+ "$ref": "411"
+ },
+ "value": {
+ "$id": "4403",
+ "capacity": {
+ "$id": "4404",
+ "kind": "number",
+ "type": {
+ "$ref": "413"
+ },
+ "value": 20
+ },
+ "minCapacity": {
+ "$id": "4405",
+ "kind": "number",
+ "type": {
+ "$ref": "417"
+ },
+ "value": 10
+ },
+ "maxPricePerVM": {
+ "$id": "4406",
+ "kind": "number",
+ "type": {
+ "$ref": "421"
+ },
+ "value": 0.00865
+ },
+ "evictionPolicy": {
+ "$id": "4407",
+ "kind": "string",
+ "type": {
+ "$ref": "18"
+ },
+ "value": "Delete"
+ },
+ "allocationStrategy": {
+ "$id": "4408",
+ "kind": "string",
+ "type": {
+ "$ref": "24"
+ },
+ "value": "PriceCapacityOptimized"
+ },
+ "maintain": {
+ "$id": "4409",
+ "kind": "boolean",
+ "type": {
+ "$ref": "431"
+ },
+ "value": true
+ }
+ }
+ },
+ "regularPriorityProfile": {
+ "$id": "4410",
+ "kind": "model",
+ "type": {
+ "$ref": "437"
+ },
+ "value": {
+ "$id": "4411",
+ "capacity": {
+ "$id": "4412",
+ "kind": "number",
+ "type": {
+ "$ref": "439"
+ },
+ "value": 20
+ },
+ "minCapacity": {
+ "$id": "4413",
+ "kind": "number",
+ "type": {
+ "$ref": "443"
+ },
+ "value": 10
+ },
+ "allocationStrategy": {
+ "$id": "4414",
+ "kind": "string",
+ "type": {
+ "$ref": "32"
+ },
+ "value": "LowestPrice"
+ }
+ }
+ },
+ "vmSizesProfile": {
+ "$id": "4415",
+ "kind": "array",
+ "type": {
+ "$ref": "452"
+ },
+ "value": [
+ {
+ "$id": "4416",
+ "kind": "model",
+ "type": {
+ "$ref": "453"
+ },
+ "value": {
+ "$id": "4417",
+ "name": {
+ "$id": "4418",
+ "kind": "string",
+ "type": {
+ "$ref": "455"
+ },
+ "value": "Standard_d1_v2"
+ },
+ "rank": {
+ "$id": "4419",
+ "kind": "number",
+ "type": {
+ "$ref": "459"
+ },
+ "value": 19225
+ }
+ }
+ }
+ ]
+ },
+ "computeProfile": {
+ "$id": "4420",
+ "kind": "model",
+ "type": {
+ "$ref": "1370"
+ },
+ "value": {
+ "$id": "4421",
+ "baseVirtualMachineProfile": {
+ "$id": "4422",
+ "kind": "model",
+ "type": {
+ "$ref": "565"
+ },
+ "value": {
+ "$id": "4423",
+ "osProfile": {
+ "$id": "4424",
+ "kind": "model",
+ "type": {
+ "$ref": "567"
+ },
+ "value": {
+ "$id": "4425",
+ "computerNamePrefix": {
+ "$id": "4426",
+ "kind": "string",
+ "type": {
+ "$ref": "569"
+ },
+ "value": "o"
+ },
+ "adminUsername": {
+ "$id": "4427",
+ "kind": "string",
+ "type": {
+ "$ref": "573"
+ },
+ "value": "nrgzqciiaaxjrqldbmjbqkyhntp"
+ },
+ "windowsConfiguration": {
+ "$id": "4428",
+ "kind": "model",
+ "type": {
+ "$ref": "585"
+ },
+ "value": {
+ "$id": "4429",
+ "provisionVMAgent": {
+ "$id": "4430",
+ "kind": "boolean",
+ "type": {
+ "$ref": "587"
+ },
+ "value": true
+ },
+ "enableAutomaticUpdates": {
+ "$id": "4431",
+ "kind": "boolean",
+ "type": {
+ "$ref": "591"
+ },
+ "value": true
+ },
+ "timeZone": {
+ "$id": "4432",
+ "kind": "string",
+ "type": {
+ "$ref": "595"
+ },
+ "value": "hlyjiqcfksgrpjrct"
+ },
+ "additionalUnattendContent": {
+ "$id": "4433",
+ "kind": "array",
+ "type": {
+ "$ref": "599"
+ },
+ "value": [
+ {
+ "$id": "4434",
+ "kind": "model",
+ "type": {
+ "$ref": "600"
+ },
+ "value": {
+ "$id": "4435",
+ "passName": {
+ "$id": "4436",
+ "kind": "string",
+ "type": {
+ "$ref": "602"
+ },
+ "value": "OobeSystem"
+ },
+ "componentName": {
+ "$id": "4437",
+ "kind": "string",
+ "type": {
+ "$ref": "606"
+ },
+ "value": "Microsoft-Windows-Shell-Setup"
+ },
+ "settingName": {
+ "$id": "4438",
+ "kind": "string",
+ "type": {
+ "$ref": "104"
+ },
+ "value": "AutoLogon"
+ }
+ }
+ }
+ ]
+ },
+ "patchSettings": {
+ "$id": "4439",
+ "kind": "model",
+ "type": {
+ "$ref": "619"
+ },
+ "value": {
+ "$id": "4440",
+ "patchMode": {
+ "$id": "4441",
+ "kind": "string",
+ "type": {
+ "$ref": "110"
+ },
+ "value": "Manual"
+ },
+ "enableHotpatching": {
+ "$id": "4442",
+ "kind": "boolean",
+ "type": {
+ "$ref": "624"
+ },
+ "value": true
+ },
+ "assessmentMode": {
+ "$id": "4443",
+ "kind": "string",
+ "type": {
+ "$ref": "118"
+ },
+ "value": "ImageDefault"
+ },
+ "automaticByPlatformSettings": {
+ "$id": "4444",
+ "kind": "model",
+ "type": {
+ "$ref": "631"
+ },
+ "value": {
+ "$id": "4445",
+ "rebootSetting": {
+ "$id": "4446",
+ "kind": "string",
+ "type": {
+ "$ref": "124"
+ },
+ "value": "Unknown"
+ },
+ "bypassPlatformSafetyChecksOnUserSchedule": {
+ "$id": "4447",
+ "kind": "boolean",
+ "type": {
+ "$ref": "636"
+ },
+ "value": true
+ }
+ }
+ }
+ }
+ },
+ "winRM": {
+ "$id": "4448",
+ "kind": "model",
+ "type": {
+ "$ref": "644"
+ },
+ "value": {
+ "$id": "4449",
+ "listeners": {
+ "$id": "4450",
+ "kind": "array",
+ "type": {
+ "$ref": "646"
+ },
+ "value": [
+ {
+ "$id": "4451",
+ "kind": "model",
+ "type": {
+ "$ref": "647"
+ },
+ "value": {
+ "$id": "4452",
+ "protocol": {
+ "$id": "4453",
+ "kind": "string",
+ "type": {
+ "$ref": "134"
+ },
+ "value": "Http"
+ },
+ "certificateUrl": {
+ "$id": "4454",
+ "kind": "string",
+ "type": {
+ "$ref": "652"
+ },
+ "value": "https://myVaultName.vault.azure.net/secrets/myCertName"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ "enableVMAgentPlatformUpdates": {
+ "$id": "4455",
+ "kind": "boolean",
+ "type": {
+ "$ref": "660"
+ },
+ "value": true
+ }
+ }
+ },
+ "linuxConfiguration": {
+ "$id": "4456",
+ "kind": "model",
+ "type": {
+ "$ref": "666"
+ },
+ "value": {
+ "$id": "4457",
+ "disablePasswordAuthentication": {
+ "$id": "4458",
+ "kind": "boolean",
+ "type": {
+ "$ref": "668"
+ },
+ "value": true
+ },
+ "ssh": {
+ "$id": "4459",
+ "kind": "model",
+ "type": {
+ "$ref": "672"
+ },
+ "value": {
+ "$id": "4460",
+ "publicKeys": {
+ "$id": "4461",
+ "kind": "array",
+ "type": {
+ "$ref": "674"
+ },
+ "value": [
+ {
+ "$id": "4462",
+ "kind": "model",
+ "type": {
+ "$ref": "675"
+ },
+ "value": {
+ "$id": "4463",
+ "path": {
+ "$id": "4464",
+ "kind": "string",
+ "type": {
+ "$ref": "677"
+ },
+ "value": "kmqz"
+ },
+ "keyData": {
+ "$id": "4465",
+ "kind": "string",
+ "type": {
+ "$ref": "681"
+ },
+ "value": "kivgsubusvpprwqaqpjcmhsv"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ "provisionVMAgent": {
+ "$id": "4466",
+ "kind": "boolean",
+ "type": {
+ "$ref": "689"
+ },
+ "value": true
+ },
+ "patchSettings": {
+ "$id": "4467",
+ "kind": "model",
+ "type": {
+ "$ref": "693"
+ },
+ "value": {
+ "$id": "4468",
+ "patchMode": {
+ "$id": "4469",
+ "kind": "string",
+ "type": {
+ "$ref": "140"
+ },
+ "value": "ImageDefault"
+ },
+ "assessmentMode": {
+ "$id": "4470",
+ "kind": "string",
+ "type": {
+ "$ref": "146"
+ },
+ "value": "ImageDefault"
+ },
+ "automaticByPlatformSettings": {
+ "$id": "4471",
+ "kind": "model",
+ "type": {
+ "$ref": "701"
+ },
+ "value": {
+ "$id": "4472",
+ "rebootSetting": {
+ "$id": "4473",
+ "kind": "string",
+ "type": {
+ "$ref": "152"
+ },
+ "value": "Unknown"
+ },
+ "bypassPlatformSafetyChecksOnUserSchedule": {
+ "$id": "4474",
+ "kind": "boolean",
+ "type": {
+ "$ref": "706"
+ },
+ "value": true
+ }
+ }
+ }
+ }
+ },
+ "enableVMAgentPlatformUpdates": {
+ "$id": "4475",
+ "kind": "boolean",
+ "type": {
+ "$ref": "714"
+ },
+ "value": true
+ }
+ }
+ },
+ "secrets": {
+ "$id": "4476",
+ "kind": "array",
+ "type": {
+ "$ref": "720"
+ },
+ "value": [
+ {
+ "$id": "4477",
+ "kind": "model",
+ "type": {
+ "$ref": "721"
+ },
+ "value": {
+ "$id": "4478",
+ "sourceVault": {
+ "$id": "4479",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "4480",
+ "id": {
+ "$id": "4481",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}"
+ }
+ }
+ },
+ "vaultCertificates": {
+ "$id": "4482",
+ "kind": "array",
+ "type": {
+ "$ref": "732"
+ },
+ "value": [
+ {
+ "$id": "4483",
+ "kind": "model",
+ "type": {
+ "$ref": "733"
+ },
+ "value": {
+ "$id": "4484",
+ "certificateUrl": {
+ "$id": "4485",
+ "kind": "string",
+ "type": {
+ "$ref": "735"
+ },
+ "value": "https://myVaultName.vault.azure.net/secrets/myCertName"
+ },
+ "certificateStore": {
+ "$id": "4486",
+ "kind": "string",
+ "type": {
+ "$ref": "739"
+ },
+ "value": "nlxrwavpzhueffxsshlun"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ },
+ "allowExtensionOperations": {
+ "$id": "4487",
+ "kind": "boolean",
+ "type": {
+ "$ref": "747"
+ },
+ "value": true
+ },
+ "requireGuestProvisionSignal": {
+ "$id": "4488",
+ "kind": "boolean",
+ "type": {
+ "$ref": "751"
+ },
+ "value": true
+ }
+ }
+ },
+ "storageProfile": {
+ "$id": "4489",
+ "kind": "model",
+ "type": {
+ "$ref": "757"
+ },
+ "value": {
+ "$id": "4490",
+ "imageReference": {
+ "$id": "4491",
+ "kind": "model",
+ "type": {
+ "$ref": "759"
+ },
+ "value": {
+ "$id": "4492",
+ "publisher": {
+ "$id": "4493",
+ "kind": "string",
+ "type": {
+ "$ref": "766"
+ },
+ "value": "mqxgwbiyjzmxavhbkd"
+ },
+ "offer": {
+ "$id": "4494",
+ "kind": "string",
+ "type": {
+ "$ref": "770"
+ },
+ "value": "isxgumkarlkomp"
+ },
+ "sku": {
+ "$id": "4495",
+ "kind": "string",
+ "type": {
+ "$ref": "774"
+ },
+ "value": "eojmppqcrnpmxirtp"
+ },
+ "version": {
+ "$id": "4496",
+ "kind": "string",
+ "type": {
+ "$ref": "778"
+ },
+ "value": "wvpcqefgtmqdgltiuz"
+ },
+ "exactVersion": {
+ "$id": "4497",
+ "kind": "string",
+ "type": {
+ "$ref": "782"
+ },
+ "value": "zjbntmiskjexlr"
+ },
+ "sharedGalleryImageId": {
+ "$id": "4498",
+ "kind": "string",
+ "type": {
+ "$ref": "786"
+ },
+ "value": "kmkgihoxwlawuuhcinfirktdwkmx"
+ },
+ "communityGalleryImageId": {
+ "$id": "4499",
+ "kind": "string",
+ "type": {
+ "$ref": "790"
+ },
+ "value": "vlqe"
+ },
+ "id": {
+ "$id": "4500",
+ "kind": "string",
+ "type": {
+ "$ref": "761"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}/versions/{versionName}"
+ }
+ }
+ },
+ "osDisk": {
+ "$id": "4501",
+ "kind": "model",
+ "type": {
+ "$ref": "796"
+ },
+ "value": {
+ "$id": "4502",
+ "name": {
+ "$id": "4503",
+ "kind": "string",
+ "type": {
+ "$ref": "798"
+ },
+ "value": "wfttw"
+ },
+ "caching": {
+ "$id": "4504",
+ "kind": "string",
+ "type": {
+ "$ref": "162"
+ },
+ "value": "None"
+ },
+ "writeAcceleratorEnabled": {
+ "$id": "4505",
+ "kind": "boolean",
+ "type": {
+ "$ref": "805"
+ },
+ "value": true
+ },
+ "createOption": {
+ "$id": "4506",
+ "kind": "string",
+ "type": {
+ "$ref": "170"
+ },
+ "value": "FromImage"
+ },
+ "diffDiskSettings": {
+ "$id": "4507",
+ "kind": "model",
+ "type": {
+ "$ref": "812"
+ },
+ "value": {
+ "$id": "4508",
+ "option": {
+ "$id": "4509",
+ "kind": "string",
+ "type": {
+ "$ref": "182"
+ },
+ "value": "Local"
+ },
+ "placement": {
+ "$id": "4510",
+ "kind": "string",
+ "type": {
+ "$ref": "186"
+ },
+ "value": "CacheDisk"
+ }
+ }
+ },
+ "diskSizeGB": {
+ "$id": "4511",
+ "kind": "number",
+ "type": {
+ "$ref": "822"
+ },
+ "value": 14
+ },
+ "osType": {
+ "$id": "4512",
+ "kind": "string",
+ "type": {
+ "$ref": "194"
+ },
+ "value": "Windows"
+ },
+ "image": {
+ "$id": "4513",
+ "kind": "model",
+ "type": {
+ "$ref": "829"
+ },
+ "value": {
+ "$id": "4514",
+ "uri": {
+ "$id": "4515",
+ "kind": "string",
+ "type": {
+ "$ref": "831"
+ },
+ "value": "https://myStorageAccountName.blob.core.windows.net/myContainerName/myVhdName.vhd"
+ }
+ }
+ },
+ "vhdContainers": {
+ "$id": "4516",
+ "kind": "array",
+ "type": {
+ "$ref": "837"
+ },
+ "value": [
+ {
+ "$id": "4517",
+ "kind": "string",
+ "type": {
+ "$ref": "838"
+ },
+ "value": "tkzcwddtinkfpnfklatw"
+ }
+ ]
+ },
+ "managedDisk": {
+ "$id": "4518",
+ "kind": "model",
+ "type": {
+ "$ref": "842"
+ },
+ "value": {
+ "$id": "4519",
+ "storageAccountType": {
+ "$id": "4520",
+ "kind": "string",
+ "type": {
+ "$ref": "200"
+ },
+ "value": "Standard_LRS"
+ },
+ "diskEncryptionSet": {
+ "$id": "4521",
+ "kind": "model",
+ "type": {
+ "$ref": "847"
+ },
+ "value": {
+ "$id": "4522",
+ "id": {
+ "$id": "4523",
+ "kind": "string",
+ "type": {
+ "$ref": "849"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}"
+ }
+ }
+ },
+ "securityProfile": {
+ "$id": "4524",
+ "kind": "model",
+ "type": {
+ "$ref": "856"
+ },
+ "value": {
+ "$id": "4525",
+ "securityEncryptionType": {
+ "$id": "4526",
+ "kind": "string",
+ "type": {
+ "$ref": "216"
+ },
+ "value": "VMGuestStateOnly"
+ },
+ "diskEncryptionSet": {
+ "$id": "4527",
+ "kind": "model",
+ "type": {
+ "$ref": "847"
+ },
+ "value": {
+ "$id": "4528",
+ "id": {
+ "$id": "4529",
+ "kind": "string",
+ "type": {
+ "$ref": "849"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "deleteOption": {
+ "$id": "4530",
+ "kind": "string",
+ "type": {
+ "$ref": "224"
+ },
+ "value": "Delete"
+ }
+ }
+ },
+ "dataDisks": {
+ "$id": "4531",
+ "kind": "array",
+ "type": {
+ "$ref": "873"
+ },
+ "value": [
+ {
+ "$id": "4532",
+ "kind": "model",
+ "type": {
+ "$ref": "874"
+ },
+ "value": {
+ "$id": "4533",
+ "name": {
+ "$id": "4534",
+ "kind": "string",
+ "type": {
+ "$ref": "876"
+ },
+ "value": "eogiykmdmeikswxmigjws"
+ },
+ "lun": {
+ "$id": "4535",
+ "kind": "number",
+ "type": {
+ "$ref": "880"
+ },
+ "value": 14
+ },
+ "caching": {
+ "$id": "4536",
+ "kind": "string",
+ "type": {
+ "$ref": "162"
+ },
+ "value": "None"
+ },
+ "writeAcceleratorEnabled": {
+ "$id": "4537",
+ "kind": "boolean",
+ "type": {
+ "$ref": "887"
+ },
+ "value": true
+ },
+ "createOption": {
+ "$id": "4538",
+ "kind": "string",
+ "type": {
+ "$ref": "170"
+ },
+ "value": "FromImage"
+ },
+ "diskSizeGB": {
+ "$id": "4539",
+ "kind": "number",
+ "type": {
+ "$ref": "894"
+ },
+ "value": 6
+ },
+ "managedDisk": {
+ "$id": "4540",
+ "kind": "model",
+ "type": {
+ "$ref": "842"
+ },
+ "value": {
+ "$id": "4541",
+ "storageAccountType": {
+ "$id": "4542",
+ "kind": "string",
+ "type": {
+ "$ref": "200"
+ },
+ "value": "Standard_LRS"
+ },
+ "diskEncryptionSet": {
+ "$id": "4543",
+ "kind": "model",
+ "type": {
+ "$ref": "847"
+ },
+ "value": {
+ "$id": "4544",
+ "id": {
+ "$id": "4545",
+ "kind": "string",
+ "type": {
+ "$ref": "849"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}"
+ }
+ }
+ },
+ "securityProfile": {
+ "$id": "4546",
+ "kind": "model",
+ "type": {
+ "$ref": "856"
+ },
+ "value": {
+ "$id": "4547",
+ "securityEncryptionType": {
+ "$id": "4548",
+ "kind": "string",
+ "type": {
+ "$ref": "216"
+ },
+ "value": "VMGuestStateOnly"
+ },
+ "diskEncryptionSet": {
+ "$id": "4549",
+ "kind": "model",
+ "type": {
+ "$ref": "847"
+ },
+ "value": {
+ "$id": "4550",
+ "id": {
+ "$id": "4551",
+ "kind": "string",
+ "type": {
+ "$ref": "849"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "diskIOPSReadWrite": {
+ "$id": "4552",
+ "kind": "number",
+ "type": {
+ "$ref": "901"
+ },
+ "value": 27
+ },
+ "diskMBpsReadWrite": {
+ "$id": "4553",
+ "kind": "number",
+ "type": {
+ "$ref": "905"
+ },
+ "value": 2
+ },
+ "deleteOption": {
+ "$id": "4554",
+ "kind": "string",
+ "type": {
+ "$ref": "224"
+ },
+ "value": "Delete"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ "networkProfile": {
+ "$id": "4555",
+ "kind": "model",
+ "type": {
+ "$ref": "919"
+ },
+ "value": {
+ "$id": "4556",
+ "healthProbe": {
+ "$id": "4557",
+ "kind": "model",
+ "type": {
+ "$ref": "921"
+ },
+ "value": {
+ "$id": "4558",
+ "id": {
+ "$id": "4559",
+ "kind": "string",
+ "type": {
+ "$ref": "923"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}"
+ }
+ }
+ },
+ "networkInterfaceConfigurations": {
+ "$id": "4560",
+ "kind": "array",
+ "type": {
+ "$ref": "930"
+ },
+ "value": [
+ {
+ "$id": "4561",
+ "kind": "model",
+ "type": {
+ "$ref": "931"
+ },
+ "value": {
+ "$id": "4562",
+ "name": {
+ "$id": "4563",
+ "kind": "string",
+ "type": {
+ "$ref": "933"
+ },
+ "value": "i"
+ },
+ "properties": {
+ "$id": "4564",
+ "kind": "model",
+ "type": {
+ "$ref": "937"
+ },
+ "value": {
+ "$id": "4565",
+ "primary": {
+ "$id": "4566",
+ "kind": "boolean",
+ "type": {
+ "$ref": "939"
+ },
+ "value": true
+ },
+ "enableAcceleratedNetworking": {
+ "$id": "4567",
+ "kind": "boolean",
+ "type": {
+ "$ref": "943"
+ },
+ "value": true
+ },
+ "disableTcpStateTracking": {
+ "$id": "4568",
+ "kind": "boolean",
+ "type": {
+ "$ref": "947"
+ },
+ "value": true
+ },
+ "enableFpga": {
+ "$id": "4569",
+ "kind": "boolean",
+ "type": {
+ "$ref": "951"
+ },
+ "value": true
+ },
+ "networkSecurityGroup": {
+ "$id": "4570",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "4571",
+ "id": {
+ "$id": "4572",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityGroups/{networkSecurityGroupName}"
+ }
+ }
+ },
+ "dnsSettings": {
+ "$id": "4573",
+ "kind": "model",
+ "type": {
+ "$ref": "958"
+ },
+ "value": {
+ "$id": "4574",
+ "dnsServers": {
+ "$id": "4575",
+ "kind": "array",
+ "type": {
+ "$ref": "960"
+ },
+ "value": [
+ {
+ "$id": "4576",
+ "kind": "string",
+ "type": {
+ "$ref": "961"
+ },
+ "value": "nxmmfolhclsesu"
+ }
+ ]
+ }
+ }
+ },
+ "ipConfigurations": {
+ "$id": "4577",
+ "kind": "array",
+ "type": {
+ "$ref": "967"
+ },
+ "value": [
+ {
+ "$id": "4578",
+ "kind": "model",
+ "type": {
+ "$ref": "968"
+ },
+ "value": {
+ "$id": "4579",
+ "name": {
+ "$id": "4580",
+ "kind": "string",
+ "type": {
+ "$ref": "970"
+ },
+ "value": "oezqhkidfhyywlfzwuotilrpbqnjg"
+ },
+ "properties": {
+ "$id": "4581",
+ "kind": "model",
+ "type": {
+ "$ref": "974"
+ },
+ "value": {
+ "$id": "4582",
+ "subnet": {
+ "$id": "4583",
+ "kind": "model",
+ "type": {
+ "$ref": "921"
+ },
+ "value": {
+ "$id": "4584",
+ "id": {
+ "$id": "4585",
+ "kind": "string",
+ "type": {
+ "$ref": "923"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
+ }
+ }
+ },
+ "primary": {
+ "$id": "4586",
+ "kind": "boolean",
+ "type": {
+ "$ref": "979"
+ },
+ "value": true
+ },
+ "publicIPAddressConfiguration": {
+ "$id": "4587",
+ "kind": "model",
+ "type": {
+ "$ref": "983"
+ },
+ "value": {
+ "$id": "4588",
+ "name": {
+ "$id": "4589",
+ "kind": "string",
+ "type": {
+ "$ref": "985"
+ },
+ "value": "fvpqf"
+ },
+ "properties": {
+ "$id": "4590",
+ "kind": "model",
+ "type": {
+ "$ref": "989"
+ },
+ "value": {
+ "$id": "4591",
+ "idleTimeoutInMinutes": {
+ "$id": "4592",
+ "kind": "number",
+ "type": {
+ "$ref": "991"
+ },
+ "value": 9
+ },
+ "dnsSettings": {
+ "$id": "4593",
+ "kind": "model",
+ "type": {
+ "$ref": "995"
+ },
+ "value": {
+ "$id": "4594",
+ "domainNameLabel": {
+ "$id": "4595",
+ "kind": "string",
+ "type": {
+ "$ref": "997"
+ },
+ "value": "ukrddzvmorpmfsczjwtbvp"
+ },
+ "domainNameLabelScope": {
+ "$id": "4596",
+ "kind": "string",
+ "type": {
+ "$ref": "236"
+ },
+ "value": "TenantReuse"
+ }
+ }
+ },
+ "ipTags": {
+ "$id": "4597",
+ "kind": "array",
+ "type": {
+ "$ref": "1006"
+ },
+ "value": [
+ {
+ "$id": "4598",
+ "kind": "model",
+ "type": {
+ "$ref": "1007"
+ },
+ "value": {
+ "$id": "4599",
+ "ipTagType": {
+ "$id": "4600",
+ "kind": "string",
+ "type": {
+ "$ref": "1009"
+ },
+ "value": "sddgsoemnzgqizale"
+ },
+ "tag": {
+ "$id": "4601",
+ "kind": "string",
+ "type": {
+ "$ref": "1013"
+ },
+ "value": "wufmhrjsakbiaetyara"
+ }
+ }
+ }
+ ]
+ },
+ "publicIPPrefix": {
+ "$id": "4602",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "4603",
+ "id": {
+ "$id": "4604",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName}"
+ }
+ }
+ },
+ "publicIPAddressVersion": {
+ "$id": "4605",
+ "kind": "string",
+ "type": {
+ "$ref": "246"
+ },
+ "value": "IPv4"
+ },
+ "deleteOption": {
+ "$id": "4606",
+ "kind": "string",
+ "type": {
+ "$ref": "252"
+ },
+ "value": "Delete"
+ }
+ }
+ },
+ "sku": {
+ "$id": "4607",
+ "kind": "model",
+ "type": {
+ "$ref": "1030"
+ },
+ "value": {
+ "$id": "4608",
+ "name": {
+ "$id": "4609",
+ "kind": "string",
+ "type": {
+ "$ref": "258"
+ },
+ "value": "Basic"
+ },
+ "tier": {
+ "$id": "4610",
+ "kind": "string",
+ "type": {
+ "$ref": "264"
+ },
+ "value": "Regional"
+ }
+ }
+ }
+ }
+ },
+ "privateIPAddressVersion": {
+ "$id": "4611",
+ "kind": "string",
+ "type": {
+ "$ref": "246"
+ },
+ "value": "IPv4"
+ },
+ "applicationGatewayBackendAddressPools": {
+ "$id": "4612",
+ "kind": "array",
+ "type": {
+ "$ref": "1045"
+ },
+ "value": [
+ {
+ "$id": "4613",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "4614",
+ "id": {
+ "$id": "4615",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/backendAddressPools/{backendAddressPoolName}"
+ }
+ }
+ }
+ ]
+ },
+ "applicationSecurityGroups": {
+ "$id": "4616",
+ "kind": "array",
+ "type": {
+ "$ref": "1049"
+ },
+ "value": [
+ {
+ "$id": "4617",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "4618",
+ "id": {
+ "$id": "4619",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationSecurityGroups/{applicationSecurityGroupName}"
+ }
+ }
+ }
+ ]
+ },
+ "loadBalancerBackendAddressPools": {
+ "$id": "4620",
+ "kind": "array",
+ "type": {
+ "$ref": "1053"
+ },
+ "value": [
+ {
+ "$id": "4621",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "4622",
+ "id": {
+ "$id": "4623",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/backendAddressPools/{backendAddressPoolName}"
+ }
+ }
+ }
+ ]
+ },
+ "loadBalancerInboundNatPools": {
+ "$id": "4624",
+ "kind": "array",
+ "type": {
+ "$ref": "1057"
+ },
+ "value": [
+ {
+ "$id": "4625",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "4626",
+ "id": {
+ "$id": "4627",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/inboundNatPools/{inboundNatPoolName}"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+ }
+ ]
+ },
+ "enableIPForwarding": {
+ "$id": "4628",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1065"
+ },
+ "value": true
+ },
+ "deleteOption": {
+ "$id": "4629",
+ "kind": "string",
+ "type": {
+ "$ref": "252"
+ },
+ "value": "Delete"
+ },
+ "auxiliaryMode": {
+ "$id": "4630",
+ "kind": "string",
+ "type": {
+ "$ref": "270"
+ },
+ "value": "None"
+ },
+ "auxiliarySku": {
+ "$id": "4631",
+ "kind": "string",
+ "type": {
+ "$ref": "278"
+ },
+ "value": "None"
+ }
+ }
+ }
+ }
+ }
+ ]
+ },
+ "networkApiVersion": {
+ "$id": "4632",
+ "kind": "string",
+ "type": {
+ "$ref": "290"
+ },
+ "value": "2020-11-01"
+ }
+ }
+ },
+ "securityProfile": {
+ "$id": "4633",
+ "kind": "model",
+ "type": {
+ "$ref": "1087"
+ },
+ "value": {
+ "$id": "4634",
+ "uefiSettings": {
+ "$id": "4635",
+ "kind": "model",
+ "type": {
+ "$ref": "1089"
+ },
+ "value": {
+ "$id": "4636",
+ "secureBootEnabled": {
+ "$id": "4637",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1091"
+ },
+ "value": true
+ },
+ "vTpmEnabled": {
+ "$id": "4638",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1095"
+ },
+ "value": true
+ }
+ }
+ },
+ "encryptionAtHost": {
+ "$id": "4639",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1101"
+ },
+ "value": true
+ },
+ "securityType": {
+ "$id": "4640",
+ "kind": "string",
+ "type": {
+ "$ref": "294"
+ },
+ "value": "TrustedLaunch"
+ },
+ "encryptionIdentity": {
+ "$id": "4641",
+ "kind": "model",
+ "type": {
+ "$ref": "1108"
+ },
+ "value": {
+ "$id": "4642",
+ "userAssignedIdentityResourceId": {
+ "$id": "4643",
+ "kind": "string",
+ "type": {
+ "$ref": "1110"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{userAssignedIdentityName}"
+ }
+ }
+ },
+ "proxyAgentSettings": {
+ "$id": "4644",
+ "kind": "model",
+ "type": {
+ "$ref": "1117"
+ },
+ "value": {
+ "$id": "4645",
+ "enabled": {
+ "$id": "4646",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1119"
+ },
+ "value": true
+ },
+ "mode": {
+ "$id": "4647",
+ "kind": "string",
+ "type": {
+ "$ref": "300"
+ },
+ "value": "Audit"
+ },
+ "keyIncarnationId": {
+ "$id": "4648",
+ "kind": "number",
+ "type": {
+ "$ref": "1126"
+ },
+ "value": 20
+ }
+ }
+ }
+ }
+ },
+ "diagnosticsProfile": {
+ "$id": "4649",
+ "kind": "model",
+ "type": {
+ "$ref": "1134"
+ },
+ "value": {
+ "$id": "4650",
+ "bootDiagnostics": {
+ "$id": "4651",
+ "kind": "model",
+ "type": {
+ "$ref": "1136"
+ },
+ "value": {
+ "$id": "4652",
+ "enabled": {
+ "$id": "4653",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1138"
+ },
+ "value": true
+ },
+ "storageUri": {
+ "$id": "4654",
+ "kind": "string",
+ "type": {
+ "$ref": "1142"
+ },
+ "value": "http://myStorageAccountName.blob.core.windows.net"
+ }
+ }
+ }
+ }
+ },
+ "extensionProfile": {
+ "$id": "4655",
+ "kind": "model",
+ "type": {
+ "$ref": "1150"
+ },
+ "value": {
+ "$id": "4656",
+ "extensions": {
+ "$id": "4657",
+ "kind": "array",
+ "type": {
+ "$ref": "1152"
+ },
+ "value": [
+ {
+ "$id": "4658",
+ "kind": "model",
+ "type": {
+ "$ref": "1153"
+ },
+ "value": {
+ "$id": "4659",
+ "name": {
+ "$id": "4660",
+ "kind": "string",
+ "type": {
+ "$ref": "1160"
+ },
+ "value": "bndxuxx"
+ },
+ "type": {
+ "$id": "4661",
+ "kind": "string",
+ "type": {
+ "$ref": "1164"
+ },
+ "value": "cmeam"
+ },
+ "properties": {
+ "$id": "4662",
+ "kind": "model",
+ "type": {
+ "$ref": "1168"
+ },
+ "value": {
+ "$id": "4663",
+ "forceUpdateTag": {
+ "$id": "4664",
+ "kind": "string",
+ "type": {
+ "$ref": "1170"
+ },
+ "value": "yhgxw"
+ },
+ "publisher": {
+ "$id": "4665",
+ "kind": "string",
+ "type": {
+ "$ref": "1174"
+ },
+ "value": "kpxtirxjfprhs"
+ },
+ "type": {
+ "$id": "4666",
+ "kind": "string",
+ "type": {
+ "$ref": "1178"
+ },
+ "value": "pgjilctjjwaa"
+ },
+ "typeHandlerVersion": {
+ "$id": "4667",
+ "kind": "string",
+ "type": {
+ "$ref": "1182"
+ },
+ "value": "zevivcoilxmbwlrihhhibq"
+ },
+ "autoUpgradeMinorVersion": {
+ "$id": "4668",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1186"
+ },
+ "value": true
+ },
+ "enableAutomaticUpgrade": {
+ "$id": "4669",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1190"
+ },
+ "value": true
+ },
+ "settings": {
+ "$id": "4670",
+ "kind": "dict",
+ "type": {
+ "$ref": "1194"
+ },
+ "value": {
+ "$id": "4671"
+ }
+ },
+ "provisioningState": {
+ "$id": "4672",
+ "kind": "string",
+ "type": {
+ "$ref": "1206"
+ },
+ "value": "Succeeded"
+ },
+ "provisionAfterExtensions": {
+ "$id": "4673",
+ "kind": "array",
+ "type": {
+ "$ref": "1210"
+ },
+ "value": [
+ {
+ "$id": "4674",
+ "kind": "string",
+ "type": {
+ "$ref": "1211"
+ },
+ "value": "nftzosroolbcwmpupujzqwqe"
+ }
+ ]
+ },
+ "suppressFailures": {
+ "$id": "4675",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1215"
+ },
+ "value": true
+ },
+ "protectedSettingsFromKeyVault": {
+ "$id": "4676",
+ "kind": "model",
+ "type": {
+ "$ref": "1219"
+ },
+ "value": {
+ "$id": "4677",
+ "secretUrl": {
+ "$id": "4678",
+ "kind": "string",
+ "type": {
+ "$ref": "1221"
+ },
+ "value": "https://myVaultName.vault.azure.net/secrets/secret/mySecretName"
+ },
+ "sourceVault": {
+ "$id": "4679",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "4680",
+ "id": {
+ "$id": "4681",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "id": {
+ "$id": "4682",
+ "kind": "string",
+ "type": {
+ "$ref": "1155"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/extensions/{extensionName}"
+ }
+ }
+ }
+ ]
+ },
+ "extensionsTimeBudget": {
+ "$id": "4683",
+ "kind": "string",
+ "type": {
+ "$ref": "1234"
+ },
+ "value": "mbhjahtdygwgyszdwjtvlvtgchdwil"
+ }
+ }
+ },
+ "licenseType": {
+ "$id": "4684",
+ "kind": "string",
+ "type": {
+ "$ref": "1240"
+ },
+ "value": "v"
+ },
+ "scheduledEventsProfile": {
+ "$id": "4685",
+ "kind": "model",
+ "type": {
+ "$ref": "1244"
+ },
+ "value": {
+ "$id": "4686",
+ "terminateNotificationProfile": {
+ "$id": "4687",
+ "kind": "model",
+ "type": {
+ "$ref": "1246"
+ },
+ "value": {
+ "$id": "4688",
+ "notBeforeTimeout": {
+ "$id": "4689",
+ "kind": "string",
+ "type": {
+ "$ref": "1248"
+ },
+ "value": "iljppmmw"
+ },
+ "enable": {
+ "$id": "4690",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1252"
+ },
+ "value": true
+ }
+ }
+ },
+ "osImageNotificationProfile": {
+ "$id": "4691",
+ "kind": "model",
+ "type": {
+ "$ref": "1258"
+ },
+ "value": {
+ "$id": "4692",
+ "notBeforeTimeout": {
+ "$id": "4693",
+ "kind": "string",
+ "type": {
+ "$ref": "1260"
+ },
+ "value": "olbpadmevekyczfokodtfprxti"
+ },
+ "enable": {
+ "$id": "4694",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1264"
+ },
+ "value": true
+ }
+ }
+ }
+ }
+ },
+ "userData": {
+ "$id": "4695",
+ "kind": "string",
+ "type": {
+ "$ref": "1272"
+ },
+ "value": "s"
+ },
+ "capacityReservation": {
+ "$id": "4696",
+ "kind": "model",
+ "type": {
+ "$ref": "1276"
+ },
+ "value": {
+ "$id": "4697",
+ "capacityReservationGroup": {
+ "$id": "4698",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "4699",
+ "id": {
+ "$id": "4700",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/capacityReservationGroups/{capacityReservationGroupName}"
+ }
+ }
+ }
+ }
+ },
+ "applicationProfile": {
+ "$id": "4701",
+ "kind": "model",
+ "type": {
+ "$ref": "1283"
+ },
+ "value": {
+ "$id": "4702",
+ "galleryApplications": {
+ "$id": "4703",
+ "kind": "array",
+ "type": {
+ "$ref": "1285"
+ },
+ "value": [
+ {
+ "$id": "4704",
+ "kind": "model",
+ "type": {
+ "$ref": "1286"
+ },
+ "value": {
+ "$id": "4705",
+ "tags": {
+ "$id": "4706",
+ "kind": "string",
+ "type": {
+ "$ref": "1288"
+ },
+ "value": "eyrqjbib"
+ },
+ "order": {
+ "$id": "4707",
+ "kind": "number",
+ "type": {
+ "$ref": "1292"
+ },
+ "value": 5
+ },
+ "packageReferenceId": {
+ "$id": "4708",
+ "kind": "string",
+ "type": {
+ "$ref": "1296"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{applicationName}/versions/{versionName}"
+ },
+ "treatFailureAsDeploymentFailure": {
+ "$id": "4709",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1305"
+ },
+ "value": true
+ },
+ "enableAutomaticUpgrade": {
+ "$id": "4710",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1309"
+ },
+ "value": true
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ "hardwareProfile": {
+ "$id": "4711",
+ "kind": "model",
+ "type": {
+ "$ref": "1317"
+ },
+ "value": {
+ "$id": "4712",
+ "vmSizeProperties": {
+ "$id": "4713",
+ "kind": "model",
+ "type": {
+ "$ref": "1319"
+ },
+ "value": {
+ "$id": "4714",
+ "vCPUsAvailable": {
+ "$id": "4715",
+ "kind": "number",
+ "type": {
+ "$ref": "1321"
+ },
+ "value": 16
+ },
+ "vCPUsPerCore": {
+ "$id": "4716",
+ "kind": "number",
+ "type": {
+ "$ref": "1325"
+ },
+ "value": 23
+ }
+ }
+ }
+ }
+ },
+ "serviceArtifactReference": {
+ "$id": "4717",
+ "kind": "model",
+ "type": {
+ "$ref": "1333"
+ },
+ "value": {
+ "$id": "4718",
+ "id": {
+ "$id": "4719",
+ "kind": "string",
+ "type": {
+ "$ref": "1335"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactsName}/vmArtifactsProfiles/{vmArtifactsProfileName}"
+ }
+ }
+ },
+ "securityPostureReference": {
+ "$id": "4720",
+ "kind": "model",
+ "type": {
+ "$ref": "1342"
+ },
+ "value": {
+ "$id": "4721",
+ "id": {
+ "$id": "4722",
+ "kind": "string",
+ "type": {
+ "$ref": "1344"
+ },
+ "value": "mubredelfbshboaxrsxiajihahaa"
+ },
+ "excludeExtensions": {
+ "$id": "4723",
+ "kind": "array",
+ "type": {
+ "$ref": "1348"
+ },
+ "value": [
+ {
+ "$id": "4724",
+ "kind": "string",
+ "type": {
+ "$ref": "1349"
+ },
+ "value": "{securityPostureVMExtensionName}"
+ }
+ ]
+ },
+ "isOverridable": {
+ "$id": "4725",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1353"
+ },
+ "value": true
+ }
+ }
+ },
+ "timeCreated": {
+ "$id": "4726",
+ "kind": "string",
+ "type": {
+ "$ref": "1359"
+ },
+ "value": "2024-04-29T21:51:44.043Z"
+ }
+ }
+ },
+ "computeApiVersion": {
+ "$id": "4727",
+ "kind": "string",
+ "type": {
+ "$ref": "1375"
+ },
+ "value": "2023-07-01"
+ },
+ "platformFaultDomainCount": {
+ "$id": "4728",
+ "kind": "number",
+ "type": {
+ "$ref": "1379"
+ },
+ "value": 1
+ }
+ }
+ },
+ "timeCreated": {
+ "$id": "4729",
+ "kind": "string",
+ "type": {
+ "$ref": "1397"
+ },
+ "value": "2024-07-10T00:16:34.8590555+00:00"
+ },
+ "uniqueId": {
+ "$id": "4730",
+ "kind": "string",
+ "type": {
+ "$ref": "1402"
+ },
+ "value": "a2f7fabd-bbc2-4a20-afe1-49fdb3885a28"
+ }
+ }
+ },
+ "zones": {
+ "$id": "4731",
+ "kind": "array",
+ "type": {
+ "$ref": "1408"
+ },
+ "value": [
+ {
+ "$id": "4732",
+ "kind": "string",
+ "type": {
+ "$ref": "1409"
+ },
+ "value": "zone1"
+ },
+ {
+ "$id": "4733",
+ "kind": "string",
+ "type": {
+ "$ref": "1409"
+ },
+ "value": "zone2"
+ }
+ ]
+ },
+ "identity": {
+ "$id": "4734",
+ "kind": "model",
+ "type": {
+ "$ref": "1413"
+ },
+ "value": {
+ "$id": "4735",
+ "principalId": {
+ "$id": "4736",
+ "kind": "string",
+ "type": {
+ "$ref": "1415"
+ },
+ "value": "4d508e5b-374b-4382-9a1c-01fb8b6cb37c"
+ },
+ "tenantId": {
+ "$id": "4737",
+ "kind": "string",
+ "type": {
+ "$ref": "1420"
+ },
+ "value": "5d508e5b-374b-4382-9a1c-01fb8b6cb37c"
+ },
+ "type": {
+ "$id": "4738",
+ "kind": "string",
+ "type": {
+ "$ref": "306"
+ },
+ "value": "UserAssigned"
+ },
+ "userAssignedIdentities": {
+ "$id": "4739",
+ "kind": "dict",
+ "type": {
+ "$ref": "1428"
+ },
+ "value": {
+ "$id": "4740",
+ "key9851": {
+ "$id": "4741",
+ "kind": "model",
+ "type": {
+ "$ref": "1431"
+ },
+ "value": {
+ "$id": "4742",
+ "principalId": {
+ "$id": "4743",
+ "kind": "string",
+ "type": {
+ "$ref": "1438"
+ },
+ "value": "6d508e5b-374b-4382-9a1c-01fb8b6cb37c"
+ },
+ "clientId": {
+ "$id": "4744",
+ "kind": "string",
+ "type": {
+ "$ref": "1433"
+ },
+ "value": "7d508e5b-374b-4382-9a1c-01fb8b6cb37c"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "plan": {
+ "$id": "4745",
+ "kind": "model",
+ "type": {
+ "$ref": "1447"
+ },
+ "value": {
+ "$id": "4746",
+ "name": {
+ "$id": "4747",
+ "kind": "string",
+ "type": {
+ "$ref": "1449"
+ },
+ "value": "jwgrcrnrtfoxn"
+ },
+ "publisher": {
+ "$id": "4748",
+ "kind": "string",
+ "type": {
+ "$ref": "1453"
+ },
+ "value": "iozjbiqqckqm"
+ },
+ "product": {
+ "$id": "4749",
+ "kind": "string",
+ "type": {
+ "$ref": "1457"
+ },
+ "value": "cgopbyvdyqikahwyxfpzwaqk"
+ },
+ "promotionCode": {
+ "$id": "4750",
+ "kind": "string",
+ "type": {
+ "$ref": "1461"
+ },
+ "value": "naglezezplcaruqogtxnuizslqnnbr"
+ },
+ "version": {
+ "$id": "4751",
+ "kind": "string",
+ "type": {
+ "$ref": "1465"
+ },
+ "value": "wa"
+ }
+ }
+ },
+ "tags": {
+ "$id": "4752",
+ "kind": "dict",
+ "type": {
+ "$ref": "396"
+ },
+ "value": {
+ "$id": "4753",
+ "key3518": {
+ "$id": "4754",
+ "kind": "string",
+ "type": {
+ "$ref": "398"
+ },
+ "value": "luvrnuvsgdpbuofdskkcoqhfh"
+ }
+ }
+ },
+ "location": {
+ "$id": "4755",
+ "kind": "string",
+ "type": {
+ "$ref": "402"
+ },
+ "value": "westus"
+ },
+ "id": {
+ "$id": "4756",
+ "kind": "string",
+ "type": {
+ "$ref": "354"
+ },
+ "value": "/subscriptions/7B0CD4DB-3381-4013-9B31-FB6E6FD0FF1C/resourceGroups/rgazurefleet/providers/Microsoft.AzureFleet/fleets/testFleet"
+ },
+ "name": {
+ "$id": "4757",
+ "kind": "string",
+ "type": {
+ "$ref": "359"
+ },
+ "value": "testFleet"
+ },
+ "type": {
+ "$id": "4758",
+ "kind": "string",
+ "type": {
+ "$ref": "363"
+ },
+ "value": "Microsoft.AzureFleet/fleets"
+ },
+ "systemData": {
+ "$id": "4759",
+ "kind": "model",
+ "type": {
+ "$ref": "368"
+ },
+ "value": {
+ "$id": "4760",
+ "createdBy": {
+ "$id": "4761",
+ "kind": "string",
+ "type": {
+ "$ref": "370"
+ },
+ "value": "rowegentrpoajsv"
+ },
+ "createdByType": {
+ "$id": "4762",
+ "kind": "string",
+ "type": {
+ "$ref": "316"
+ },
+ "value": "User"
+ },
+ "createdAt": {
+ "$id": "4763",
+ "kind": "string",
+ "type": {
+ "$ref": "377"
+ },
+ "value": "2024-04-29T21:51:44.043Z"
+ },
+ "lastModifiedBy": {
+ "$id": "4764",
+ "kind": "string",
+ "type": {
+ "$ref": "382"
+ },
+ "value": "edwuayhhaoepxzisfaqjhmrxjq"
+ },
+ "lastModifiedByType": {
+ "$id": "4765",
+ "kind": "string",
+ "type": {
+ "$ref": "316"
+ },
+ "value": "User"
+ },
+ "lastModifiedAt": {
+ "$id": "4766",
+ "kind": "string",
+ "type": {
+ "$ref": "389"
+ },
+ "value": "2024-04-29T21:51:44.043Z"
+ }
+ }
+ }
+ }
+ }
+ ]
+ },
+ "nextLink": {
+ "$id": "4767",
+ "kind": "string",
+ "type": {
+ "$ref": "1581"
+ },
+ "value": "https://microsoft.com/a"
+ }
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "$id": "4768",
+ "name": "listBySubscription",
+ "resourceName": "Fleet",
+ "doc": "List Fleet resources by subscription ID",
+ "accessibility": "public",
+ "parameters": [
+ {
+ "$id": "4769",
+ "name": "apiVersion",
+ "nameInRequest": "api-version",
+ "doc": "The API version to use for this operation.",
+ "type": {
+ "$id": "4770",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "location": "Query",
+ "isApiVersion": true,
+ "isContentType": false,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Client",
+ "defaultValue": {
+ "$id": "4771",
+ "type": {
+ "$id": "4772",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string"
+ },
+ "value": "2024-11-01"
+ },
+ "decorators": [],
+ "skipUrlEncoding": false
+ },
+ {
+ "$id": "4773",
+ "name": "subscriptionId",
+ "nameInRequest": "subscriptionId",
+ "doc": "The ID of the target subscription. The value must be an UUID.",
+ "type": {
+ "$id": "4774",
+ "kind": "string",
+ "name": "uuid",
+ "crossLanguageDefinitionId": "Azure.Core.uuid",
+ "baseType": {
+ "$id": "4775",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "decorators": []
+ },
+ "location": "Path",
+ "isApiVersion": false,
+ "isContentType": false,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Client",
+ "decorators": [],
+ "skipUrlEncoding": false
+ },
+ {
+ "$id": "4776",
+ "name": "accept",
+ "nameInRequest": "Accept",
+ "type": {
+ "$id": "4777",
+ "kind": "constant",
+ "valueType": {
+ "$id": "4778",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "value": "application/json",
+ "decorators": []
+ },
+ "location": "Header",
+ "isApiVersion": false,
+ "isContentType": false,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Constant",
+ "decorators": [],
+ "skipUrlEncoding": false
+ }
+ ],
+ "responses": [
+ {
+ "$id": "4779",
+ "statusCodes": [
+ 200
+ ],
+ "bodyType": {
+ "$ref": "1575"
+ },
+ "headers": [],
+ "isErrorResponse": false,
+ "contentTypes": [
+ "application/json"
+ ]
+ }
+ ],
+ "httpMethod": "GET",
+ "uri": "{endpoint}",
+ "path": "/subscriptions/{subscriptionId}/providers/Microsoft.AzureFleet/fleets",
+ "bufferResponse": true,
+ "paging": {
+ "$id": "4780",
+ "itemPropertySegments": [
+ "value"
+ ],
+ "nextLink": {
+ "$id": "4781",
+ "responseSegments": [
+ "nextLink"
+ ],
+ "responseLocation": "Body"
+ }
+ },
+ "generateProtocolMethod": true,
+ "generateConvenienceMethod": true,
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.Fleets.listBySubscription",
+ "decorators": [],
+ "examples": [
+ {
+ "$id": "4782",
+ "kind": "http",
+ "name": "Fleets_ListBySubscription",
+ "description": "Fleets_ListBySubscription",
+ "filePath": "2024-11-01/Fleets_ListBySubscription.json",
+ "parameters": [
+ {
+ "$id": "4783",
+ "parameter": {
+ "$ref": "4769"
+ },
+ "value": {
+ "$id": "4784",
+ "kind": "string",
+ "type": {
+ "$ref": "4770"
+ },
+ "value": "2024-11-01"
+ }
+ },
+ {
+ "$id": "4785",
+ "parameter": {
+ "$ref": "4773"
+ },
+ "value": {
+ "$id": "4786",
+ "kind": "string",
+ "type": {
+ "$ref": "4774"
+ },
+ "value": "1DC2F28C-A625-4B0E-9748-9885A3C9E9EB"
+ }
+ }
+ ],
+ "responses": [
+ {
+ "$id": "4787",
+ "response": {
+ "$ref": "4779"
+ },
+ "statusCode": 200,
+ "bodyValue": {
+ "$id": "4788",
+ "kind": "model",
+ "type": {
+ "$ref": "1575"
+ },
+ "value": {
+ "$id": "4789",
+ "value": {
+ "$id": "4790",
+ "kind": "array",
+ "type": {
+ "$ref": "1577"
+ },
+ "value": [
+ {
+ "$id": "4791",
+ "kind": "model",
+ "type": {
+ "$ref": "350"
+ },
+ "value": {
+ "$id": "4792",
+ "properties": {
+ "$id": "4793",
+ "kind": "model",
+ "type": {
+ "$ref": "406"
+ },
+ "value": {
+ "$id": "4794",
+ "provisioningState": {
+ "$id": "4795",
+ "kind": "string",
+ "type": {
+ "$ref": "2"
+ },
+ "value": "Creating"
+ },
+ "spotPriorityProfile": {
+ "$id": "4796",
+ "kind": "model",
+ "type": {
+ "$ref": "411"
+ },
+ "value": {
+ "$id": "4797",
+ "capacity": {
+ "$id": "4798",
+ "kind": "number",
+ "type": {
+ "$ref": "413"
+ },
+ "value": 20
+ },
+ "minCapacity": {
+ "$id": "4799",
+ "kind": "number",
+ "type": {
+ "$ref": "417"
+ },
+ "value": 10
+ },
+ "maxPricePerVM": {
+ "$id": "4800",
+ "kind": "number",
+ "type": {
+ "$ref": "421"
+ },
+ "value": 0.00865
+ },
+ "evictionPolicy": {
+ "$id": "4801",
+ "kind": "string",
+ "type": {
+ "$ref": "18"
+ },
+ "value": "Delete"
+ },
+ "allocationStrategy": {
+ "$id": "4802",
+ "kind": "string",
+ "type": {
+ "$ref": "24"
+ },
+ "value": "PriceCapacityOptimized"
+ },
+ "maintain": {
+ "$id": "4803",
+ "kind": "boolean",
+ "type": {
+ "$ref": "431"
+ },
+ "value": true
+ }
+ }
+ },
+ "regularPriorityProfile": {
+ "$id": "4804",
+ "kind": "model",
+ "type": {
+ "$ref": "437"
+ },
+ "value": {
+ "$id": "4805",
+ "capacity": {
+ "$id": "4806",
+ "kind": "number",
+ "type": {
+ "$ref": "439"
+ },
+ "value": 20
+ },
+ "minCapacity": {
+ "$id": "4807",
+ "kind": "number",
+ "type": {
+ "$ref": "443"
+ },
+ "value": 10
+ },
+ "allocationStrategy": {
+ "$id": "4808",
+ "kind": "string",
+ "type": {
+ "$ref": "32"
+ },
+ "value": "LowestPrice"
+ }
+ }
+ },
+ "vmSizesProfile": {
+ "$id": "4809",
+ "kind": "array",
+ "type": {
+ "$ref": "452"
+ },
+ "value": [
+ {
+ "$id": "4810",
+ "kind": "model",
+ "type": {
+ "$ref": "453"
+ },
+ "value": {
+ "$id": "4811",
+ "name": {
+ "$id": "4812",
+ "kind": "string",
+ "type": {
+ "$ref": "455"
+ },
+ "value": "Standard_d1_v2"
+ },
+ "rank": {
+ "$id": "4813",
+ "kind": "number",
+ "type": {
+ "$ref": "459"
+ },
+ "value": 19225
+ }
+ }
+ }
+ ]
+ },
+ "computeProfile": {
+ "$id": "4814",
+ "kind": "model",
+ "type": {
+ "$ref": "1370"
+ },
+ "value": {
+ "$id": "4815",
+ "baseVirtualMachineProfile": {
+ "$id": "4816",
+ "kind": "model",
+ "type": {
+ "$ref": "565"
+ },
+ "value": {
+ "$id": "4817",
+ "osProfile": {
+ "$id": "4818",
+ "kind": "model",
+ "type": {
+ "$ref": "567"
+ },
+ "value": {
+ "$id": "4819",
+ "computerNamePrefix": {
+ "$id": "4820",
+ "kind": "string",
+ "type": {
+ "$ref": "569"
+ },
+ "value": "o"
+ },
+ "adminUsername": {
+ "$id": "4821",
+ "kind": "string",
+ "type": {
+ "$ref": "573"
+ },
+ "value": "nrgzqciiaaxjrqldbmjbqkyhntp"
+ },
+ "windowsConfiguration": {
+ "$id": "4822",
+ "kind": "model",
+ "type": {
+ "$ref": "585"
+ },
+ "value": {
+ "$id": "4823",
+ "provisionVMAgent": {
+ "$id": "4824",
+ "kind": "boolean",
+ "type": {
+ "$ref": "587"
+ },
+ "value": true
+ },
+ "enableAutomaticUpdates": {
+ "$id": "4825",
+ "kind": "boolean",
+ "type": {
+ "$ref": "591"
+ },
+ "value": true
+ },
+ "timeZone": {
+ "$id": "4826",
+ "kind": "string",
+ "type": {
+ "$ref": "595"
+ },
+ "value": "hlyjiqcfksgrpjrct"
+ },
+ "additionalUnattendContent": {
+ "$id": "4827",
+ "kind": "array",
+ "type": {
+ "$ref": "599"
+ },
+ "value": [
+ {
+ "$id": "4828",
+ "kind": "model",
+ "type": {
+ "$ref": "600"
+ },
+ "value": {
+ "$id": "4829",
+ "passName": {
+ "$id": "4830",
+ "kind": "string",
+ "type": {
+ "$ref": "602"
+ },
+ "value": "OobeSystem"
+ },
+ "componentName": {
+ "$id": "4831",
+ "kind": "string",
+ "type": {
+ "$ref": "606"
+ },
+ "value": "Microsoft-Windows-Shell-Setup"
+ },
+ "settingName": {
+ "$id": "4832",
+ "kind": "string",
+ "type": {
+ "$ref": "104"
+ },
+ "value": "AutoLogon"
+ }
+ }
+ }
+ ]
+ },
+ "patchSettings": {
+ "$id": "4833",
+ "kind": "model",
+ "type": {
+ "$ref": "619"
+ },
+ "value": {
+ "$id": "4834",
+ "patchMode": {
+ "$id": "4835",
+ "kind": "string",
+ "type": {
+ "$ref": "110"
+ },
+ "value": "Manual"
+ },
+ "enableHotpatching": {
+ "$id": "4836",
+ "kind": "boolean",
+ "type": {
+ "$ref": "624"
+ },
+ "value": true
+ },
+ "assessmentMode": {
+ "$id": "4837",
+ "kind": "string",
+ "type": {
+ "$ref": "118"
+ },
+ "value": "ImageDefault"
+ },
+ "automaticByPlatformSettings": {
+ "$id": "4838",
+ "kind": "model",
+ "type": {
+ "$ref": "631"
+ },
+ "value": {
+ "$id": "4839",
+ "rebootSetting": {
+ "$id": "4840",
+ "kind": "string",
+ "type": {
+ "$ref": "124"
+ },
+ "value": "Unknown"
+ },
+ "bypassPlatformSafetyChecksOnUserSchedule": {
+ "$id": "4841",
+ "kind": "boolean",
+ "type": {
+ "$ref": "636"
+ },
+ "value": true
+ }
+ }
+ }
+ }
+ },
+ "winRM": {
+ "$id": "4842",
+ "kind": "model",
+ "type": {
+ "$ref": "644"
+ },
+ "value": {
+ "$id": "4843",
+ "listeners": {
+ "$id": "4844",
+ "kind": "array",
+ "type": {
+ "$ref": "646"
+ },
+ "value": [
+ {
+ "$id": "4845",
+ "kind": "model",
+ "type": {
+ "$ref": "647"
+ },
+ "value": {
+ "$id": "4846",
+ "protocol": {
+ "$id": "4847",
+ "kind": "string",
+ "type": {
+ "$ref": "134"
+ },
+ "value": "Http"
+ },
+ "certificateUrl": {
+ "$id": "4848",
+ "kind": "string",
+ "type": {
+ "$ref": "652"
+ },
+ "value": "https://myVaultName.vault.azure.net/secrets/myCertName"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ "enableVMAgentPlatformUpdates": {
+ "$id": "4849",
+ "kind": "boolean",
+ "type": {
+ "$ref": "660"
+ },
+ "value": true
+ }
+ }
+ },
+ "linuxConfiguration": {
+ "$id": "4850",
+ "kind": "model",
+ "type": {
+ "$ref": "666"
+ },
+ "value": {
+ "$id": "4851",
+ "disablePasswordAuthentication": {
+ "$id": "4852",
+ "kind": "boolean",
+ "type": {
+ "$ref": "668"
+ },
+ "value": true
+ },
+ "ssh": {
+ "$id": "4853",
+ "kind": "model",
+ "type": {
+ "$ref": "672"
+ },
+ "value": {
+ "$id": "4854",
+ "publicKeys": {
+ "$id": "4855",
+ "kind": "array",
+ "type": {
+ "$ref": "674"
+ },
+ "value": [
+ {
+ "$id": "4856",
+ "kind": "model",
+ "type": {
+ "$ref": "675"
+ },
+ "value": {
+ "$id": "4857",
+ "path": {
+ "$id": "4858",
+ "kind": "string",
+ "type": {
+ "$ref": "677"
+ },
+ "value": "kmqz"
+ },
+ "keyData": {
+ "$id": "4859",
+ "kind": "string",
+ "type": {
+ "$ref": "681"
+ },
+ "value": "kivgsubusvpprwqaqpjcmhsv"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ "provisionVMAgent": {
+ "$id": "4860",
+ "kind": "boolean",
+ "type": {
+ "$ref": "689"
+ },
+ "value": true
+ },
+ "patchSettings": {
+ "$id": "4861",
+ "kind": "model",
+ "type": {
+ "$ref": "693"
+ },
+ "value": {
+ "$id": "4862",
+ "patchMode": {
+ "$id": "4863",
+ "kind": "string",
+ "type": {
+ "$ref": "140"
+ },
+ "value": "ImageDefault"
+ },
+ "assessmentMode": {
+ "$id": "4864",
+ "kind": "string",
+ "type": {
+ "$ref": "146"
+ },
+ "value": "ImageDefault"
+ },
+ "automaticByPlatformSettings": {
+ "$id": "4865",
+ "kind": "model",
+ "type": {
+ "$ref": "701"
+ },
+ "value": {
+ "$id": "4866",
+ "rebootSetting": {
+ "$id": "4867",
+ "kind": "string",
+ "type": {
+ "$ref": "152"
+ },
+ "value": "Unknown"
+ },
+ "bypassPlatformSafetyChecksOnUserSchedule": {
+ "$id": "4868",
+ "kind": "boolean",
+ "type": {
+ "$ref": "706"
+ },
+ "value": true
+ }
+ }
+ }
+ }
+ },
+ "enableVMAgentPlatformUpdates": {
+ "$id": "4869",
+ "kind": "boolean",
+ "type": {
+ "$ref": "714"
+ },
+ "value": true
+ }
+ }
+ },
+ "secrets": {
+ "$id": "4870",
+ "kind": "array",
+ "type": {
+ "$ref": "720"
+ },
+ "value": [
+ {
+ "$id": "4871",
+ "kind": "model",
+ "type": {
+ "$ref": "721"
+ },
+ "value": {
+ "$id": "4872",
+ "sourceVault": {
+ "$id": "4873",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "4874",
+ "id": {
+ "$id": "4875",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}"
+ }
+ }
+ },
+ "vaultCertificates": {
+ "$id": "4876",
+ "kind": "array",
+ "type": {
+ "$ref": "732"
+ },
+ "value": [
+ {
+ "$id": "4877",
+ "kind": "model",
+ "type": {
+ "$ref": "733"
+ },
+ "value": {
+ "$id": "4878",
+ "certificateUrl": {
+ "$id": "4879",
+ "kind": "string",
+ "type": {
+ "$ref": "735"
+ },
+ "value": "https://myVaultName.vault.azure.net/secrets/myCertName"
+ },
+ "certificateStore": {
+ "$id": "4880",
+ "kind": "string",
+ "type": {
+ "$ref": "739"
+ },
+ "value": "nlxrwavpzhueffxsshlun"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ },
+ "allowExtensionOperations": {
+ "$id": "4881",
+ "kind": "boolean",
+ "type": {
+ "$ref": "747"
+ },
+ "value": true
+ },
+ "requireGuestProvisionSignal": {
+ "$id": "4882",
+ "kind": "boolean",
+ "type": {
+ "$ref": "751"
+ },
+ "value": true
+ }
+ }
+ },
+ "storageProfile": {
+ "$id": "4883",
+ "kind": "model",
+ "type": {
+ "$ref": "757"
+ },
+ "value": {
+ "$id": "4884",
+ "imageReference": {
+ "$id": "4885",
+ "kind": "model",
+ "type": {
+ "$ref": "759"
+ },
+ "value": {
+ "$id": "4886",
+ "publisher": {
+ "$id": "4887",
+ "kind": "string",
+ "type": {
+ "$ref": "766"
+ },
+ "value": "mqxgwbiyjzmxavhbkd"
+ },
+ "offer": {
+ "$id": "4888",
+ "kind": "string",
+ "type": {
+ "$ref": "770"
+ },
+ "value": "isxgumkarlkomp"
+ },
+ "sku": {
+ "$id": "4889",
+ "kind": "string",
+ "type": {
+ "$ref": "774"
+ },
+ "value": "eojmppqcrnpmxirtp"
+ },
+ "version": {
+ "$id": "4890",
+ "kind": "string",
+ "type": {
+ "$ref": "778"
+ },
+ "value": "wvpcqefgtmqdgltiuz"
+ },
+ "exactVersion": {
+ "$id": "4891",
+ "kind": "string",
+ "type": {
+ "$ref": "782"
+ },
+ "value": "zjbntmiskjexlr"
+ },
+ "sharedGalleryImageId": {
+ "$id": "4892",
+ "kind": "string",
+ "type": {
+ "$ref": "786"
+ },
+ "value": "kmkgihoxwlawuuhcinfirktdwkmx"
+ },
+ "communityGalleryImageId": {
+ "$id": "4893",
+ "kind": "string",
+ "type": {
+ "$ref": "790"
+ },
+ "value": "vlqe"
+ },
+ "id": {
+ "$id": "4894",
+ "kind": "string",
+ "type": {
+ "$ref": "761"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}/versions/{versionName}"
+ }
+ }
+ },
+ "osDisk": {
+ "$id": "4895",
+ "kind": "model",
+ "type": {
+ "$ref": "796"
+ },
+ "value": {
+ "$id": "4896",
+ "name": {
+ "$id": "4897",
+ "kind": "string",
+ "type": {
+ "$ref": "798"
+ },
+ "value": "wfttw"
+ },
+ "caching": {
+ "$id": "4898",
+ "kind": "string",
+ "type": {
+ "$ref": "162"
+ },
+ "value": "None"
+ },
+ "writeAcceleratorEnabled": {
+ "$id": "4899",
+ "kind": "boolean",
+ "type": {
+ "$ref": "805"
+ },
+ "value": true
+ },
+ "createOption": {
+ "$id": "4900",
+ "kind": "string",
+ "type": {
+ "$ref": "170"
+ },
+ "value": "FromImage"
+ },
+ "diffDiskSettings": {
+ "$id": "4901",
+ "kind": "model",
+ "type": {
+ "$ref": "812"
+ },
+ "value": {
+ "$id": "4902",
+ "option": {
+ "$id": "4903",
+ "kind": "string",
+ "type": {
+ "$ref": "182"
+ },
+ "value": "Local"
+ },
+ "placement": {
+ "$id": "4904",
+ "kind": "string",
+ "type": {
+ "$ref": "186"
+ },
+ "value": "CacheDisk"
+ }
+ }
+ },
+ "diskSizeGB": {
+ "$id": "4905",
+ "kind": "number",
+ "type": {
+ "$ref": "822"
+ },
+ "value": 14
+ },
+ "osType": {
+ "$id": "4906",
+ "kind": "string",
+ "type": {
+ "$ref": "194"
+ },
+ "value": "Windows"
+ },
+ "image": {
+ "$id": "4907",
+ "kind": "model",
+ "type": {
+ "$ref": "829"
+ },
+ "value": {
+ "$id": "4908",
+ "uri": {
+ "$id": "4909",
+ "kind": "string",
+ "type": {
+ "$ref": "831"
+ },
+ "value": "https://myStorageAccountName.blob.core.windows.net/myContainerName/myVhdName.vhd"
+ }
+ }
+ },
+ "vhdContainers": {
+ "$id": "4910",
+ "kind": "array",
+ "type": {
+ "$ref": "837"
+ },
+ "value": [
+ {
+ "$id": "4911",
+ "kind": "string",
+ "type": {
+ "$ref": "838"
+ },
+ "value": "tkzcwddtinkfpnfklatw"
+ }
+ ]
+ },
+ "managedDisk": {
+ "$id": "4912",
+ "kind": "model",
+ "type": {
+ "$ref": "842"
+ },
+ "value": {
+ "$id": "4913",
+ "storageAccountType": {
+ "$id": "4914",
+ "kind": "string",
+ "type": {
+ "$ref": "200"
+ },
+ "value": "Standard_LRS"
+ },
+ "diskEncryptionSet": {
+ "$id": "4915",
+ "kind": "model",
+ "type": {
+ "$ref": "847"
+ },
+ "value": {
+ "$id": "4916",
+ "id": {
+ "$id": "4917",
+ "kind": "string",
+ "type": {
+ "$ref": "849"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}"
+ }
+ }
+ },
+ "securityProfile": {
+ "$id": "4918",
+ "kind": "model",
+ "type": {
+ "$ref": "856"
+ },
+ "value": {
+ "$id": "4919",
+ "securityEncryptionType": {
+ "$id": "4920",
+ "kind": "string",
+ "type": {
+ "$ref": "216"
+ },
+ "value": "VMGuestStateOnly"
+ },
+ "diskEncryptionSet": {
+ "$id": "4921",
+ "kind": "model",
+ "type": {
+ "$ref": "847"
+ },
+ "value": {
+ "$id": "4922",
+ "id": {
+ "$id": "4923",
+ "kind": "string",
+ "type": {
+ "$ref": "849"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "deleteOption": {
+ "$id": "4924",
+ "kind": "string",
+ "type": {
+ "$ref": "224"
+ },
+ "value": "Delete"
+ }
+ }
+ },
+ "dataDisks": {
+ "$id": "4925",
+ "kind": "array",
+ "type": {
+ "$ref": "873"
+ },
+ "value": [
+ {
+ "$id": "4926",
+ "kind": "model",
+ "type": {
+ "$ref": "874"
+ },
+ "value": {
+ "$id": "4927",
+ "name": {
+ "$id": "4928",
+ "kind": "string",
+ "type": {
+ "$ref": "876"
+ },
+ "value": "eogiykmdmeikswxmigjws"
+ },
+ "lun": {
+ "$id": "4929",
+ "kind": "number",
+ "type": {
+ "$ref": "880"
+ },
+ "value": 14
+ },
+ "caching": {
+ "$id": "4930",
+ "kind": "string",
+ "type": {
+ "$ref": "162"
+ },
+ "value": "None"
+ },
+ "writeAcceleratorEnabled": {
+ "$id": "4931",
+ "kind": "boolean",
+ "type": {
+ "$ref": "887"
+ },
+ "value": true
+ },
+ "createOption": {
+ "$id": "4932",
+ "kind": "string",
+ "type": {
+ "$ref": "170"
+ },
+ "value": "FromImage"
+ },
+ "diskSizeGB": {
+ "$id": "4933",
+ "kind": "number",
+ "type": {
+ "$ref": "894"
+ },
+ "value": 6
+ },
+ "managedDisk": {
+ "$id": "4934",
+ "kind": "model",
+ "type": {
+ "$ref": "842"
+ },
+ "value": {
+ "$id": "4935",
+ "storageAccountType": {
+ "$id": "4936",
+ "kind": "string",
+ "type": {
+ "$ref": "200"
+ },
+ "value": "Standard_LRS"
+ },
+ "diskEncryptionSet": {
+ "$id": "4937",
+ "kind": "model",
+ "type": {
+ "$ref": "847"
+ },
+ "value": {
+ "$id": "4938",
+ "id": {
+ "$id": "4939",
+ "kind": "string",
+ "type": {
+ "$ref": "849"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}"
+ }
+ }
+ },
+ "securityProfile": {
+ "$id": "4940",
+ "kind": "model",
+ "type": {
+ "$ref": "856"
+ },
+ "value": {
+ "$id": "4941",
+ "securityEncryptionType": {
+ "$id": "4942",
+ "kind": "string",
+ "type": {
+ "$ref": "216"
+ },
+ "value": "VMGuestStateOnly"
+ },
+ "diskEncryptionSet": {
+ "$id": "4943",
+ "kind": "model",
+ "type": {
+ "$ref": "847"
+ },
+ "value": {
+ "$id": "4944",
+ "id": {
+ "$id": "4945",
+ "kind": "string",
+ "type": {
+ "$ref": "849"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "diskIOPSReadWrite": {
+ "$id": "4946",
+ "kind": "number",
+ "type": {
+ "$ref": "901"
+ },
+ "value": 27
+ },
+ "diskMBpsReadWrite": {
+ "$id": "4947",
+ "kind": "number",
+ "type": {
+ "$ref": "905"
+ },
+ "value": 2
+ },
+ "deleteOption": {
+ "$id": "4948",
+ "kind": "string",
+ "type": {
+ "$ref": "224"
+ },
+ "value": "Delete"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ "networkProfile": {
+ "$id": "4949",
+ "kind": "model",
+ "type": {
+ "$ref": "919"
+ },
+ "value": {
+ "$id": "4950",
+ "healthProbe": {
+ "$id": "4951",
+ "kind": "model",
+ "type": {
+ "$ref": "921"
+ },
+ "value": {
+ "$id": "4952",
+ "id": {
+ "$id": "4953",
+ "kind": "string",
+ "type": {
+ "$ref": "923"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}"
+ }
+ }
+ },
+ "networkInterfaceConfigurations": {
+ "$id": "4954",
+ "kind": "array",
+ "type": {
+ "$ref": "930"
+ },
+ "value": [
+ {
+ "$id": "4955",
+ "kind": "model",
+ "type": {
+ "$ref": "931"
+ },
+ "value": {
+ "$id": "4956",
+ "name": {
+ "$id": "4957",
+ "kind": "string",
+ "type": {
+ "$ref": "933"
+ },
+ "value": "i"
+ },
+ "properties": {
+ "$id": "4958",
+ "kind": "model",
+ "type": {
+ "$ref": "937"
+ },
+ "value": {
+ "$id": "4959",
+ "primary": {
+ "$id": "4960",
+ "kind": "boolean",
+ "type": {
+ "$ref": "939"
+ },
+ "value": true
+ },
+ "enableAcceleratedNetworking": {
+ "$id": "4961",
+ "kind": "boolean",
+ "type": {
+ "$ref": "943"
+ },
+ "value": true
+ },
+ "disableTcpStateTracking": {
+ "$id": "4962",
+ "kind": "boolean",
+ "type": {
+ "$ref": "947"
+ },
+ "value": true
+ },
+ "enableFpga": {
+ "$id": "4963",
+ "kind": "boolean",
+ "type": {
+ "$ref": "951"
+ },
+ "value": true
+ },
+ "networkSecurityGroup": {
+ "$id": "4964",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "4965",
+ "id": {
+ "$id": "4966",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityGroups/{networkSecurityGroupName}"
+ }
+ }
+ },
+ "dnsSettings": {
+ "$id": "4967",
+ "kind": "model",
+ "type": {
+ "$ref": "958"
+ },
+ "value": {
+ "$id": "4968",
+ "dnsServers": {
+ "$id": "4969",
+ "kind": "array",
+ "type": {
+ "$ref": "960"
+ },
+ "value": [
+ {
+ "$id": "4970",
+ "kind": "string",
+ "type": {
+ "$ref": "961"
+ },
+ "value": "nxmmfolhclsesu"
+ }
+ ]
+ }
+ }
+ },
+ "ipConfigurations": {
+ "$id": "4971",
+ "kind": "array",
+ "type": {
+ "$ref": "967"
+ },
+ "value": [
+ {
+ "$id": "4972",
+ "kind": "model",
+ "type": {
+ "$ref": "968"
+ },
+ "value": {
+ "$id": "4973",
+ "name": {
+ "$id": "4974",
+ "kind": "string",
+ "type": {
+ "$ref": "970"
+ },
+ "value": "oezqhkidfhyywlfzwuotilrpbqnjg"
+ },
+ "properties": {
+ "$id": "4975",
+ "kind": "model",
+ "type": {
+ "$ref": "974"
+ },
+ "value": {
+ "$id": "4976",
+ "subnet": {
+ "$id": "4977",
+ "kind": "model",
+ "type": {
+ "$ref": "921"
+ },
+ "value": {
+ "$id": "4978",
+ "id": {
+ "$id": "4979",
+ "kind": "string",
+ "type": {
+ "$ref": "923"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"
+ }
+ }
+ },
+ "primary": {
+ "$id": "4980",
+ "kind": "boolean",
+ "type": {
+ "$ref": "979"
+ },
+ "value": true
+ },
+ "publicIPAddressConfiguration": {
+ "$id": "4981",
+ "kind": "model",
+ "type": {
+ "$ref": "983"
+ },
+ "value": {
+ "$id": "4982",
+ "name": {
+ "$id": "4983",
+ "kind": "string",
+ "type": {
+ "$ref": "985"
+ },
+ "value": "fvpqf"
+ },
+ "properties": {
+ "$id": "4984",
+ "kind": "model",
+ "type": {
+ "$ref": "989"
+ },
+ "value": {
+ "$id": "4985",
+ "idleTimeoutInMinutes": {
+ "$id": "4986",
+ "kind": "number",
+ "type": {
+ "$ref": "991"
+ },
+ "value": 9
+ },
+ "dnsSettings": {
+ "$id": "4987",
+ "kind": "model",
+ "type": {
+ "$ref": "995"
+ },
+ "value": {
+ "$id": "4988",
+ "domainNameLabel": {
+ "$id": "4989",
+ "kind": "string",
+ "type": {
+ "$ref": "997"
+ },
+ "value": "ukrddzvmorpmfsczjwtbvp"
+ },
+ "domainNameLabelScope": {
+ "$id": "4990",
+ "kind": "string",
+ "type": {
+ "$ref": "236"
+ },
+ "value": "TenantReuse"
+ }
+ }
+ },
+ "ipTags": {
+ "$id": "4991",
+ "kind": "array",
+ "type": {
+ "$ref": "1006"
+ },
+ "value": [
+ {
+ "$id": "4992",
+ "kind": "model",
+ "type": {
+ "$ref": "1007"
+ },
+ "value": {
+ "$id": "4993",
+ "ipTagType": {
+ "$id": "4994",
+ "kind": "string",
+ "type": {
+ "$ref": "1009"
+ },
+ "value": "sddgsoemnzgqizale"
+ },
+ "tag": {
+ "$id": "4995",
+ "kind": "string",
+ "type": {
+ "$ref": "1013"
+ },
+ "value": "wufmhrjsakbiaetyara"
+ }
+ }
+ }
+ ]
+ },
+ "publicIPPrefix": {
+ "$id": "4996",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "4997",
+ "id": {
+ "$id": "4998",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName}"
+ }
+ }
+ },
+ "publicIPAddressVersion": {
+ "$id": "4999",
+ "kind": "string",
+ "type": {
+ "$ref": "246"
+ },
+ "value": "IPv4"
+ },
+ "deleteOption": {
+ "$id": "5000",
+ "kind": "string",
+ "type": {
+ "$ref": "252"
+ },
+ "value": "Delete"
+ }
+ }
+ },
+ "sku": {
+ "$id": "5001",
+ "kind": "model",
+ "type": {
+ "$ref": "1030"
+ },
+ "value": {
+ "$id": "5002",
+ "name": {
+ "$id": "5003",
+ "kind": "string",
+ "type": {
+ "$ref": "258"
+ },
+ "value": "Basic"
+ },
+ "tier": {
+ "$id": "5004",
+ "kind": "string",
+ "type": {
+ "$ref": "264"
+ },
+ "value": "Regional"
+ }
+ }
+ }
+ }
+ },
+ "privateIPAddressVersion": {
+ "$id": "5005",
+ "kind": "string",
+ "type": {
+ "$ref": "246"
+ },
+ "value": "IPv4"
+ },
+ "applicationGatewayBackendAddressPools": {
+ "$id": "5006",
+ "kind": "array",
+ "type": {
+ "$ref": "1045"
+ },
+ "value": [
+ {
+ "$id": "5007",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "5008",
+ "id": {
+ "$id": "5009",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/backendAddressPools/{backendAddressPoolName}"
+ }
+ }
+ }
+ ]
+ },
+ "applicationSecurityGroups": {
+ "$id": "5010",
+ "kind": "array",
+ "type": {
+ "$ref": "1049"
+ },
+ "value": [
+ {
+ "$id": "5011",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "5012",
+ "id": {
+ "$id": "5013",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationSecurityGroups/{applicationSecurityGroupName}"
+ }
+ }
+ }
+ ]
+ },
+ "loadBalancerBackendAddressPools": {
+ "$id": "5014",
+ "kind": "array",
+ "type": {
+ "$ref": "1053"
+ },
+ "value": [
+ {
+ "$id": "5015",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "5016",
+ "id": {
+ "$id": "5017",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/backendAddressPools/{backendAddressPoolName}"
+ }
+ }
+ }
+ ]
+ },
+ "loadBalancerInboundNatPools": {
+ "$id": "5018",
+ "kind": "array",
+ "type": {
+ "$ref": "1057"
+ },
+ "value": [
+ {
+ "$id": "5019",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "5020",
+ "id": {
+ "$id": "5021",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/inboundNatPools/{inboundNatPoolName}"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+ }
+ ]
+ },
+ "enableIPForwarding": {
+ "$id": "5022",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1065"
+ },
+ "value": true
+ },
+ "deleteOption": {
+ "$id": "5023",
+ "kind": "string",
+ "type": {
+ "$ref": "252"
+ },
+ "value": "Delete"
+ },
+ "auxiliaryMode": {
+ "$id": "5024",
+ "kind": "string",
+ "type": {
+ "$ref": "270"
+ },
+ "value": "None"
+ },
+ "auxiliarySku": {
+ "$id": "5025",
+ "kind": "string",
+ "type": {
+ "$ref": "278"
+ },
+ "value": "None"
+ }
+ }
+ }
+ }
+ }
+ ]
+ },
+ "networkApiVersion": {
+ "$id": "5026",
+ "kind": "string",
+ "type": {
+ "$ref": "290"
+ },
+ "value": "2020-11-01"
+ }
+ }
+ },
+ "securityProfile": {
+ "$id": "5027",
+ "kind": "model",
+ "type": {
+ "$ref": "1087"
+ },
+ "value": {
+ "$id": "5028",
+ "uefiSettings": {
+ "$id": "5029",
+ "kind": "model",
+ "type": {
+ "$ref": "1089"
+ },
+ "value": {
+ "$id": "5030",
+ "secureBootEnabled": {
+ "$id": "5031",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1091"
+ },
+ "value": true
+ },
+ "vTpmEnabled": {
+ "$id": "5032",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1095"
+ },
+ "value": true
+ }
+ }
+ },
+ "encryptionAtHost": {
+ "$id": "5033",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1101"
+ },
+ "value": true
+ },
+ "securityType": {
+ "$id": "5034",
+ "kind": "string",
+ "type": {
+ "$ref": "294"
+ },
+ "value": "TrustedLaunch"
+ },
+ "encryptionIdentity": {
+ "$id": "5035",
+ "kind": "model",
+ "type": {
+ "$ref": "1108"
+ },
+ "value": {
+ "$id": "5036",
+ "userAssignedIdentityResourceId": {
+ "$id": "5037",
+ "kind": "string",
+ "type": {
+ "$ref": "1110"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{userAssignedIdentityName}"
+ }
+ }
+ },
+ "proxyAgentSettings": {
+ "$id": "5038",
+ "kind": "model",
+ "type": {
+ "$ref": "1117"
+ },
+ "value": {
+ "$id": "5039",
+ "enabled": {
+ "$id": "5040",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1119"
+ },
+ "value": true
+ },
+ "mode": {
+ "$id": "5041",
+ "kind": "string",
+ "type": {
+ "$ref": "300"
+ },
+ "value": "Audit"
+ },
+ "keyIncarnationId": {
+ "$id": "5042",
+ "kind": "number",
+ "type": {
+ "$ref": "1126"
+ },
+ "value": 20
+ }
+ }
+ }
+ }
+ },
+ "diagnosticsProfile": {
+ "$id": "5043",
+ "kind": "model",
+ "type": {
+ "$ref": "1134"
+ },
+ "value": {
+ "$id": "5044",
+ "bootDiagnostics": {
+ "$id": "5045",
+ "kind": "model",
+ "type": {
+ "$ref": "1136"
+ },
+ "value": {
+ "$id": "5046",
+ "enabled": {
+ "$id": "5047",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1138"
+ },
+ "value": true
+ },
+ "storageUri": {
+ "$id": "5048",
+ "kind": "string",
+ "type": {
+ "$ref": "1142"
+ },
+ "value": "http://myStorageAccountName.blob.core.windows.net"
+ }
+ }
+ }
+ }
+ },
+ "extensionProfile": {
+ "$id": "5049",
+ "kind": "model",
+ "type": {
+ "$ref": "1150"
+ },
+ "value": {
+ "$id": "5050",
+ "extensions": {
+ "$id": "5051",
+ "kind": "array",
+ "type": {
+ "$ref": "1152"
+ },
+ "value": [
+ {
+ "$id": "5052",
+ "kind": "model",
+ "type": {
+ "$ref": "1153"
+ },
+ "value": {
+ "$id": "5053",
+ "name": {
+ "$id": "5054",
+ "kind": "string",
+ "type": {
+ "$ref": "1160"
+ },
+ "value": "bndxuxx"
+ },
+ "type": {
+ "$id": "5055",
+ "kind": "string",
+ "type": {
+ "$ref": "1164"
+ },
+ "value": "cmeam"
+ },
+ "properties": {
+ "$id": "5056",
+ "kind": "model",
+ "type": {
+ "$ref": "1168"
+ },
+ "value": {
+ "$id": "5057",
+ "forceUpdateTag": {
+ "$id": "5058",
+ "kind": "string",
+ "type": {
+ "$ref": "1170"
+ },
+ "value": "yhgxw"
+ },
+ "publisher": {
+ "$id": "5059",
+ "kind": "string",
+ "type": {
+ "$ref": "1174"
+ },
+ "value": "kpxtirxjfprhs"
+ },
+ "type": {
+ "$id": "5060",
+ "kind": "string",
+ "type": {
+ "$ref": "1178"
+ },
+ "value": "pgjilctjjwaa"
+ },
+ "typeHandlerVersion": {
+ "$id": "5061",
+ "kind": "string",
+ "type": {
+ "$ref": "1182"
+ },
+ "value": "zevivcoilxmbwlrihhhibq"
+ },
+ "autoUpgradeMinorVersion": {
+ "$id": "5062",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1186"
+ },
+ "value": true
+ },
+ "enableAutomaticUpgrade": {
+ "$id": "5063",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1190"
+ },
+ "value": true
+ },
+ "settings": {
+ "$id": "5064",
+ "kind": "dict",
+ "type": {
+ "$ref": "1194"
+ },
+ "value": {
+ "$id": "5065"
+ }
+ },
+ "provisioningState": {
+ "$id": "5066",
+ "kind": "string",
+ "type": {
+ "$ref": "1206"
+ },
+ "value": "Succeeded"
+ },
+ "provisionAfterExtensions": {
+ "$id": "5067",
+ "kind": "array",
+ "type": {
+ "$ref": "1210"
+ },
+ "value": [
+ {
+ "$id": "5068",
+ "kind": "string",
+ "type": {
+ "$ref": "1211"
+ },
+ "value": "nftzosroolbcwmpupujzqwqe"
+ }
+ ]
+ },
+ "suppressFailures": {
+ "$id": "5069",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1215"
+ },
+ "value": true
+ },
+ "protectedSettingsFromKeyVault": {
+ "$id": "5070",
+ "kind": "model",
+ "type": {
+ "$ref": "1219"
+ },
+ "value": {
+ "$id": "5071",
+ "secretUrl": {
+ "$id": "5072",
+ "kind": "string",
+ "type": {
+ "$ref": "1221"
+ },
+ "value": "https://myVaultName.vault.azure.net/secrets/secret/mySecretName"
+ },
+ "sourceVault": {
+ "$id": "5073",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "5074",
+ "id": {
+ "$id": "5075",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "id": {
+ "$id": "5076",
+ "kind": "string",
+ "type": {
+ "$ref": "1155"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/extensions/{extensionName}"
+ }
+ }
+ }
+ ]
+ },
+ "extensionsTimeBudget": {
+ "$id": "5077",
+ "kind": "string",
+ "type": {
+ "$ref": "1234"
+ },
+ "value": "mbhjahtdygwgyszdwjtvlvtgchdwil"
+ }
+ }
+ },
+ "licenseType": {
+ "$id": "5078",
+ "kind": "string",
+ "type": {
+ "$ref": "1240"
+ },
+ "value": "v"
+ },
+ "scheduledEventsProfile": {
+ "$id": "5079",
+ "kind": "model",
+ "type": {
+ "$ref": "1244"
+ },
+ "value": {
+ "$id": "5080",
+ "terminateNotificationProfile": {
+ "$id": "5081",
+ "kind": "model",
+ "type": {
+ "$ref": "1246"
+ },
+ "value": {
+ "$id": "5082",
+ "notBeforeTimeout": {
+ "$id": "5083",
+ "kind": "string",
+ "type": {
+ "$ref": "1248"
+ },
+ "value": "iljppmmw"
+ },
+ "enable": {
+ "$id": "5084",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1252"
+ },
+ "value": true
+ }
+ }
+ },
+ "osImageNotificationProfile": {
+ "$id": "5085",
+ "kind": "model",
+ "type": {
+ "$ref": "1258"
+ },
+ "value": {
+ "$id": "5086",
+ "notBeforeTimeout": {
+ "$id": "5087",
+ "kind": "string",
+ "type": {
+ "$ref": "1260"
+ },
+ "value": "olbpadmevekyczfokodtfprxti"
+ },
+ "enable": {
+ "$id": "5088",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1264"
+ },
+ "value": true
+ }
+ }
+ }
+ }
+ },
+ "userData": {
+ "$id": "5089",
+ "kind": "string",
+ "type": {
+ "$ref": "1272"
+ },
+ "value": "s"
+ },
+ "capacityReservation": {
+ "$id": "5090",
+ "kind": "model",
+ "type": {
+ "$ref": "1276"
+ },
+ "value": {
+ "$id": "5091",
+ "capacityReservationGroup": {
+ "$id": "5092",
+ "kind": "model",
+ "type": {
+ "$ref": "723"
+ },
+ "value": {
+ "$id": "5093",
+ "id": {
+ "$id": "5094",
+ "kind": "string",
+ "type": {
+ "$ref": "725"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/capacityReservationGroups/{capacityReservationGroupName}"
+ }
+ }
+ }
+ }
+ },
+ "applicationProfile": {
+ "$id": "5095",
+ "kind": "model",
+ "type": {
+ "$ref": "1283"
+ },
+ "value": {
+ "$id": "5096",
+ "galleryApplications": {
+ "$id": "5097",
+ "kind": "array",
+ "type": {
+ "$ref": "1285"
+ },
+ "value": [
+ {
+ "$id": "5098",
+ "kind": "model",
+ "type": {
+ "$ref": "1286"
+ },
+ "value": {
+ "$id": "5099",
+ "tags": {
+ "$id": "5100",
+ "kind": "string",
+ "type": {
+ "$ref": "1288"
+ },
+ "value": "eyrqjbib"
+ },
+ "order": {
+ "$id": "5101",
+ "kind": "number",
+ "type": {
+ "$ref": "1292"
+ },
+ "value": 5
+ },
+ "packageReferenceId": {
+ "$id": "5102",
+ "kind": "string",
+ "type": {
+ "$ref": "1296"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{applicationName}/versions/{versionName}"
+ },
+ "treatFailureAsDeploymentFailure": {
+ "$id": "5103",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1305"
+ },
+ "value": true
+ },
+ "enableAutomaticUpgrade": {
+ "$id": "5104",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1309"
+ },
+ "value": true
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ "hardwareProfile": {
+ "$id": "5105",
+ "kind": "model",
+ "type": {
+ "$ref": "1317"
+ },
+ "value": {
+ "$id": "5106",
+ "vmSizeProperties": {
+ "$id": "5107",
+ "kind": "model",
+ "type": {
+ "$ref": "1319"
+ },
+ "value": {
+ "$id": "5108",
+ "vCPUsAvailable": {
+ "$id": "5109",
+ "kind": "number",
+ "type": {
+ "$ref": "1321"
+ },
+ "value": 16
+ },
+ "vCPUsPerCore": {
+ "$id": "5110",
+ "kind": "number",
+ "type": {
+ "$ref": "1325"
+ },
+ "value": 23
+ }
+ }
+ }
+ }
+ },
+ "serviceArtifactReference": {
+ "$id": "5111",
+ "kind": "model",
+ "type": {
+ "$ref": "1333"
+ },
+ "value": {
+ "$id": "5112",
+ "id": {
+ "$id": "5113",
+ "kind": "string",
+ "type": {
+ "$ref": "1335"
+ },
+ "value": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactsName}/vmArtifactsProfiles/{vmArtifactsProfileName}"
+ }
+ }
+ },
+ "securityPostureReference": {
+ "$id": "5114",
+ "kind": "model",
+ "type": {
+ "$ref": "1342"
+ },
+ "value": {
+ "$id": "5115",
+ "id": {
+ "$id": "5116",
+ "kind": "string",
+ "type": {
+ "$ref": "1344"
+ },
+ "value": "mubredelfbshboaxrsxiajihahaa"
+ },
+ "excludeExtensions": {
+ "$id": "5117",
+ "kind": "array",
+ "type": {
+ "$ref": "1348"
+ },
+ "value": [
+ {
+ "$id": "5118",
+ "kind": "string",
+ "type": {
+ "$ref": "1349"
+ },
+ "value": "{securityPostureVMExtensionName}"
+ }
+ ]
+ },
+ "isOverridable": {
+ "$id": "5119",
+ "kind": "boolean",
+ "type": {
+ "$ref": "1353"
+ },
+ "value": true
+ }
+ }
+ },
+ "timeCreated": {
+ "$id": "5120",
+ "kind": "string",
+ "type": {
+ "$ref": "1359"
+ },
+ "value": "2024-04-29T21:51:44.043Z"
+ }
+ }
+ },
+ "computeApiVersion": {
+ "$id": "5121",
+ "kind": "string",
+ "type": {
+ "$ref": "1375"
+ },
+ "value": "2023-07-01"
+ },
+ "platformFaultDomainCount": {
+ "$id": "5122",
+ "kind": "number",
+ "type": {
+ "$ref": "1379"
+ },
+ "value": 1
+ }
+ }
+ },
+ "timeCreated": {
+ "$id": "5123",
+ "kind": "string",
+ "type": {
+ "$ref": "1397"
+ },
+ "value": "2024-07-10T00:16:34.8590555+00:00"
+ },
+ "uniqueId": {
+ "$id": "5124",
+ "kind": "string",
+ "type": {
+ "$ref": "1402"
+ },
+ "value": "a2f7fabd-bbc2-4a20-afe1-49fdb3885a28"
+ }
+ }
+ },
+ "zones": {
+ "$id": "5125",
+ "kind": "array",
+ "type": {
+ "$ref": "1408"
+ },
+ "value": [
+ {
+ "$id": "5126",
+ "kind": "string",
+ "type": {
+ "$ref": "1409"
+ },
+ "value": "zone1"
+ },
+ {
+ "$id": "5127",
+ "kind": "string",
+ "type": {
+ "$ref": "1409"
+ },
+ "value": "zone2"
+ }
+ ]
+ },
+ "identity": {
+ "$id": "5128",
+ "kind": "model",
+ "type": {
+ "$ref": "1413"
+ },
+ "value": {
+ "$id": "5129",
+ "principalId": {
+ "$id": "5130",
+ "kind": "string",
+ "type": {
+ "$ref": "1415"
+ },
+ "value": "4d508e5b-374b-4382-9a1c-01fb8b6cb37c"
+ },
+ "tenantId": {
+ "$id": "5131",
+ "kind": "string",
+ "type": {
+ "$ref": "1420"
+ },
+ "value": "5d508e5b-374b-4382-9a1c-01fb8b6cb37c"
+ },
+ "type": {
+ "$id": "5132",
+ "kind": "string",
+ "type": {
+ "$ref": "306"
+ },
+ "value": "UserAssigned"
+ },
+ "userAssignedIdentities": {
+ "$id": "5133",
+ "kind": "dict",
+ "type": {
+ "$ref": "1428"
+ },
+ "value": {
+ "$id": "5134",
+ "key9851": {
+ "$id": "5135",
+ "kind": "model",
+ "type": {
+ "$ref": "1431"
+ },
+ "value": {
+ "$id": "5136",
+ "principalId": {
+ "$id": "5137",
+ "kind": "string",
+ "type": {
+ "$ref": "1438"
+ },
+ "value": "6d508e5b-374b-4382-9a1c-01fb8b6cb37c"
+ },
+ "clientId": {
+ "$id": "5138",
+ "kind": "string",
+ "type": {
+ "$ref": "1433"
+ },
+ "value": "7d508e5b-374b-4382-9a1c-01fb8b6cb37c"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "plan": {
+ "$id": "5139",
+ "kind": "model",
+ "type": {
+ "$ref": "1447"
+ },
+ "value": {
+ "$id": "5140",
+ "name": {
+ "$id": "5141",
+ "kind": "string",
+ "type": {
+ "$ref": "1449"
+ },
+ "value": "jwgrcrnrtfoxn"
+ },
+ "publisher": {
+ "$id": "5142",
+ "kind": "string",
+ "type": {
+ "$ref": "1453"
+ },
+ "value": "iozjbiqqckqm"
+ },
+ "product": {
+ "$id": "5143",
+ "kind": "string",
+ "type": {
+ "$ref": "1457"
+ },
+ "value": "cgopbyvdyqikahwyxfpzwaqk"
+ },
+ "promotionCode": {
+ "$id": "5144",
+ "kind": "string",
+ "type": {
+ "$ref": "1461"
+ },
+ "value": "naglezezplcaruqogtxnuizslqnnbr"
+ },
+ "version": {
+ "$id": "5145",
+ "kind": "string",
+ "type": {
+ "$ref": "1465"
+ },
+ "value": "wa"
+ }
+ }
+ },
+ "tags": {
+ "$id": "5146",
+ "kind": "dict",
+ "type": {
+ "$ref": "396"
+ },
+ "value": {
+ "$id": "5147",
+ "key3518": {
+ "$id": "5148",
+ "kind": "string",
+ "type": {
+ "$ref": "398"
+ },
+ "value": "luvrnuvsgdpbuofdskkcoqhfh"
+ }
+ }
+ },
+ "location": {
+ "$id": "5149",
+ "kind": "string",
+ "type": {
+ "$ref": "402"
+ },
+ "value": "westus"
+ },
+ "id": {
+ "$id": "5150",
+ "kind": "string",
+ "type": {
+ "$ref": "354"
+ },
+ "value": "/subscriptions/7B0CD4DB-3381-4013-9B31-FB6E6FD0FF1C/resourceGroups/rgazurefleet/providers/Microsoft.AzureFleet/fleets/testFleet"
+ },
+ "name": {
+ "$id": "5151",
+ "kind": "string",
+ "type": {
+ "$ref": "359"
+ },
+ "value": "testFleet"
+ },
+ "type": {
+ "$id": "5152",
+ "kind": "string",
+ "type": {
+ "$ref": "363"
+ },
+ "value": "Microsoft.AzureFleet/fleets"
+ },
+ "systemData": {
+ "$id": "5153",
+ "kind": "model",
+ "type": {
+ "$ref": "368"
+ },
+ "value": {
+ "$id": "5154",
+ "createdBy": {
+ "$id": "5155",
+ "kind": "string",
+ "type": {
+ "$ref": "370"
+ },
+ "value": "rowegentrpoajsv"
+ },
+ "createdByType": {
+ "$id": "5156",
+ "kind": "string",
+ "type": {
+ "$ref": "316"
+ },
+ "value": "User"
+ },
+ "createdAt": {
+ "$id": "5157",
+ "kind": "string",
+ "type": {
+ "$ref": "377"
+ },
+ "value": "2024-04-29T21:51:44.043Z"
+ },
+ "lastModifiedBy": {
+ "$id": "5158",
+ "kind": "string",
+ "type": {
+ "$ref": "382"
+ },
+ "value": "edwuayhhaoepxzisfaqjhmrxjq"
+ },
+ "lastModifiedByType": {
+ "$id": "5159",
+ "kind": "string",
+ "type": {
+ "$ref": "316"
+ },
+ "value": "User"
+ },
+ "lastModifiedAt": {
+ "$id": "5160",
+ "kind": "string",
+ "type": {
+ "$ref": "389"
+ },
+ "value": "2024-04-29T21:51:44.043Z"
+ }
+ }
+ }
+ }
+ }
+ ]
+ },
+ "nextLink": {
+ "$id": "5161",
+ "kind": "string",
+ "type": {
+ "$ref": "1581"
+ },
+ "value": "https://microsoft.com/a"
+ }
+ }
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "$id": "5162",
+ "name": "listVirtualMachineScaleSets",
+ "resourceName": "VirtualMachineScaleSet",
+ "doc": "List VirtualMachineScaleSet resources by Fleet",
+ "accessibility": "public",
+ "parameters": [
+ {
+ "$id": "5163",
+ "name": "apiVersion",
+ "nameInRequest": "api-version",
+ "doc": "The API version to use for this operation.",
+ "type": {
+ "$id": "5164",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "location": "Query",
+ "isApiVersion": true,
+ "isContentType": false,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Client",
+ "defaultValue": {
+ "$id": "5165",
+ "type": {
+ "$id": "5166",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string"
+ },
+ "value": "2024-11-01"
+ },
+ "decorators": [],
+ "skipUrlEncoding": false
+ },
+ {
+ "$id": "5167",
+ "name": "subscriptionId",
+ "nameInRequest": "subscriptionId",
+ "doc": "The ID of the target subscription. The value must be an UUID.",
+ "type": {
+ "$id": "5168",
+ "kind": "string",
+ "name": "uuid",
+ "crossLanguageDefinitionId": "Azure.Core.uuid",
+ "baseType": {
+ "$id": "5169",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "decorators": []
+ },
+ "location": "Path",
+ "isApiVersion": false,
+ "isContentType": false,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Client",
+ "decorators": [],
+ "skipUrlEncoding": false
+ },
+ {
+ "$id": "5170",
+ "name": "resourceGroupName",
+ "nameInRequest": "resourceGroupName",
+ "doc": "The name of the resource group. The name is case insensitive.",
+ "type": {
+ "$id": "5171",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "location": "Path",
+ "isApiVersion": false,
+ "isContentType": false,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Method",
+ "decorators": [],
+ "skipUrlEncoding": false
+ },
+ {
+ "$id": "5172",
+ "name": "name",
+ "nameInRequest": "name",
+ "doc": "The name of the Fleet",
+ "type": {
+ "$id": "5173",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "location": "Path",
+ "isApiVersion": false,
+ "isContentType": false,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Method",
+ "decorators": [],
+ "skipUrlEncoding": false
+ },
+ {
+ "$id": "5174",
+ "name": "accept",
+ "nameInRequest": "Accept",
+ "type": {
+ "$id": "5175",
+ "kind": "constant",
+ "valueType": {
+ "$id": "5176",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string",
+ "decorators": []
+ },
+ "value": "application/json",
+ "decorators": []
+ },
+ "location": "Header",
+ "isApiVersion": false,
+ "isContentType": false,
+ "isEndpoint": false,
+ "explode": false,
+ "isRequired": true,
+ "kind": "Constant",
+ "decorators": [],
+ "skipUrlEncoding": false
+ }
+ ],
+ "responses": [
+ {
+ "$id": "5177",
+ "statusCodes": [
+ 200
+ ],
+ "bodyType": {
+ "$ref": "1585"
+ },
+ "headers": [],
+ "isErrorResponse": false,
+ "contentTypes": [
+ "application/json"
+ ]
+ }
+ ],
+ "httpMethod": "GET",
+ "uri": "{endpoint}",
+ "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureFleet/fleets/{name}/virtualMachineScaleSets",
+ "bufferResponse": true,
+ "paging": {
+ "$id": "5178",
+ "itemPropertySegments": [
+ "value"
+ ],
+ "nextLink": {
+ "$id": "5179",
+ "responseSegments": [
+ "nextLink"
+ ],
+ "responseLocation": "Body"
+ }
+ },
+ "generateProtocolMethod": true,
+ "generateConvenienceMethod": true,
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.Fleets.listVirtualMachineScaleSets",
+ "decorators": [],
+ "examples": [
+ {
+ "$id": "5180",
+ "kind": "http",
+ "name": "Fleets_ListVirtualMachineScaleSets",
+ "description": "Fleets_ListVirtualMachineScaleSets",
+ "filePath": "2024-11-01/Fleets_ListVirtualMachineScaleSets.json",
+ "parameters": [
+ {
+ "$id": "5181",
+ "parameter": {
+ "$ref": "5163"
+ },
+ "value": {
+ "$id": "5182",
+ "kind": "string",
+ "type": {
+ "$ref": "5164"
+ },
+ "value": "2024-11-01"
+ }
+ },
+ {
+ "$id": "5183",
+ "parameter": {
+ "$ref": "5167"
+ },
+ "value": {
+ "$id": "5184",
+ "kind": "string",
+ "type": {
+ "$ref": "5168"
+ },
+ "value": "1DC2F28C-A625-4B0E-9748-9885A3C9E9EB"
+ }
+ },
+ {
+ "$id": "5185",
+ "parameter": {
+ "$ref": "5170"
+ },
+ "value": {
+ "$id": "5186",
+ "kind": "string",
+ "type": {
+ "$ref": "5171"
+ },
+ "value": "rgazurefleet"
+ }
+ },
+ {
+ "$id": "5187",
+ "parameter": {
+ "$ref": "5172"
+ },
+ "value": {
+ "$id": "5188",
+ "kind": "string",
+ "type": {
+ "$ref": "5173"
+ },
+ "value": "myFleet"
+ }
+ }
+ ],
+ "responses": [
+ {
+ "$id": "5189",
+ "response": {
+ "$ref": "5177"
+ },
+ "statusCode": 200,
+ "bodyValue": {
+ "$id": "5190",
+ "kind": "model",
+ "type": {
+ "$ref": "1585"
+ },
+ "value": {
+ "$id": "5191",
+ "value": {
+ "$id": "5192",
+ "kind": "array",
+ "type": {
+ "$ref": "1587"
+ },
+ "value": [
+ {
+ "$id": "5193",
+ "kind": "model",
+ "type": {
+ "$ref": "1588"
+ },
+ "value": {
+ "$id": "5194",
+ "id": {
+ "$id": "5195",
+ "kind": "string",
+ "type": {
+ "$ref": "1590"
+ },
+ "value": "/subscriptions/7B0CD4DB-3381-4013-9B31-FB6E6FD0FF1C/resourceGroups/rgazurefleet/providers/Microsoft.AzureFleet/fleets/myFleet/virtualMachineScaleSets/myVmss"
+ },
+ "type": {
+ "$id": "5196",
+ "kind": "string",
+ "type": {
+ "$ref": "1595"
+ },
+ "value": "Microsoft.AzureFleet/fleets/virtualMachineScaleSets"
+ },
+ "operationStatus": {
+ "$id": "5197",
+ "kind": "string",
+ "type": {
+ "$ref": "2"
+ },
+ "value": "Creating"
+ },
+ "error": {
+ "$id": "5198",
+ "kind": "model",
+ "type": {
+ "$ref": "1602"
+ },
+ "value": {
+ "$id": "5199",
+ "details": {
+ "$id": "5200",
+ "kind": "array",
+ "type": {
+ "$ref": "1616"
+ },
+ "value": [
+ {
+ "$id": "5201",
+ "kind": "model",
+ "type": {
+ "$ref": "1617"
+ },
+ "value": {
+ "$id": "5202",
+ "code": {
+ "$id": "5203",
+ "kind": "string",
+ "type": {
+ "$ref": "1619"
+ },
+ "value": "gzhtOverconstrainedAllocationRequestyosk"
+ },
+ "target": {
+ "$id": "5204",
+ "kind": "string",
+ "type": {
+ "$ref": "1623"
+ },
+ "value": "qfthabhrmndhfizfnrwpgxvnokpy"
+ },
+ "message": {
+ "$id": "5205",
+ "kind": "string",
+ "type": {
+ "$ref": "1627"
+ },
+ "value": "Allocation Failed"
+ }
+ }
+ }
+ ]
+ },
+ "innererror": {
+ "$id": "5206",
+ "kind": "model",
+ "type": {
+ "$ref": "1633"
+ },
+ "value": {
+ "$id": "5207",
+ "exceptionType": {
+ "$id": "5208",
+ "kind": "string",
+ "type": {
+ "$ref": "1635"
+ },
+ "value": "sfaomfpoaptnbxchrfskm"
+ },
+ "errorDetail": {
+ "$id": "5209",
+ "kind": "string",
+ "type": {
+ "$ref": "1639"
+ },
+ "value": "ihjwbwykq"
+ }
+ }
+ },
+ "code": {
+ "$id": "5210",
+ "kind": "string",
+ "type": {
+ "$ref": "1604"
+ },
+ "value": "OverconstrainedAllocationRequest"
+ },
+ "target": {
+ "$id": "5211",
+ "kind": "string",
+ "type": {
+ "$ref": "1608"
+ },
+ "value": "nhaj"
+ },
+ "message": {
+ "$id": "5212",
+ "kind": "string",
+ "type": {
+ "$ref": "1612"
+ },
+ "value": "Allocation Failed"
+ }
+ }
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "parent": "AzureFleetClient",
+ "parameters": [
+ {
+ "$id": "5213",
+ "name": "endpoint",
+ "nameInRequest": "endpoint",
+ "doc": "Service host",
+ "type": {
+ "$id": "5214",
+ "kind": "url",
+ "name": "url",
+ "crossLanguageDefinitionId": "TypeSpec.url"
+ },
+ "location": "Uri",
+ "isApiVersion": false,
+ "isContentType": false,
+ "isRequired": true,
+ "isEndpoint": true,
+ "skipUrlEncoding": false,
+ "explode": false,
+ "kind": "Client",
+ "defaultValue": {
+ "$id": "5215",
+ "type": {
+ "$id": "5216",
+ "kind": "string",
+ "name": "string",
+ "crossLanguageDefinitionId": "TypeSpec.string"
+ },
+ "value": "https://management.azure.com"
+ }
+ }
+ ],
+ "decorators": [],
+ "crossLanguageDefinitionId": "Microsoft.AzureFleet.Fleets"
+ }
+ ],
+ "auth": {
+ "$id": "5217",
+ "oAuth2": {
+ "$id": "5218",
+ "scopes": [
+ "user_impersonation"
+ ]
+ }
+ }
+}
diff --git a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/CodeTransparencyClient.cs b/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/CodeTransparencyClient.cs
index f81053449e3b..631d60416f10 100644
--- a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/CodeTransparencyClient.cs
+++ b/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/CodeTransparencyClient.cs
@@ -8,7 +8,6 @@
using System;
using System.Threading;
using System.Threading.Tasks;
-using Autorest.CSharp.Core;
using Azure.Core;
using Azure.Core.Pipeline;
@@ -44,38 +43,28 @@ protected CodeTransparencyClient()
{
}
- /// Get the status the entry operation.
- /// ID of the operation to retrieve.
+ /// Get the transparency service configuration, mandatory in IETF SCITT draft.
/// The cancellation token to use.
- /// is null.
- /// is an empty string, and was expected to be non-empty.
- ///
- public virtual async Task> GetEntryStatusAsync(string operationId, CancellationToken cancellationToken = default)
+ ///
+ public virtual async Task> GetTransparencyConfigCborAsync(CancellationToken cancellationToken = default)
{
- Argument.AssertNotNullOrEmpty(operationId, nameof(operationId));
-
RequestContext context = FromCancellationToken(cancellationToken);
- Response response = await GetEntryStatusAsync(operationId, context).ConfigureAwait(false);
- return Response.FromValue(GetOperationResult.FromResponse(response), response);
+ Response response = await GetTransparencyConfigCborAsync(context).ConfigureAwait(false);
+ return Response.FromValue(response.Content, response);
}
- /// Get the status the entry operation.
- /// ID of the operation to retrieve.
+ /// Get the transparency service configuration, mandatory in IETF SCITT draft.
/// The cancellation token to use.
- /// is null.
- /// is an empty string, and was expected to be non-empty.
- ///
- public virtual Response GetEntryStatus(string operationId, CancellationToken cancellationToken = default)
+ ///
+ public virtual Response GetTransparencyConfigCbor(CancellationToken cancellationToken = default)
{
- Argument.AssertNotNullOrEmpty(operationId, nameof(operationId));
-
RequestContext context = FromCancellationToken(cancellationToken);
- Response response = GetEntryStatus(operationId, context);
- return Response.FromValue(GetOperationResult.FromResponse(response), response);
+ Response response = GetTransparencyConfigCbor(context);
+ return Response.FromValue(response.Content, response);
}
///
- /// [Protocol Method] Get the status the entry operation
+ /// [Protocol Method] Get the transparency service configuration, mandatory in IETF SCITT draft
///
/// -
///
@@ -84,27 +73,22 @@ public virtual Response GetEntryStatus(string operationId, C
///
/// -
///
- /// Please try the simpler convenience overload with strongly typed models first.
+ /// Please try the simpler convenience overload with strongly typed models first.
///
///
///
///
- /// ID of the operation to retrieve.
/// The request context, which can override default behaviors of the client pipeline on a per-call basis.
- /// is null.
- /// is an empty string, and was expected to be non-empty.
/// Service returned a non-success status code.
/// The response returned from the service.
- ///
- public virtual async Task GetEntryStatusAsync(string operationId, RequestContext context)
+ ///
+ public virtual async Task GetTransparencyConfigCborAsync(RequestContext context)
{
- Argument.AssertNotNullOrEmpty(operationId, nameof(operationId));
-
- using var scope = ClientDiagnostics.CreateScope("CodeTransparencyClient.GetEntryStatus");
+ using var scope = ClientDiagnostics.CreateScope("CodeTransparencyClient.GetTransparencyConfigCbor");
scope.Start();
try
{
- using HttpMessage message = CreateGetEntryStatusRequest(operationId, context);
+ using HttpMessage message = CreateGetTransparencyConfigCborRequest(context);
return await _pipeline.ProcessMessageAsync(message, context).ConfigureAwait(false);
}
catch (Exception e)
@@ -115,7 +99,7 @@ public virtual async Task GetEntryStatusAsync(string operationId, Requ
}
///
- /// [Protocol Method] Get the status the entry operation
+ /// [Protocol Method] Get the transparency service configuration, mandatory in IETF SCITT draft
///
/// -
///
@@ -124,27 +108,22 @@ public virtual async Task GetEntryStatusAsync(string operationId, Requ
///
/// -
///
- /// Please try the simpler convenience overload with strongly typed models first.
+ /// Please try the simpler convenience overload with strongly typed models first.
///
///
///
///
- /// ID of the operation to retrieve.
/// The request context, which can override default behaviors of the client pipeline on a per-call basis.
- /// is null.
- /// is an empty string, and was expected to be non-empty.
/// Service returned a non-success status code.
/// The response returned from the service.
- ///
- public virtual Response GetEntryStatus(string operationId, RequestContext context)
+ ///
+ public virtual Response GetTransparencyConfigCbor(RequestContext context)
{
- Argument.AssertNotNullOrEmpty(operationId, nameof(operationId));
-
- using var scope = ClientDiagnostics.CreateScope("CodeTransparencyClient.GetEntryStatus");
+ using var scope = ClientDiagnostics.CreateScope("CodeTransparencyClient.GetTransparencyConfigCbor");
scope.Start();
try
{
- using HttpMessage message = CreateGetEntryStatusRequest(operationId, context);
+ using HttpMessage message = CreateGetTransparencyConfigCborRequest(context);
return _pipeline.ProcessMessage(message, context);
}
catch (Exception e)
@@ -154,28 +133,28 @@ public virtual Response GetEntryStatus(string operationId, RequestContext contex
}
}
- /// Get the status of all entries operations.
+ /// Get the public keys used by the service to sign receipts, mentioned in IETF SCITT draft as part of jwks_uri implementation.
/// The cancellation token to use.
- ///
- public virtual async Task> GetEntryStatusesAsync(CancellationToken cancellationToken = default)
+ ///
+ public virtual async Task> GetPublicKeysAsync(CancellationToken cancellationToken = default)
{
RequestContext context = FromCancellationToken(cancellationToken);
- Response response = await GetEntryStatusesAsync(context).ConfigureAwait(false);
- return Response.FromValue(ListOperationResult.FromResponse(response), response);
+ Response response = await GetPublicKeysAsync(context).ConfigureAwait(false);
+ return Response.FromValue(JwksDocument.FromResponse(response), response);
}
- /// Get the status of all entries operations.
+ /// Get the public keys used by the service to sign receipts, mentioned in IETF SCITT draft as part of jwks_uri implementation.
/// The cancellation token to use.
- ///
- public virtual Response GetEntryStatuses(CancellationToken cancellationToken = default)
+ ///
+ public virtual Response GetPublicKeys(CancellationToken cancellationToken = default)
{
RequestContext context = FromCancellationToken(cancellationToken);
- Response response = GetEntryStatuses(context);
- return Response.FromValue(ListOperationResult.FromResponse(response), response);
+ Response response = GetPublicKeys(context);
+ return Response.FromValue(JwksDocument.FromResponse(response), response);
}
///
- /// [Protocol Method] Get the status of all entries operations
+ /// [Protocol Method] Get the public keys used by the service to sign receipts, mentioned in IETF SCITT draft as part of jwks_uri implementation
///
/// -
///
@@ -184,7 +163,7 @@ public virtual Response GetEntryStatuses(CancellationToken
///
/// -
///
- /// Please try the simpler convenience overload with strongly typed models first.
+ /// Please try the simpler convenience overload with strongly typed models first.
///
///
///
@@ -192,14 +171,14 @@ public virtual Response GetEntryStatuses(CancellationToken
/// The request context, which can override default behaviors of the client pipeline on a per-call basis.
/// Service returned a non-success status code.
/// The response returned from the service.
- ///
- public virtual async Task GetEntryStatusesAsync(RequestContext context)
+ ///
+ public virtual async Task GetPublicKeysAsync(RequestContext context)
{
- using var scope = ClientDiagnostics.CreateScope("CodeTransparencyClient.GetEntryStatuses");
+ using var scope = ClientDiagnostics.CreateScope("CodeTransparencyClient.GetPublicKeys");
scope.Start();
try
{
- using HttpMessage message = CreateGetEntryStatusesRequest(context);
+ using HttpMessage message = CreateGetPublicKeysRequest(context);
return await _pipeline.ProcessMessageAsync(message, context).ConfigureAwait(false);
}
catch (Exception e)
@@ -210,7 +189,7 @@ public virtual async Task GetEntryStatusesAsync(RequestContext context
}
///
- /// [Protocol Method] Get the status of all entries operations
+ /// [Protocol Method] Get the public keys used by the service to sign receipts, mentioned in IETF SCITT draft as part of jwks_uri implementation
///
/// -
///
@@ -219,7 +198,7 @@ public virtual async Task GetEntryStatusesAsync(RequestContext context
///
/// -
///
- /// Please try the simpler convenience overload with strongly typed models first.
+ /// Please try the simpler convenience overload with strongly typed models first.
///
///
///
@@ -227,14 +206,14 @@ public virtual async Task GetEntryStatusesAsync(RequestContext context
/// The request context, which can override default behaviors of the client pipeline on a per-call basis.
/// Service returned a non-success status code.
/// The response returned from the service.
- ///
- public virtual Response GetEntryStatuses(RequestContext context)
+ ///
+ public virtual Response GetPublicKeys(RequestContext context)
{
- using var scope = ClientDiagnostics.CreateScope("CodeTransparencyClient.GetEntryStatuses");
+ using var scope = ClientDiagnostics.CreateScope("CodeTransparencyClient.GetPublicKeys");
scope.Start();
try
{
- using HttpMessage message = CreateGetEntryStatusesRequest(context);
+ using HttpMessage message = CreateGetPublicKeysRequest(context);
return _pipeline.ProcessMessage(message, context);
}
catch (Exception e)
@@ -244,40 +223,38 @@ public virtual Response GetEntryStatuses(RequestContext context)
}
}
- /// Get Entry with or without receipt embedded in its unprotected header.
- /// ID of the entry to retrieve.
- /// Embed a receipt as part of the response.
+ /// Get status of the long running registration operation, mandatory in IETF SCITT draft.
+ /// ID of the operation to retrieve.
/// The cancellation token to use.
- /// is null.
- /// is an empty string, and was expected to be non-empty.
- ///
- public virtual async Task> GetEntryAsync(string entryId, bool? embedReceipt = null, CancellationToken cancellationToken = default)
+ /// is null.
+ /// is an empty string, and was expected to be non-empty.
+ ///
+ public virtual async Task> GetOperationAsync(string operationId, CancellationToken cancellationToken = default)
{
- Argument.AssertNotNullOrEmpty(entryId, nameof(entryId));
+ Argument.AssertNotNullOrEmpty(operationId, nameof(operationId));
RequestContext context = FromCancellationToken(cancellationToken);
- Response response = await GetEntryAsync(entryId, embedReceipt, context).ConfigureAwait(false);
+ Response response = await GetOperationAsync(operationId, context).ConfigureAwait(false);
return Response.FromValue(response.Content, response);
}
- /// Get Entry with or without receipt embedded in its unprotected header.
- /// ID of the entry to retrieve.
- /// Embed a receipt as part of the response.
+ /// Get status of the long running registration operation, mandatory in IETF SCITT draft.
+ /// ID of the operation to retrieve.
/// The cancellation token to use.
- /// is null.
- /// is an empty string, and was expected to be non-empty.
- ///
- public virtual Response GetEntry(string entryId, bool? embedReceipt = null, CancellationToken cancellationToken = default)
+ /// is null.
+ /// is an empty string, and was expected to be non-empty.
+ ///
+ public virtual Response GetOperation(string operationId, CancellationToken cancellationToken = default)
{
- Argument.AssertNotNullOrEmpty(entryId, nameof(entryId));
+ Argument.AssertNotNullOrEmpty(operationId, nameof(operationId));
RequestContext context = FromCancellationToken(cancellationToken);
- Response response = GetEntry(entryId, embedReceipt, context);
+ Response response = GetOperation(operationId, context);
return Response.FromValue(response.Content, response);
}
///
- /// [Protocol Method] Get Entry with or without receipt embedded in its unprotected header
+ /// [Protocol Method] Get status of the long running registration operation, mandatory in IETF SCITT draft
///
/// -
///
@@ -286,28 +263,27 @@ public virtual Response GetEntry(string entryId, bool? embedReceipt
///
/// -
///
- /// Please try the simpler convenience overload with strongly typed models first.
+ /// Please try the simpler convenience overload with strongly typed models first.
///
///
///
///
- /// ID of the entry to retrieve.
- /// Embed a receipt as part of the response.
+ /// ID of the operation to retrieve.
/// The request context, which can override default behaviors of the client pipeline on a per-call basis.
- /// is null.
- /// is an empty string, and was expected to be non-empty.
+ /// is null.
+ /// is an empty string, and was expected to be non-empty.
/// Service returned a non-success status code.
/// The response returned from the service.
- ///
- public virtual async Task GetEntryAsync(string entryId, bool? embedReceipt, RequestContext context)
+ ///
+ public virtual async Task GetOperationAsync(string operationId, RequestContext context)
{
- Argument.AssertNotNullOrEmpty(entryId, nameof(entryId));
+ Argument.AssertNotNullOrEmpty(operationId, nameof(operationId));
- using var scope = ClientDiagnostics.CreateScope("CodeTransparencyClient.GetEntry");
+ using var scope = ClientDiagnostics.CreateScope("CodeTransparencyClient.GetOperation");
scope.Start();
try
{
- using HttpMessage message = CreateGetEntryRequest(entryId, embedReceipt, context);
+ using HttpMessage message = CreateGetOperationRequest(operationId, context);
return await _pipeline.ProcessMessageAsync(message, context).ConfigureAwait(false);
}
catch (Exception e)
@@ -318,7 +294,7 @@ public virtual async Task GetEntryAsync(string entryId, bool? embedRec
}
///
- /// [Protocol Method] Get Entry with or without receipt embedded in its unprotected header
+ /// [Protocol Method] Get status of the long running registration operation, mandatory in IETF SCITT draft
///
/// -
///
@@ -327,28 +303,27 @@ public virtual async Task GetEntryAsync(string entryId, bool? embedRec
///
/// -
///
- /// Please try the simpler convenience overload with strongly typed models first.
+ /// Please try the simpler convenience overload with strongly typed models first.
///
///
///
///
- /// ID of the entry to retrieve.
- /// Embed a receipt as part of the response.
+ /// ID of the operation to retrieve.
/// The request context, which can override default behaviors of the client pipeline on a per-call basis.
- /// is null.
- /// is an empty string, and was expected to be non-empty.
+ /// is null.
+ /// is an empty string, and was expected to be non-empty.
/// Service returned a non-success status code.
/// The response returned from the service.
- ///
- public virtual Response GetEntry(string entryId, bool? embedReceipt, RequestContext context)
+ ///
+ public virtual Response GetOperation(string operationId, RequestContext context)
{
- Argument.AssertNotNullOrEmpty(entryId, nameof(entryId));
+ Argument.AssertNotNullOrEmpty(operationId, nameof(operationId));
- using var scope = ClientDiagnostics.CreateScope("CodeTransparencyClient.GetEntry");
+ using var scope = ClientDiagnostics.CreateScope("CodeTransparencyClient.GetOperation");
scope.Start();
try
{
- using HttpMessage message = CreateGetEntryRequest(entryId, embedReceipt, context);
+ using HttpMessage message = CreateGetOperationRequest(operationId, context);
return _pipeline.ProcessMessage(message, context);
}
catch (Exception e)
@@ -358,38 +333,38 @@ public virtual Response GetEntry(string entryId, bool? embedReceipt, RequestCont
}
}
- /// Get the receipt of an entry given a specific entry id.
+ /// Get receipt.
/// ID of the entry to retrieve.
/// The cancellation token to use.
/// is null.
/// is an empty string, and was expected to be non-empty.
- ///
- public virtual async Task> GetEntryReceiptAsync(string entryId, CancellationToken cancellationToken = default)
+ ///
+ public virtual async Task> GetEntryAsync(string entryId, CancellationToken cancellationToken = default)
{
Argument.AssertNotNullOrEmpty(entryId, nameof(entryId));
RequestContext context = FromCancellationToken(cancellationToken);
- Response response = await GetEntryReceiptAsync(entryId, context).ConfigureAwait(false);
+ Response response = await GetEntryAsync(entryId, context).ConfigureAwait(false);
return Response.FromValue(response.Content, response);
}
- /// Get the receipt of an entry given a specific entry id.
+ /// Get receipt.
/// ID of the entry to retrieve.
/// The cancellation token to use.
/// is null.
/// is an empty string, and was expected to be non-empty.
- ///
- public virtual Response GetEntryReceipt(string entryId, CancellationToken cancellationToken = default)
+ ///
+ public virtual Response GetEntry(string entryId, CancellationToken cancellationToken = default)
{
Argument.AssertNotNullOrEmpty(entryId, nameof(entryId));
RequestContext context = FromCancellationToken(cancellationToken);
- Response response = GetEntryReceipt(entryId, context);
+ Response response = GetEntry(entryId, context);
return Response.FromValue(response.Content, response);
}
///
- /// [Protocol Method] Get the receipt of an entry given a specific entry id.
+ /// [Protocol Method] Get receipt
///
/// -
///
@@ -398,7 +373,7 @@ public virtual Response GetEntryReceipt(string entryId, Cancellation
///
/// -
///
- /// Please try the simpler convenience overload with strongly typed models first.
+ /// Please try the simpler convenience overload with strongly typed models first.
///
///
///
@@ -409,16 +384,16 @@ public virtual Response GetEntryReceipt(string entryId, Cancellation
/// is an empty string, and was expected to be non-empty.
/// Service returned a non-success status code.
/// The response returned from the service.
- ///
- public virtual async Task GetEntryReceiptAsync(string entryId, RequestContext context)
+ ///
+ public virtual async Task GetEntryAsync(string entryId, RequestContext context)
{
Argument.AssertNotNullOrEmpty(entryId, nameof(entryId));
- using var scope = ClientDiagnostics.CreateScope("CodeTransparencyClient.GetEntryReceipt");
+ using var scope = ClientDiagnostics.CreateScope("CodeTransparencyClient.GetEntry");
scope.Start();
try
{
- using HttpMessage message = CreateGetEntryReceiptRequest(entryId, context);
+ using HttpMessage message = CreateGetEntryRequest(entryId, context);
return await _pipeline.ProcessMessageAsync(message, context).ConfigureAwait(false);
}
catch (Exception e)
@@ -429,7 +404,7 @@ public virtual async Task GetEntryReceiptAsync(string entryId, Request
}
///
- /// [Protocol Method] Get the receipt of an entry given a specific entry id.
+ /// [Protocol Method] Get receipt
///
/// -
///
@@ -438,7 +413,7 @@ public virtual async Task GetEntryReceiptAsync(string entryId, Request
///
/// -
///
- /// Please try the simpler convenience overload with strongly typed models first.
+ /// Please try the simpler convenience overload with strongly typed models first.
///
///
///
@@ -449,16 +424,16 @@ public virtual async Task GetEntryReceiptAsync(string entryId, Request
/// is an empty string, and was expected to be non-empty.
/// Service returned a non-success status code.
/// The response returned from the service.
- ///
- public virtual Response GetEntryReceipt(string entryId, RequestContext context)
+ ///
+ public virtual Response GetEntry(string entryId, RequestContext context)
{
Argument.AssertNotNullOrEmpty(entryId, nameof(entryId));
- using var scope = ClientDiagnostics.CreateScope("CodeTransparencyClient.GetEntryReceipt");
+ using var scope = ClientDiagnostics.CreateScope("CodeTransparencyClient.GetEntry");
scope.Start();
try
{
- using HttpMessage message = CreateGetEntryReceiptRequest(entryId, context);
+ using HttpMessage message = CreateGetEntryRequest(entryId, context);
return _pipeline.ProcessMessage(message, context);
}
catch (Exception e)
@@ -468,153 +443,38 @@ public virtual Response GetEntryReceipt(string entryId, RequestContext context)
}
}
- /// Get service parameters.
+ /// Get the transparent statement consisting of the signed statement and the receipt embedded in the header.
+ /// ID of the entry to retrieve.
/// The cancellation token to use.
- ///
- public virtual async Task> GetParametersAsync(CancellationToken cancellationToken = default)
+ /// is null.
+ /// is an empty string, and was expected to be non-empty.
+ ///
+ public virtual async Task> GetEntryStatementAsync(string entryId, CancellationToken cancellationToken = default)
{
- RequestContext context = FromCancellationToken(cancellationToken);
- Response response = await GetParametersAsync(context).ConfigureAwait(false);
- return Response.FromValue(ParametersResult.FromResponse(response), response);
- }
+ Argument.AssertNotNullOrEmpty(entryId, nameof(entryId));
- /// Get service parameters.
- /// The cancellation token to use.
- ///
- public virtual Response GetParameters(CancellationToken cancellationToken = default)
- {
RequestContext context = FromCancellationToken(cancellationToken);
- Response response = GetParameters(context);
- return Response.FromValue(ParametersResult.FromResponse(response), response);
- }
-
- ///
- /// [Protocol Method] Get service parameters
- ///
- /// -
- ///
- /// This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
- ///
- ///
- /// -
- ///
- /// Please try the simpler convenience overload with strongly typed models first.
- ///
- ///
- ///
- ///
- /// The request context, which can override default behaviors of the client pipeline on a per-call basis.
- /// Service returned a non-success status code.
- /// The response returned from the service.
- ///
- public virtual async Task GetParametersAsync(RequestContext context)
- {
- using var scope = ClientDiagnostics.CreateScope("CodeTransparencyClient.GetParameters");
- scope.Start();
- try
- {
- using HttpMessage message = CreateGetParametersRequest(context);
- return await _pipeline.ProcessMessageAsync(message, context).ConfigureAwait(false);
- }
- catch (Exception e)
- {
- scope.Failed(e);
- throw;
- }
- }
-
- ///
- /// [Protocol Method] Get service parameters
- ///
- /// -
- ///
- /// This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
- ///
- ///
- /// -
- ///
- /// Please try the simpler convenience overload with strongly typed models first.
- ///
- ///
- ///
- ///
- /// The request context, which can override default behaviors of the client pipeline on a per-call basis.
- /// Service returned a non-success status code.
- /// The response returned from the service.
- ///
- public virtual Response GetParameters(RequestContext context)
- {
- using var scope = ClientDiagnostics.CreateScope("CodeTransparencyClient.GetParameters");
- scope.Start();
- try
- {
- using HttpMessage message = CreateGetParametersRequest(context);
- return _pipeline.ProcessMessage(message, context);
- }
- catch (Exception e)
- {
- scope.Failed(e);
- throw;
- }
+ Response response = await GetEntryStatementAsync(entryId, context).ConfigureAwait(false);
+ return Response.FromValue(response.Content, response);
}
- /// Get the DID configuration file.
+ /// Get the transparent statement consisting of the signed statement and the receipt embedded in the header.
+ /// ID of the entry to retrieve.
/// The cancellation token to use.
- ///
- public virtual async Task> GetDidConfigAsync(CancellationToken cancellationToken = default)
+ /// is null.
+ /// is an empty string, and was expected to be non-empty.
+ ///
+ public virtual Response GetEntryStatement(string entryId, CancellationToken cancellationToken = default)
{
- RequestContext context = FromCancellationToken(cancellationToken);
- Response response = await GetDidConfigAsync(context).ConfigureAwait(false);
- return Response.FromValue(DidDocument.FromResponse(response), response);
- }
+ Argument.AssertNotNullOrEmpty(entryId, nameof(entryId));
- /// Get the DID configuration file.
- /// The cancellation token to use.
- ///
- public virtual Response GetDidConfig(CancellationToken cancellationToken = default)
- {
RequestContext context = FromCancellationToken(cancellationToken);
- Response response = GetDidConfig(context);
- return Response.FromValue(DidDocument.FromResponse(response), response);
- }
-
- ///
- /// [Protocol Method] Get the DID configuration file.
- ///
- /// -
- ///
- /// This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
- ///
- ///
- /// -
- ///
- /// Please try the simpler convenience overload with strongly typed models first.
- ///
- ///
- ///
- ///
- /// The request context, which can override default behaviors of the client pipeline on a per-call basis.
- /// Service returned a non-success status code.
- /// The response returned from the service.
- ///
- public virtual async Task GetDidConfigAsync(RequestContext context)
- {
- using var scope = ClientDiagnostics.CreateScope("CodeTransparencyClient.GetDidConfig");
- scope.Start();
- try
- {
- using HttpMessage message = CreateGetDidConfigRequest(context);
- return await _pipeline.ProcessMessageAsync(message, context).ConfigureAwait(false);
- }
- catch (Exception e)
- {
- scope.Failed(e);
- throw;
- }
+ Response response = GetEntryStatement(entryId, context);
+ return Response.FromValue(response.Content, response);
}
///
- /// [Protocol Method] Get the DID configuration file.
+ /// [Protocol Method] Get the transparent statement consisting of the signed statement and the receipt embedded in the header
///
/// -
///
@@ -623,77 +483,27 @@ public virtual async Task GetDidConfigAsync(RequestContext context)
///
/// -
///
- /// Please try the simpler convenience overload with strongly typed models first.
+ /// Please try the simpler convenience overload with strongly typed models first.
///
///
///
///
+ /// ID of the entry to retrieve.
/// The request context, which can override default behaviors of the client pipeline on a per-call basis.
+ /// is null.
+ /// is an empty string, and was expected to be non-empty.
/// Service returned a non-success status code.
/// The response returned from the service.
- ///
- public virtual Response GetDidConfig(RequestContext context)
+ ///
+ public virtual async Task GetEntryStatementAsync(string entryId, RequestContext context)
{
- using var scope = ClientDiagnostics.CreateScope("CodeTransparencyClient.GetDidConfig");
- scope.Start();
- try
- {
- using HttpMessage message = CreateGetDidConfigRequest(context);
- return _pipeline.ProcessMessage(message, context);
- }
- catch (Exception e)
- {
- scope.Failed(e);
- throw;
- }
- }
-
- /// Get CodeTransparency configuration information.
- /// The cancellation token to use.
- ///
- public virtual async Task> GetCodeTransparencyConfigAsync(CancellationToken cancellationToken = default)
- {
- RequestContext context = FromCancellationToken(cancellationToken);
- Response response = await GetCodeTransparencyConfigAsync(context).ConfigureAwait(false);
- return Response.FromValue(CodeTransparencyConfiguration.FromResponse(response), response);
- }
-
- /// Get CodeTransparency configuration information.
- /// The cancellation token to use.
- ///
- public virtual Response GetCodeTransparencyConfig(CancellationToken cancellationToken = default)
- {
- RequestContext context = FromCancellationToken(cancellationToken);
- Response response = GetCodeTransparencyConfig(context);
- return Response.FromValue(CodeTransparencyConfiguration.FromResponse(response), response);
- }
+ Argument.AssertNotNullOrEmpty(entryId, nameof(entryId));
- ///
- /// [Protocol Method] Get CodeTransparency configuration information.
- ///
- /// -
- ///
- /// This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
- ///
- ///
- /// -
- ///
- /// Please try the simpler convenience overload with strongly typed models first.
- ///
- ///
- ///
- ///
- /// The request context, which can override default behaviors of the client pipeline on a per-call basis.
- /// Service returned a non-success status code.
- /// The response returned from the service.
- ///
- public virtual async Task GetCodeTransparencyConfigAsync(RequestContext context)
- {
- using var scope = ClientDiagnostics.CreateScope("CodeTransparencyClient.GetCodeTransparencyConfig");
+ using var scope = ClientDiagnostics.CreateScope("CodeTransparencyClient.GetEntryStatement");
scope.Start();
try
{
- using HttpMessage message = CreateGetCodeTransparencyConfigRequest(context);
+ using HttpMessage message = CreateGetEntryStatementRequest(entryId, context);
return await _pipeline.ProcessMessageAsync(message, context).ConfigureAwait(false);
}
catch (Exception e)
@@ -704,62 +514,7 @@ public virtual async Task GetCodeTransparencyConfigAsync(RequestContex
}
///
- /// [Protocol Method] Get CodeTransparency configuration information.
- ///
- /// -
- ///
- /// This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
- ///
- ///
- /// -
- ///
- /// Please try the simpler convenience overload with strongly typed models first.
- ///
- ///
- ///
- ///
- /// The request context, which can override default behaviors of the client pipeline on a per-call basis.
- /// Service returned a non-success status code.
- /// The response returned from the service.
- ///
- public virtual Response GetCodeTransparencyConfig(RequestContext context)
- {
- using var scope = ClientDiagnostics.CreateScope("CodeTransparencyClient.GetCodeTransparencyConfig");
- scope.Start();
- try
- {
- using HttpMessage message = CreateGetCodeTransparencyConfigRequest(context);
- return _pipeline.ProcessMessage(message, context);
- }
- catch (Exception e)
- {
- scope.Failed(e);
- throw;
- }
- }
-
- /// Get CodeTransparency version information.
- /// The cancellation token to use.
- ///
- public virtual async Task> GetCodeTransparencyVersionAsync(CancellationToken cancellationToken = default)
- {
- RequestContext context = FromCancellationToken(cancellationToken);
- Response response = await GetCodeTransparencyVersionAsync(context).ConfigureAwait(false);
- return Response.FromValue(VersionResult.FromResponse(response), response);
- }
-
- /// Get CodeTransparency version information.
- /// The cancellation token to use.
- ///
- public virtual Response GetCodeTransparencyVersion(CancellationToken cancellationToken = default)
- {
- RequestContext context = FromCancellationToken(cancellationToken);
- Response response = GetCodeTransparencyVersion(context);
- return Response.FromValue(VersionResult.FromResponse(response), response);
- }
-
- ///
- /// [Protocol Method] Get CodeTransparency version information.
+ /// [Protocol Method] Get the transparent statement consisting of the signed statement and the receipt embedded in the header
///
/// -
///
@@ -768,57 +523,27 @@ public virtual Response GetCodeTransparencyVersion(CancellationTo
///
/// -
///
- /// Please try the simpler convenience overload with strongly typed models first.
+ /// Please try the simpler convenience overload with strongly typed models first.
///
///
///
///
+ /// ID of the entry to retrieve.
/// The request context, which can override default behaviors of the client pipeline on a per-call basis.
+ /// is null.
+ /// is an empty string, and was expected to be non-empty.
/// Service returned a non-success status code.
/// The response returned from the service.
- ///
- public virtual async Task GetCodeTransparencyVersionAsync(RequestContext context)
+ ///
+ public virtual Response GetEntryStatement(string entryId, RequestContext context)
{
- using var scope = ClientDiagnostics.CreateScope("CodeTransparencyClient.GetCodeTransparencyVersion");
- scope.Start();
- try
- {
- using HttpMessage message = CreateGetCodeTransparencyVersionRequest(context);
- return await _pipeline.ProcessMessageAsync(message, context).ConfigureAwait(false);
- }
- catch (Exception e)
- {
- scope.Failed(e);
- throw;
- }
- }
+ Argument.AssertNotNullOrEmpty(entryId, nameof(entryId));
- ///
- /// [Protocol Method] Get CodeTransparency version information.
- ///
- /// -
- ///
- /// This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
- ///
- ///
- /// -
- ///
- /// Please try the simpler convenience overload with strongly typed models first.
- ///
- ///
- ///
- ///
- /// The request context, which can override default behaviors of the client pipeline on a per-call basis.
- /// Service returned a non-success status code.
- /// The response returned from the service.
- ///
- public virtual Response GetCodeTransparencyVersion(RequestContext context)
- {
- using var scope = ClientDiagnostics.CreateScope("CodeTransparencyClient.GetCodeTransparencyVersion");
+ using var scope = ClientDiagnostics.CreateScope("CodeTransparencyClient.GetEntryStatement");
scope.Start();
try
{
- using HttpMessage message = CreateGetCodeTransparencyVersionRequest(context);
+ using HttpMessage message = CreateGetEntryStatementRequest(entryId, context);
return _pipeline.ProcessMessage(message, context);
}
catch (Exception e)
@@ -828,240 +553,77 @@ public virtual Response GetCodeTransparencyVersion(RequestContext context)
}
}
- /// Historical query to get a list of entries of a given range.
- /// Starting Transaction Id.
- /// Ending Transaction Id.
- /// The cancellation token to use.
- ///
- public virtual AsyncPageable GetEntryIdsAsync(long? @from = null, long? to = null, CancellationToken cancellationToken = default)
- {
- RequestContext context = cancellationToken.CanBeCanceled ? new RequestContext { CancellationToken = cancellationToken } : null;
- HttpMessage FirstPageRequest(int? pageSizeHint) => CreateGetEntryIdsRequest(@from, to, context);
- HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => CreateGetEntryIdsNextPageRequest(nextLink, @from, to, context);
- return GeneratorPageableHelpers.CreateAsyncPageable(FirstPageRequest, NextPageRequest, e => e.GetString(), ClientDiagnostics, _pipeline, "CodeTransparencyClient.GetEntryIds", "transactionIds", "nextLink", context);
- }
-
- /// Historical query to get a list of entries of a given range.
- /// Starting Transaction Id.
- /// Ending Transaction Id.
- /// The cancellation token to use.
- ///
- public virtual Pageable GetEntryIds(long? @from = null, long? to = null, CancellationToken cancellationToken = default)
- {
- RequestContext context = cancellationToken.CanBeCanceled ? new RequestContext { CancellationToken = cancellationToken } : null;
- HttpMessage FirstPageRequest(int? pageSizeHint) => CreateGetEntryIdsRequest(@from, to, context);
- HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => CreateGetEntryIdsNextPageRequest(nextLink, @from, to, context);
- return GeneratorPageableHelpers.CreatePageable(FirstPageRequest, NextPageRequest, e => e.GetString(), ClientDiagnostics, _pipeline, "CodeTransparencyClient.GetEntryIds", "transactionIds", "nextLink", context);
- }
-
- ///
- /// [Protocol Method] Historical query to get a list of entries of a given range
- ///
- /// -
- ///
- /// This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
- ///
- ///
- /// -
- ///
- /// Please try the simpler convenience overload with strongly typed models first.
- ///
- ///
- ///
- ///
- /// Starting Transaction Id.
- /// Ending Transaction Id.
- /// The request context, which can override default behaviors of the client pipeline on a per-call basis.
- /// Service returned a non-success status code.
- /// The from the service containing a list of objects. Details of the body schema for each item in the collection are in the Remarks section below.
- ///
- public virtual AsyncPageable GetEntryIdsAsync(long? @from, long? to, RequestContext context)
- {
- HttpMessage FirstPageRequest(int? pageSizeHint) => CreateGetEntryIdsRequest(@from, to, context);
- HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => CreateGetEntryIdsNextPageRequest(nextLink, @from, to, context);
- return GeneratorPageableHelpers.CreateAsyncPageable(FirstPageRequest, NextPageRequest, e => BinaryData.FromString(e.GetRawText()), ClientDiagnostics, _pipeline, "CodeTransparencyClient.GetEntryIds", "transactionIds", "nextLink", context);
- }
-
- ///
- /// [Protocol Method] Historical query to get a list of entries of a given range
- ///
- /// -
- ///
- /// This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
- ///
- ///
- /// -
- ///
- /// Please try the simpler convenience overload with strongly typed models first.
- ///
- ///
- ///
- ///
- /// Starting Transaction Id.
- /// Ending Transaction Id.
- /// The request context, which can override default behaviors of the client pipeline on a per-call basis.
- /// Service returned a non-success status code.
- /// The from the service containing a list of objects. Details of the body schema for each item in the collection are in the Remarks section below.
- ///
- public virtual Pageable GetEntryIds(long? @from, long? to, RequestContext context)
- {
- HttpMessage FirstPageRequest(int? pageSizeHint) => CreateGetEntryIdsRequest(@from, to, context);
- HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => CreateGetEntryIdsNextPageRequest(nextLink, @from, to, context);
- return GeneratorPageableHelpers.CreatePageable(FirstPageRequest, NextPageRequest, e => BinaryData.FromString(e.GetRawText()), ClientDiagnostics, _pipeline, "CodeTransparencyClient.GetEntryIds", "transactionIds", "nextLink", context);
- }
-
- internal HttpMessage CreateGetEntryStatusRequest(string operationId, RequestContext context)
+ internal HttpMessage CreateGetTransparencyConfigCborRequest(RequestContext context)
{
- var message = _pipeline.CreateMessage(context, ResponseClassifier200);
+ var message = _pipeline.CreateMessage(context, ResponseClassifier200500503);
var request = message.Request;
request.Method = RequestMethod.Get;
var uri = new RawRequestUriBuilder();
uri.Reset(_endpoint);
- uri.AppendPath("/operations/", false);
- uri.AppendPath(operationId, true);
+ uri.AppendPath("/.well-known/transparency-configuration", false);
uri.AppendQuery("api-version", _apiVersion, true);
request.Uri = uri;
- request.Headers.Add("Accept", "application/json");
+ request.Headers.Add("Accept", "application/cbor");
return message;
}
- internal HttpMessage CreateGetEntryStatusesRequest(RequestContext context)
+ internal HttpMessage CreateGetPublicKeysRequest(RequestContext context)
{
- var message = _pipeline.CreateMessage(context, ResponseClassifier200);
+ var message = _pipeline.CreateMessage(context, ResponseClassifier200400404429500503);
var request = message.Request;
request.Method = RequestMethod.Get;
var uri = new RawRequestUriBuilder();
uri.Reset(_endpoint);
- uri.AppendPath("/operations", false);
+ uri.AppendPath("/jwks", false);
uri.AppendQuery("api-version", _apiVersion, true);
request.Uri = uri;
request.Headers.Add("Accept", "application/json");
return message;
}
- internal HttpMessage CreateGetEntryRequest(string entryId, bool? embedReceipt, RequestContext context)
+ internal HttpMessage CreateGetOperationRequest(string operationId, RequestContext context)
{
- var message = _pipeline.CreateMessage(context, ResponseClassifier200);
+ var message = _pipeline.CreateMessage(context, ResponseClassifier200202400404429500503);
var request = message.Request;
request.Method = RequestMethod.Get;
var uri = new RawRequestUriBuilder();
uri.Reset(_endpoint);
- uri.AppendPath("/entries/", false);
- uri.AppendPath(entryId, true);
+ uri.AppendPath("/operations/", false);
+ uri.AppendPath(operationId, true);
uri.AppendQuery("api-version", _apiVersion, true);
- if (embedReceipt != null)
- {
- uri.AppendQuery("embedReceipt", embedReceipt.Value, true);
- }
request.Uri = uri;
- request.Headers.Add("Accept", "application/cose");
+ request.Headers.Add("Accept", "application/cbor");
return message;
}
- internal HttpMessage CreateGetEntryReceiptRequest(string entryId, RequestContext context)
+ internal HttpMessage CreateGetEntryRequest(string entryId, RequestContext context)
{
- var message = _pipeline.CreateMessage(context, ResponseClassifier200);
+ var message = _pipeline.CreateMessage(context, ResponseClassifier200400404429500503);
var request = message.Request;
request.Method = RequestMethod.Get;
var uri = new RawRequestUriBuilder();
uri.Reset(_endpoint);
uri.AppendPath("/entries/", false);
uri.AppendPath(entryId, true);
- uri.AppendPath("/receipt", false);
uri.AppendQuery("api-version", _apiVersion, true);
request.Uri = uri;
- request.Headers.Add("Accept", "application/cbor");
- return message;
- }
-
- internal HttpMessage CreateGetEntryIdsRequest(long? @from, long? to, RequestContext context)
- {
- var message = _pipeline.CreateMessage(context, ResponseClassifier200);
- var request = message.Request;
- request.Method = RequestMethod.Get;
- var uri = new RawRequestUriBuilder();
- uri.Reset(_endpoint);
- uri.AppendPath("/entries/txIds", false);
- uri.AppendQuery("api-version", _apiVersion, true);
- if (@from != null)
- {
- uri.AppendQuery("from", @from.Value, true);
- }
- if (to != null)
- {
- uri.AppendQuery("to", to.Value, true);
- }
- request.Uri = uri;
- request.Headers.Add("Accept", "application/json");
- return message;
- }
-
- internal HttpMessage CreateGetParametersRequest(RequestContext context)
- {
- var message = _pipeline.CreateMessage(context, ResponseClassifier200);
- var request = message.Request;
- request.Method = RequestMethod.Get;
- var uri = new RawRequestUriBuilder();
- uri.Reset(_endpoint);
- uri.AppendPath("/parameters", false);
- uri.AppendQuery("api-version", _apiVersion, true);
- request.Uri = uri;
- request.Headers.Add("Accept", "application/json");
- return message;
- }
-
- internal HttpMessage CreateGetDidConfigRequest(RequestContext context)
- {
- var message = _pipeline.CreateMessage(context, ResponseClassifier200);
- var request = message.Request;
- request.Method = RequestMethod.Get;
- var uri = new RawRequestUriBuilder();
- uri.Reset(_endpoint);
- uri.AppendPath("/.well-known/did.json", false);
- uri.AppendQuery("api-version", _apiVersion, true);
- request.Uri = uri;
- request.Headers.Add("Accept", "application/json");
- return message;
- }
-
- internal HttpMessage CreateGetCodeTransparencyConfigRequest(RequestContext context)
- {
- var message = _pipeline.CreateMessage(context, ResponseClassifier200);
- var request = message.Request;
- request.Method = RequestMethod.Get;
- var uri = new RawRequestUriBuilder();
- uri.Reset(_endpoint);
- uri.AppendPath("/configuration", false);
- uri.AppendQuery("api-version", _apiVersion, true);
- request.Uri = uri;
- request.Headers.Add("Accept", "application/json");
+ request.Headers.Add("Accept", "application/cose");
return message;
}
- internal HttpMessage CreateGetCodeTransparencyVersionRequest(RequestContext context)
+ internal HttpMessage CreateGetEntryStatementRequest(string entryId, RequestContext context)
{
- var message = _pipeline.CreateMessage(context, ResponseClassifier200);
+ var message = _pipeline.CreateMessage(context, ResponseClassifier200400404429500503);
var request = message.Request;
request.Method = RequestMethod.Get;
var uri = new RawRequestUriBuilder();
uri.Reset(_endpoint);
- uri.AppendPath("/version", false);
+ uri.AppendPath("/entries/", false);
+ uri.AppendPath(entryId, true);
+ uri.AppendPath("/statement", false);
uri.AppendQuery("api-version", _apiVersion, true);
request.Uri = uri;
- request.Headers.Add("Accept", "application/json");
- return message;
- }
-
- internal HttpMessage CreateGetEntryIdsNextPageRequest(string nextLink, long? @from, long? to, RequestContext context)
- {
- var message = _pipeline.CreateMessage(context, ResponseClassifier200);
- var request = message.Request;
- request.Method = RequestMethod.Get;
- var uri = new RawRequestUriBuilder();
- uri.Reset(_endpoint);
- uri.AppendRawNextLink(nextLink, false);
- request.Uri = uri;
- request.Headers.Add("Accept", "application/json");
+ request.Headers.Add("Accept", "application/cose");
return message;
}
@@ -1076,7 +638,13 @@ internal static RequestContext FromCancellationToken(CancellationToken cancellat
return new RequestContext() { CancellationToken = cancellationToken };
}
- private static ResponseClassifier _responseClassifier200;
- private static ResponseClassifier ResponseClassifier200 => _responseClassifier200 ??= new StatusCodeClassifier(stackalloc ushort[] { 200 });
+ private static ResponseClassifier _responseClassifier200500503;
+ private static ResponseClassifier ResponseClassifier200500503 => _responseClassifier200500503 ??= new StatusCodeClassifier(stackalloc ushort[] { 200, 500, 503 });
+ private static ResponseClassifier _responseClassifier200400404429500503;
+ private static ResponseClassifier ResponseClassifier200400404429500503 => _responseClassifier200400404429500503 ??= new StatusCodeClassifier(stackalloc ushort[] { 200, 400, 404, 429, 500, 503 });
+ private static ResponseClassifier _responseClassifier201202400404429500503;
+ private static ResponseClassifier ResponseClassifier201202400404429500503 => _responseClassifier201202400404429500503 ??= new StatusCodeClassifier(stackalloc ushort[] { 201, 202, 400, 404, 429, 500, 503 });
+ private static ResponseClassifier _responseClassifier200202400404429500503;
+ private static ResponseClassifier ResponseClassifier200202400404429500503 => _responseClassifier200202400404429500503 ??= new StatusCodeClassifier(stackalloc ushort[] { 200, 202, 400, 404, 429, 500, 503 });
}
}
diff --git a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/CodeTransparencyClientOptions.cs b/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/CodeTransparencyClientOptions.cs
index 34f941625bba..9ce33d7d3e67 100644
--- a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/CodeTransparencyClientOptions.cs
+++ b/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/CodeTransparencyClientOptions.cs
@@ -13,13 +13,13 @@ namespace Azure.Security.CodeTransparency
/// Client options for CodeTransparencyClient.
public partial class CodeTransparencyClientOptions : ClientOptions
{
- private const ServiceVersion LatestVersion = ServiceVersion.V2024_01_11_Preview;
+ private const ServiceVersion LatestVersion = ServiceVersion.V2025_01_31_Preview;
/// The version of the service to use.
public enum ServiceVersion
{
- /// Service version "2024-01-11-preview".
- V2024_01_11_Preview = 1,
+ /// Service version "2025-01-31-preview".
+ V2025_01_31_Preview = 1,
}
internal string Version { get; }
@@ -29,7 +29,7 @@ public CodeTransparencyClientOptions(ServiceVersion version = LatestVersion)
{
Version = version switch
{
- ServiceVersion.V2024_01_11_Preview => "2024-01-11-preview",
+ ServiceVersion.V2025_01_31_Preview => "2025-01-31-preview",
_ => throw new NotSupportedException()
};
}
diff --git a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/CodeTransparencyConfiguration.Serialization.cs b/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/CodeTransparencyConfiguration.Serialization.cs
deleted file mode 100644
index c394e35473fc..000000000000
--- a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/CodeTransparencyConfiguration.Serialization.cs
+++ /dev/null
@@ -1,175 +0,0 @@
-// Copyright (c) Microsoft Corporation. All rights reserved.
-// Licensed under the MIT License.
-
-//
-
-#nullable disable
-
-using System;
-using System.ClientModel.Primitives;
-using System.Collections.Generic;
-using System.Text.Json;
-using Azure.Core;
-
-namespace Azure.Security.CodeTransparency
-{
- public partial class CodeTransparencyConfiguration : IUtf8JsonSerializable, IJsonModel
- {
- void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) => ((IJsonModel)this).Write(writer, ModelSerializationExtensions.WireOptions);
-
- void IJsonModel.Write(Utf8JsonWriter writer, ModelReaderWriterOptions options)
- {
- writer.WriteStartObject();
- JsonModelWriteCore(writer, options);
- writer.WriteEndObject();
- }
-
- /// The JSON writer.
- /// The client options for reading and writing models.
- protected virtual void JsonModelWriteCore(Utf8JsonWriter writer, ModelReaderWriterOptions options)
- {
- var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format;
- if (format != "J")
- {
- throw new FormatException($"The model {nameof(CodeTransparencyConfiguration)} does not support writing '{format}' format.");
- }
-
- if (Optional.IsDefined(Policy))
- {
- writer.WritePropertyName("policy"u8);
- writer.WriteObjectValue(Policy, options);
- }
- if (Optional.IsDefined(Authentication))
- {
- writer.WritePropertyName("authentication"u8);
- writer.WriteObjectValue(Authentication, options);
- }
- if (Optional.IsDefined(ServiceIdentifier))
- {
- writer.WritePropertyName("service_identifier"u8);
- writer.WriteStringValue(ServiceIdentifier);
- }
- if (options.Format != "W" && _serializedAdditionalRawData != null)
- {
- foreach (var item in _serializedAdditionalRawData)
- {
- writer.WritePropertyName(item.Key);
-#if NET6_0_OR_GREATER
- writer.WriteRawValue(item.Value);
-#else
- using (JsonDocument document = JsonDocument.Parse(item.Value, ModelSerializationExtensions.JsonDocumentOptions))
- {
- JsonSerializer.Serialize(writer, document.RootElement);
- }
-#endif
- }
- }
- }
-
- CodeTransparencyConfiguration IJsonModel.Create(ref Utf8JsonReader reader, ModelReaderWriterOptions options)
- {
- var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format;
- if (format != "J")
- {
- throw new FormatException($"The model {nameof(CodeTransparencyConfiguration)} does not support reading '{format}' format.");
- }
-
- using JsonDocument document = JsonDocument.ParseValue(ref reader);
- return DeserializeCodeTransparencyConfiguration(document.RootElement, options);
- }
-
- internal static CodeTransparencyConfiguration DeserializeCodeTransparencyConfiguration(JsonElement element, ModelReaderWriterOptions options = null)
- {
- options ??= ModelSerializationExtensions.WireOptions;
-
- if (element.ValueKind == JsonValueKind.Null)
- {
- return null;
- }
- CodeTransparencyConfigurationPolicy policy = default;
- CodeTransparencyConfigurationAuthentication authentication = default;
- string serviceIdentifier = default;
- IDictionary serializedAdditionalRawData = default;
- Dictionary rawDataDictionary = new Dictionary();
- foreach (var property in element.EnumerateObject())
- {
- if (property.NameEquals("policy"u8))
- {
- if (property.Value.ValueKind == JsonValueKind.Null)
- {
- continue;
- }
- policy = CodeTransparencyConfigurationPolicy.DeserializeCodeTransparencyConfigurationPolicy(property.Value, options);
- continue;
- }
- if (property.NameEquals("authentication"u8))
- {
- if (property.Value.ValueKind == JsonValueKind.Null)
- {
- continue;
- }
- authentication = CodeTransparencyConfigurationAuthentication.DeserializeCodeTransparencyConfigurationAuthentication(property.Value, options);
- continue;
- }
- if (property.NameEquals("service_identifier"u8))
- {
- serviceIdentifier = property.Value.GetString();
- continue;
- }
- if (options.Format != "W")
- {
- rawDataDictionary.Add(property.Name, BinaryData.FromString(property.Value.GetRawText()));
- }
- }
- serializedAdditionalRawData = rawDataDictionary;
- return new CodeTransparencyConfiguration(policy, authentication, serviceIdentifier, serializedAdditionalRawData);
- }
-
- BinaryData IPersistableModel.Write(ModelReaderWriterOptions options)
- {
- var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format;
-
- switch (format)
- {
- case "J":
- return ModelReaderWriter.Write(this, options);
- default:
- throw new FormatException($"The model {nameof(CodeTransparencyConfiguration)} does not support writing '{options.Format}' format.");
- }
- }
-
- CodeTransparencyConfiguration IPersistableModel.Create(BinaryData data, ModelReaderWriterOptions options)
- {
- var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format;
-
- switch (format)
- {
- case "J":
- {
- using JsonDocument document = JsonDocument.Parse(data, ModelSerializationExtensions.JsonDocumentOptions);
- return DeserializeCodeTransparencyConfiguration(document.RootElement, options);
- }
- default:
- throw new FormatException($"The model {nameof(CodeTransparencyConfiguration)} does not support reading '{options.Format}' format.");
- }
- }
-
- string IPersistableModel.GetFormatFromOptions(ModelReaderWriterOptions options) => "J";
-
- /// Deserializes the model from a raw response.
- /// The response to deserialize the model from.
- internal static CodeTransparencyConfiguration FromResponse(Response response)
- {
- using var document = JsonDocument.Parse(response.Content, ModelSerializationExtensions.JsonDocumentOptions);
- return DeserializeCodeTransparencyConfiguration(document.RootElement);
- }
-
- /// Convert into a .
- internal virtual RequestContent ToRequestContent()
- {
- var content = new Utf8JsonRequestContent();
- content.JsonWriter.WriteObjectValue(this, ModelSerializationExtensions.WireOptions);
- return content;
- }
- }
-}
diff --git a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/CodeTransparencyConfiguration.cs b/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/CodeTransparencyConfiguration.cs
deleted file mode 100644
index f0457a7dad24..000000000000
--- a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/CodeTransparencyConfiguration.cs
+++ /dev/null
@@ -1,73 +0,0 @@
-// Copyright (c) Microsoft Corporation. All rights reserved.
-// Licensed under the MIT License.
-
-//
-
-#nullable disable
-
-using System;
-using System.Collections.Generic;
-
-namespace Azure.Security.CodeTransparency
-{
- /// The Response body of the Configuration API.
- public partial class CodeTransparencyConfiguration
- {
- ///
- /// Keeps track of any properties unknown to the library.
- ///
- /// To assign an object to the value of this property use .
- ///
- ///
- /// To assign an already formatted json string to this property use .
- ///
- ///
- /// Examples:
- ///
- /// -
- /// BinaryData.FromObjectAsJson("foo")
- /// Creates a payload of "foo".
- ///
- /// -
- /// BinaryData.FromString("\"foo\"")
- /// Creates a payload of "foo".
- ///
- /// -
- /// BinaryData.FromObjectAsJson(new { key = "value" })
- /// Creates a payload of { "key": "value" }.
- ///
- /// -
- /// BinaryData.FromString("{\"key\": \"value\"}")
- /// Creates a payload of { "key": "value" }.
- ///
- ///
- ///
- ///
- private IDictionary _serializedAdditionalRawData;
-
- /// Initializes a new instance of .
- internal CodeTransparencyConfiguration()
- {
- }
-
- /// Initializes a new instance of .
- ///
- ///
- /// did:web identifier.
- /// Keeps track of any properties unknown to the library.
- internal CodeTransparencyConfiguration(CodeTransparencyConfigurationPolicy policy, CodeTransparencyConfigurationAuthentication authentication, string serviceIdentifier, IDictionary serializedAdditionalRawData)
- {
- Policy = policy;
- Authentication = authentication;
- ServiceIdentifier = serviceIdentifier;
- _serializedAdditionalRawData = serializedAdditionalRawData;
- }
-
- /// Gets the policy.
- public CodeTransparencyConfigurationPolicy Policy { get; }
- /// Gets the authentication.
- public CodeTransparencyConfigurationAuthentication Authentication { get; }
- /// did:web identifier.
- public string ServiceIdentifier { get; }
- }
-}
diff --git a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/CodeTransparencyConfigurationAuthentication.Serialization.cs b/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/CodeTransparencyConfigurationAuthentication.Serialization.cs
deleted file mode 100644
index b9420349bca5..000000000000
--- a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/CodeTransparencyConfigurationAuthentication.Serialization.cs
+++ /dev/null
@@ -1,157 +0,0 @@
-// Copyright (c) Microsoft Corporation. All rights reserved.
-// Licensed under the MIT License.
-
-//
-
-#nullable disable
-
-using System;
-using System.ClientModel.Primitives;
-using System.Collections.Generic;
-using System.Text.Json;
-using Azure.Core;
-
-namespace Azure.Security.CodeTransparency
-{
- public partial class CodeTransparencyConfigurationAuthentication : IUtf8JsonSerializable, IJsonModel
- {
- void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) => ((IJsonModel)this).Write(writer, ModelSerializationExtensions.WireOptions);
-
- void IJsonModel.Write(Utf8JsonWriter writer, ModelReaderWriterOptions options)
- {
- writer.WriteStartObject();
- JsonModelWriteCore(writer, options);
- writer.WriteEndObject();
- }
-
- /// The JSON writer.
- /// The client options for reading and writing models.
- protected virtual void JsonModelWriteCore(Utf8JsonWriter writer, ModelReaderWriterOptions options)
- {
- var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format;
- if (format != "J")
- {
- throw new FormatException($"The model {nameof(CodeTransparencyConfigurationAuthentication)} does not support writing '{format}' format.");
- }
-
- writer.WritePropertyName("allow_unauthenticated"u8);
- writer.WriteBooleanValue(AllowUnauthenticated);
- if (Optional.IsDefined(Jwt))
- {
- writer.WritePropertyName("jwt"u8);
- writer.WriteObjectValue(Jwt, options);
- }
- if (options.Format != "W" && _serializedAdditionalRawData != null)
- {
- foreach (var item in _serializedAdditionalRawData)
- {
- writer.WritePropertyName(item.Key);
-#if NET6_0_OR_GREATER
- writer.WriteRawValue(item.Value);
-#else
- using (JsonDocument document = JsonDocument.Parse(item.Value, ModelSerializationExtensions.JsonDocumentOptions))
- {
- JsonSerializer.Serialize(writer, document.RootElement);
- }
-#endif
- }
- }
- }
-
- CodeTransparencyConfigurationAuthentication IJsonModel.Create(ref Utf8JsonReader reader, ModelReaderWriterOptions options)
- {
- var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format;
- if (format != "J")
- {
- throw new FormatException($"The model {nameof(CodeTransparencyConfigurationAuthentication)} does not support reading '{format}' format.");
- }
-
- using JsonDocument document = JsonDocument.ParseValue(ref reader);
- return DeserializeCodeTransparencyConfigurationAuthentication(document.RootElement, options);
- }
-
- internal static CodeTransparencyConfigurationAuthentication DeserializeCodeTransparencyConfigurationAuthentication(JsonElement element, ModelReaderWriterOptions options = null)
- {
- options ??= ModelSerializationExtensions.WireOptions;
-
- if (element.ValueKind == JsonValueKind.Null)
- {
- return null;
- }
- bool allowUnauthenticated = default;
- CodeTransparencyConfigurationAuthenticationJwt jwt = default;
- IDictionary serializedAdditionalRawData = default;
- Dictionary rawDataDictionary = new Dictionary();
- foreach (var property in element.EnumerateObject())
- {
- if (property.NameEquals("allow_unauthenticated"u8))
- {
- allowUnauthenticated = property.Value.GetBoolean();
- continue;
- }
- if (property.NameEquals("jwt"u8))
- {
- if (property.Value.ValueKind == JsonValueKind.Null)
- {
- continue;
- }
- jwt = CodeTransparencyConfigurationAuthenticationJwt.DeserializeCodeTransparencyConfigurationAuthenticationJwt(property.Value, options);
- continue;
- }
- if (options.Format != "W")
- {
- rawDataDictionary.Add(property.Name, BinaryData.FromString(property.Value.GetRawText()));
- }
- }
- serializedAdditionalRawData = rawDataDictionary;
- return new CodeTransparencyConfigurationAuthentication(allowUnauthenticated, jwt, serializedAdditionalRawData);
- }
-
- BinaryData IPersistableModel.Write(ModelReaderWriterOptions options)
- {
- var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format;
-
- switch (format)
- {
- case "J":
- return ModelReaderWriter.Write(this, options);
- default:
- throw new FormatException($"The model {nameof(CodeTransparencyConfigurationAuthentication)} does not support writing '{options.Format}' format.");
- }
- }
-
- CodeTransparencyConfigurationAuthentication IPersistableModel.Create(BinaryData data, ModelReaderWriterOptions options)
- {
- var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format;
-
- switch (format)
- {
- case "J":
- {
- using JsonDocument document = JsonDocument.Parse(data, ModelSerializationExtensions.JsonDocumentOptions);
- return DeserializeCodeTransparencyConfigurationAuthentication(document.RootElement, options);
- }
- default:
- throw new FormatException($"The model {nameof(CodeTransparencyConfigurationAuthentication)} does not support reading '{options.Format}' format.");
- }
- }
-
- string IPersistableModel.GetFormatFromOptions(ModelReaderWriterOptions options) => "J";
-
- /// Deserializes the model from a raw response.
- /// The response to deserialize the model from.
- internal static CodeTransparencyConfigurationAuthentication FromResponse(Response response)
- {
- using var document = JsonDocument.Parse(response.Content, ModelSerializationExtensions.JsonDocumentOptions);
- return DeserializeCodeTransparencyConfigurationAuthentication(document.RootElement);
- }
-
- /// Convert into a .
- internal virtual RequestContent ToRequestContent()
- {
- var content = new Utf8JsonRequestContent();
- content.JsonWriter.WriteObjectValue(this, ModelSerializationExtensions.WireOptions);
- return content;
- }
- }
-}
diff --git a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/CodeTransparencyConfigurationAuthentication.cs b/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/CodeTransparencyConfigurationAuthentication.cs
deleted file mode 100644
index e1c87d448398..000000000000
--- a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/CodeTransparencyConfigurationAuthentication.cs
+++ /dev/null
@@ -1,76 +0,0 @@
-// Copyright (c) Microsoft Corporation. All rights reserved.
-// Licensed under the MIT License.
-
-//
-
-#nullable disable
-
-using System;
-using System.Collections.Generic;
-
-namespace Azure.Security.CodeTransparency
-{
- /// Configuration of CCF authentication.
- public partial class CodeTransparencyConfigurationAuthentication
- {
- ///
- /// Keeps track of any properties unknown to the library.
- ///
- /// To assign an object to the value of this property use .
- ///
- ///
- /// To assign an already formatted json string to this property use .
- ///
- ///
- /// Examples:
- ///
- /// -
- /// BinaryData.FromObjectAsJson("foo")
- /// Creates a payload of "foo".
- ///
- /// -
- /// BinaryData.FromString("\"foo\"")
- /// Creates a payload of "foo".
- ///
- /// -
- /// BinaryData.FromObjectAsJson(new { key = "value" })
- /// Creates a payload of { "key": "value" }.
- ///
- /// -
- /// BinaryData.FromString("{\"key\": \"value\"}")
- /// Creates a payload of { "key": "value" }.
- ///
- ///
- ///
- ///
- private IDictionary _serializedAdditionalRawData;
-
- /// Initializes a new instance of .
- ///
- internal CodeTransparencyConfigurationAuthentication(bool allowUnauthenticated)
- {
- AllowUnauthenticated = allowUnauthenticated;
- }
-
- /// Initializes a new instance of .
- ///
- ///
- /// Keeps track of any properties unknown to the library.
- internal CodeTransparencyConfigurationAuthentication(bool allowUnauthenticated, CodeTransparencyConfigurationAuthenticationJwt jwt, IDictionary serializedAdditionalRawData)
- {
- AllowUnauthenticated = allowUnauthenticated;
- Jwt = jwt;
- _serializedAdditionalRawData = serializedAdditionalRawData;
- }
-
- /// Initializes a new instance of for deserialization.
- internal CodeTransparencyConfigurationAuthentication()
- {
- }
-
- /// Gets the allow unauthenticated.
- public bool AllowUnauthenticated { get; }
- /// Gets the jwt.
- public CodeTransparencyConfigurationAuthenticationJwt Jwt { get; }
- }
-}
diff --git a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/CodeTransparencyConfigurationAuthenticationJwt.Serialization.cs b/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/CodeTransparencyConfigurationAuthenticationJwt.Serialization.cs
deleted file mode 100644
index 7fb285204769..000000000000
--- a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/CodeTransparencyConfigurationAuthenticationJwt.Serialization.cs
+++ /dev/null
@@ -1,153 +0,0 @@
-// Copyright (c) Microsoft Corporation. All rights reserved.
-// Licensed under the MIT License.
-
-//
-
-#nullable disable
-
-using System;
-using System.ClientModel.Primitives;
-using System.Collections.Generic;
-using System.Text.Json;
-using Azure.Core;
-
-namespace Azure.Security.CodeTransparency
-{
- public partial class CodeTransparencyConfigurationAuthenticationJwt : IUtf8JsonSerializable, IJsonModel
- {
- void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) => ((IJsonModel)this).Write(writer, ModelSerializationExtensions.WireOptions);
-
- void IJsonModel.Write(Utf8JsonWriter writer, ModelReaderWriterOptions options)
- {
- writer.WriteStartObject();
- JsonModelWriteCore(writer, options);
- writer.WriteEndObject();
- }
-
- /// The JSON writer.
- /// The client options for reading and writing models.
- protected virtual void JsonModelWriteCore(Utf8JsonWriter writer, ModelReaderWriterOptions options)
- {
- var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format;
- if (format != "J")
- {
- throw new FormatException($"The model {nameof(CodeTransparencyConfigurationAuthenticationJwt)} does not support writing '{format}' format.");
- }
-
- writer.WritePropertyName("required_claims"u8);
- writer.WriteStartObject();
- foreach (var item in RequiredClaims)
- {
- writer.WritePropertyName(item.Key);
- writer.WriteStringValue(item.Value);
- }
- writer.WriteEndObject();
- if (options.Format != "W" && _serializedAdditionalRawData != null)
- {
- foreach (var item in _serializedAdditionalRawData)
- {
- writer.WritePropertyName(item.Key);
-#if NET6_0_OR_GREATER
- writer.WriteRawValue(item.Value);
-#else
- using (JsonDocument document = JsonDocument.Parse(item.Value, ModelSerializationExtensions.JsonDocumentOptions))
- {
- JsonSerializer.Serialize(writer, document.RootElement);
- }
-#endif
- }
- }
- }
-
- CodeTransparencyConfigurationAuthenticationJwt IJsonModel.Create(ref Utf8JsonReader reader, ModelReaderWriterOptions options)
- {
- var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format;
- if (format != "J")
- {
- throw new FormatException($"The model {nameof(CodeTransparencyConfigurationAuthenticationJwt)} does not support reading '{format}' format.");
- }
-
- using JsonDocument document = JsonDocument.ParseValue(ref reader);
- return DeserializeCodeTransparencyConfigurationAuthenticationJwt(document.RootElement, options);
- }
-
- internal static CodeTransparencyConfigurationAuthenticationJwt DeserializeCodeTransparencyConfigurationAuthenticationJwt(JsonElement element, ModelReaderWriterOptions options = null)
- {
- options ??= ModelSerializationExtensions.WireOptions;
-
- if (element.ValueKind == JsonValueKind.Null)
- {
- return null;
- }
- IReadOnlyDictionary requiredClaims = default;
- IDictionary serializedAdditionalRawData = default;
- Dictionary rawDataDictionary = new Dictionary();
- foreach (var property in element.EnumerateObject())
- {
- if (property.NameEquals("required_claims"u8))
- {
- Dictionary dictionary = new Dictionary();
- foreach (var property0 in property.Value.EnumerateObject())
- {
- dictionary.Add(property0.Name, property0.Value.GetString());
- }
- requiredClaims = dictionary;
- continue;
- }
- if (options.Format != "W")
- {
- rawDataDictionary.Add(property.Name, BinaryData.FromString(property.Value.GetRawText()));
- }
- }
- serializedAdditionalRawData = rawDataDictionary;
- return new CodeTransparencyConfigurationAuthenticationJwt(requiredClaims, serializedAdditionalRawData);
- }
-
- BinaryData IPersistableModel.Write(ModelReaderWriterOptions options)
- {
- var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format;
-
- switch (format)
- {
- case "J":
- return ModelReaderWriter.Write(this, options);
- default:
- throw new FormatException($"The model {nameof(CodeTransparencyConfigurationAuthenticationJwt)} does not support writing '{options.Format}' format.");
- }
- }
-
- CodeTransparencyConfigurationAuthenticationJwt IPersistableModel.Create(BinaryData data, ModelReaderWriterOptions options)
- {
- var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format;
-
- switch (format)
- {
- case "J":
- {
- using JsonDocument document = JsonDocument.Parse(data, ModelSerializationExtensions.JsonDocumentOptions);
- return DeserializeCodeTransparencyConfigurationAuthenticationJwt(document.RootElement, options);
- }
- default:
- throw new FormatException($"The model {nameof(CodeTransparencyConfigurationAuthenticationJwt)} does not support reading '{options.Format}' format.");
- }
- }
-
- string IPersistableModel.GetFormatFromOptions(ModelReaderWriterOptions options) => "J";
-
- /// Deserializes the model from a raw response.
- /// The response to deserialize the model from.
- internal static CodeTransparencyConfigurationAuthenticationJwt FromResponse(Response response)
- {
- using var document = JsonDocument.Parse(response.Content, ModelSerializationExtensions.JsonDocumentOptions);
- return DeserializeCodeTransparencyConfigurationAuthenticationJwt(document.RootElement);
- }
-
- /// Convert into a .
- internal virtual RequestContent ToRequestContent()
- {
- var content = new Utf8JsonRequestContent();
- content.JsonWriter.WriteObjectValue(this, ModelSerializationExtensions.WireOptions);
- return content;
- }
- }
-}
diff --git a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/CodeTransparencyConfigurationAuthenticationJwt.cs b/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/CodeTransparencyConfigurationAuthenticationJwt.cs
deleted file mode 100644
index e8f3459a23f9..000000000000
--- a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/CodeTransparencyConfigurationAuthenticationJwt.cs
+++ /dev/null
@@ -1,75 +0,0 @@
-// Copyright (c) Microsoft Corporation. All rights reserved.
-// Licensed under the MIT License.
-
-//
-
-#nullable disable
-
-using System;
-using System.Collections.Generic;
-
-namespace Azure.Security.CodeTransparency
-{
- /// Configuration of JWT claims.
- public partial class CodeTransparencyConfigurationAuthenticationJwt
- {
- ///
- /// Keeps track of any properties unknown to the library.
- ///
- /// To assign an object to the value of this property use .
- ///
- ///
- /// To assign an already formatted json string to this property use .
- ///
- ///
- /// Examples:
- ///
- /// -
- /// BinaryData.FromObjectAsJson("foo")
- /// Creates a payload of "foo".
- ///
- /// -
- /// BinaryData.FromString("\"foo\"")
- /// Creates a payload of "foo".
- ///
- /// -
- /// BinaryData.FromObjectAsJson(new { key = "value" })
- /// Creates a payload of { "key": "value" }.
- ///
- /// -
- /// BinaryData.FromString("{\"key\": \"value\"}")
- /// Creates a payload of { "key": "value" }.
- ///
- ///
- ///
- ///
- private IDictionary _serializedAdditionalRawData;
-
- /// Initializes a new instance of .
- ///
- /// is null.
- internal CodeTransparencyConfigurationAuthenticationJwt(IReadOnlyDictionary requiredClaims)
- {
- Argument.AssertNotNull(requiredClaims, nameof(requiredClaims));
-
- RequiredClaims = requiredClaims;
- }
-
- /// Initializes a new instance of .
- ///
- /// Keeps track of any properties unknown to the library.
- internal CodeTransparencyConfigurationAuthenticationJwt(IReadOnlyDictionary requiredClaims, IDictionary serializedAdditionalRawData)
- {
- RequiredClaims = requiredClaims;
- _serializedAdditionalRawData = serializedAdditionalRawData;
- }
-
- /// Initializes a new instance of for deserialization.
- internal CodeTransparencyConfigurationAuthenticationJwt()
- {
- }
-
- /// Gets the required claims.
- public IReadOnlyDictionary RequiredClaims { get; }
- }
-}
diff --git a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/CodeTransparencyConfigurationPolicy.Serialization.cs b/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/CodeTransparencyConfigurationPolicy.Serialization.cs
deleted file mode 100644
index be886ec9bc91..000000000000
--- a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/CodeTransparencyConfigurationPolicy.Serialization.cs
+++ /dev/null
@@ -1,184 +0,0 @@
-// Copyright (c) Microsoft Corporation. All rights reserved.
-// Licensed under the MIT License.
-
-//
-
-#nullable disable
-
-using System;
-using System.ClientModel.Primitives;
-using System.Collections.Generic;
-using System.Text.Json;
-using Azure.Core;
-
-namespace Azure.Security.CodeTransparency
-{
- public partial class CodeTransparencyConfigurationPolicy : IUtf8JsonSerializable, IJsonModel
- {
- void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) => ((IJsonModel)this).Write(writer, ModelSerializationExtensions.WireOptions);
-
- void IJsonModel.Write(Utf8JsonWriter writer, ModelReaderWriterOptions options)
- {
- writer.WriteStartObject();
- JsonModelWriteCore(writer, options);
- writer.WriteEndObject();
- }
-
- /// The JSON writer.
- /// The client options for reading and writing models.
- protected virtual void JsonModelWriteCore(Utf8JsonWriter writer, ModelReaderWriterOptions options)
- {
- var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format;
- if (format != "J")
- {
- throw new FormatException($"The model {nameof(CodeTransparencyConfigurationPolicy)} does not support writing '{format}' format.");
- }
-
- if (Optional.IsCollectionDefined(AcceptedAlgorithms))
- {
- writer.WritePropertyName("accepted_algorithms"u8);
- writer.WriteStartArray();
- foreach (var item in AcceptedAlgorithms)
- {
- writer.WriteStringValue(item);
- }
- writer.WriteEndArray();
- }
- if (Optional.IsCollectionDefined(AcceptedDidIssuers))
- {
- writer.WritePropertyName("accepted_did_issuers"u8);
- writer.WriteStartArray();
- foreach (var item in AcceptedDidIssuers)
- {
- writer.WriteStringValue(item);
- }
- writer.WriteEndArray();
- }
- if (options.Format != "W" && _serializedAdditionalRawData != null)
- {
- foreach (var item in _serializedAdditionalRawData)
- {
- writer.WritePropertyName(item.Key);
-#if NET6_0_OR_GREATER
- writer.WriteRawValue(item.Value);
-#else
- using (JsonDocument document = JsonDocument.Parse(item.Value, ModelSerializationExtensions.JsonDocumentOptions))
- {
- JsonSerializer.Serialize(writer, document.RootElement);
- }
-#endif
- }
- }
- }
-
- CodeTransparencyConfigurationPolicy IJsonModel.Create(ref Utf8JsonReader reader, ModelReaderWriterOptions options)
- {
- var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format;
- if (format != "J")
- {
- throw new FormatException($"The model {nameof(CodeTransparencyConfigurationPolicy)} does not support reading '{format}' format.");
- }
-
- using JsonDocument document = JsonDocument.ParseValue(ref reader);
- return DeserializeCodeTransparencyConfigurationPolicy(document.RootElement, options);
- }
-
- internal static CodeTransparencyConfigurationPolicy DeserializeCodeTransparencyConfigurationPolicy(JsonElement element, ModelReaderWriterOptions options = null)
- {
- options ??= ModelSerializationExtensions.WireOptions;
-
- if (element.ValueKind == JsonValueKind.Null)
- {
- return null;
- }
- IReadOnlyList acceptedAlgorithms = default;
- IReadOnlyList acceptedDidIssuers = default;
- IDictionary serializedAdditionalRawData = default;
- Dictionary rawDataDictionary = new Dictionary();
- foreach (var property in element.EnumerateObject())
- {
- if (property.NameEquals("accepted_algorithms"u8))
- {
- if (property.Value.ValueKind == JsonValueKind.Null)
- {
- continue;
- }
- List array = new List();
- foreach (var item in property.Value.EnumerateArray())
- {
- array.Add(item.GetString());
- }
- acceptedAlgorithms = array;
- continue;
- }
- if (property.NameEquals("accepted_did_issuers"u8))
- {
- if (property.Value.ValueKind == JsonValueKind.Null)
- {
- continue;
- }
- List array = new List();
- foreach (var item in property.Value.EnumerateArray())
- {
- array.Add(item.GetString());
- }
- acceptedDidIssuers = array;
- continue;
- }
- if (options.Format != "W")
- {
- rawDataDictionary.Add(property.Name, BinaryData.FromString(property.Value.GetRawText()));
- }
- }
- serializedAdditionalRawData = rawDataDictionary;
- return new CodeTransparencyConfigurationPolicy(acceptedAlgorithms ?? new ChangeTrackingList(), acceptedDidIssuers ?? new ChangeTrackingList(), serializedAdditionalRawData);
- }
-
- BinaryData IPersistableModel.Write(ModelReaderWriterOptions options)
- {
- var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format;
-
- switch (format)
- {
- case "J":
- return ModelReaderWriter.Write(this, options);
- default:
- throw new FormatException($"The model {nameof(CodeTransparencyConfigurationPolicy)} does not support writing '{options.Format}' format.");
- }
- }
-
- CodeTransparencyConfigurationPolicy IPersistableModel.Create(BinaryData data, ModelReaderWriterOptions options)
- {
- var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format;
-
- switch (format)
- {
- case "J":
- {
- using JsonDocument document = JsonDocument.Parse(data, ModelSerializationExtensions.JsonDocumentOptions);
- return DeserializeCodeTransparencyConfigurationPolicy(document.RootElement, options);
- }
- default:
- throw new FormatException($"The model {nameof(CodeTransparencyConfigurationPolicy)} does not support reading '{options.Format}' format.");
- }
- }
-
- string IPersistableModel.GetFormatFromOptions(ModelReaderWriterOptions options) => "J";
-
- /// Deserializes the model from a raw response.
- /// The response to deserialize the model from.
- internal static CodeTransparencyConfigurationPolicy FromResponse(Response response)
- {
- using var document = JsonDocument.Parse(response.Content, ModelSerializationExtensions.JsonDocumentOptions);
- return DeserializeCodeTransparencyConfigurationPolicy(document.RootElement);
- }
-
- /// Convert into a .
- internal virtual RequestContent ToRequestContent()
- {
- var content = new Utf8JsonRequestContent();
- content.JsonWriter.WriteObjectValue(this, ModelSerializationExtensions.WireOptions);
- return content;
- }
- }
-}
diff --git a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/CreateEntryResult.cs b/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/CreateEntryResult.cs
deleted file mode 100644
index 35a24b671ef9..000000000000
--- a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/CreateEntryResult.cs
+++ /dev/null
@@ -1,75 +0,0 @@
-// Copyright (c) Microsoft Corporation. All rights reserved.
-// Licensed under the MIT License.
-
-//
-
-#nullable disable
-
-using System;
-using System.Collections.Generic;
-
-namespace Azure.Security.CodeTransparency
-{
- /// Response of entry submission containing the operationId.
- public partial class CreateEntryResult
- {
- ///
- /// Keeps track of any properties unknown to the library.
- ///
- /// To assign an object to the value of this property use .
- ///
- ///
- /// To assign an already formatted json string to this property use .
- ///
- ///
- /// Examples:
- ///
- /// -
- /// BinaryData.FromObjectAsJson("foo")
- /// Creates a payload of "foo".
- ///
- /// -
- /// BinaryData.FromString("\"foo\"")
- /// Creates a payload of "foo".
- ///
- /// -
- /// BinaryData.FromObjectAsJson(new { key = "value" })
- /// Creates a payload of { "key": "value" }.
- ///
- /// -
- /// BinaryData.FromString("{\"key\": \"value\"}")
- /// Creates a payload of { "key": "value" }.
- ///
- ///
- ///
- ///
- private IDictionary _serializedAdditionalRawData;
-
- /// Initializes a new instance of .
- /// String representing the operation id submitted.
- /// is null.
- internal CreateEntryResult(string operationId)
- {
- Argument.AssertNotNull(operationId, nameof(operationId));
-
- OperationId = operationId;
- }
-
- /// Initializes a new instance of .
- /// String representing the operation id submitted.
- /// Keeps track of any properties unknown to the library.
- internal CreateEntryResult(string operationId, IDictionary serializedAdditionalRawData)
- {
- OperationId = operationId;
- _serializedAdditionalRawData = serializedAdditionalRawData;
- }
-
- /// Initializes a new instance of for deserialization.
- internal CreateEntryResult()
- {
- }
-
- /// String representing the operation id submitted.
- public string OperationId { get; }
- }
-}
diff --git a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/DidDocument.cs b/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/DidDocument.cs
deleted file mode 100644
index 45e7ad37cd29..000000000000
--- a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/DidDocument.cs
+++ /dev/null
@@ -1,83 +0,0 @@
-// Copyright (c) Microsoft Corporation. All rights reserved.
-// Licensed under the MIT License.
-
-//
-
-#nullable disable
-
-using System;
-using System.Collections.Generic;
-using System.Linq;
-
-namespace Azure.Security.CodeTransparency
-{
- /// A DID document.
- public partial class DidDocument
- {
- ///
- /// Keeps track of any properties unknown to the library.
- ///
- /// To assign an object to the value of this property use .
- ///
- ///
- /// To assign an already formatted json string to this property use .
- ///
- ///
- /// Examples:
- ///
- /// -
- /// BinaryData.FromObjectAsJson("foo")
- /// Creates a payload of "foo".
- ///
- /// -
- /// BinaryData.FromString("\"foo\"")
- /// Creates a payload of "foo".
- ///
- /// -
- /// BinaryData.FromObjectAsJson(new { key = "value" })
- /// Creates a payload of { "key": "value" }.
- ///
- /// -
- /// BinaryData.FromString("{\"key\": \"value\"}")
- /// Creates a payload of { "key": "value" }.
- ///
- ///
- ///
- ///
- private IDictionary _serializedAdditionalRawData;
-
- /// Initializes a new instance of .
- /// String representing a DID issuer.
- /// List of public keys used for receipt endorsement verification.
- /// or is null.
- internal DidDocument(string id, IEnumerable assertionMethod)
- {
- Argument.AssertNotNull(id, nameof(id));
- Argument.AssertNotNull(assertionMethod, nameof(assertionMethod));
-
- Id = id;
- AssertionMethod = assertionMethod.ToList();
- }
-
- /// Initializes a new instance of .
- /// String representing a DID issuer.
- /// List of public keys used for receipt endorsement verification.
- /// Keeps track of any properties unknown to the library.
- internal DidDocument(string id, IReadOnlyList assertionMethod, IDictionary serializedAdditionalRawData)
- {
- Id = id;
- AssertionMethod = assertionMethod;
- _serializedAdditionalRawData = serializedAdditionalRawData;
- }
-
- /// Initializes a new instance of for deserialization.
- internal DidDocument()
- {
- }
-
- /// String representing a DID issuer.
- public string Id { get; }
- /// List of public keys used for receipt endorsement verification.
- public IReadOnlyList AssertionMethod { get; }
- }
-}
diff --git a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/DidDocumentKey.Serialization.cs b/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/DidDocumentKey.Serialization.cs
deleted file mode 100644
index 76d79abccd9c..000000000000
--- a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/DidDocumentKey.Serialization.cs
+++ /dev/null
@@ -1,166 +0,0 @@
-// Copyright (c) Microsoft Corporation. All rights reserved.
-// Licensed under the MIT License.
-
-//
-
-#nullable disable
-
-using System;
-using System.ClientModel.Primitives;
-using System.Collections.Generic;
-using System.Text.Json;
-using Azure.Core;
-
-namespace Azure.Security.CodeTransparency
-{
- public partial class DidDocumentKey : IUtf8JsonSerializable, IJsonModel
- {
- void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) => ((IJsonModel)this).Write(writer, ModelSerializationExtensions.WireOptions);
-
- void IJsonModel.Write(Utf8JsonWriter writer, ModelReaderWriterOptions options)
- {
- writer.WriteStartObject();
- JsonModelWriteCore(writer, options);
- writer.WriteEndObject();
- }
-
- /// The JSON writer.
- /// The client options for reading and writing models.
- protected virtual void JsonModelWriteCore(Utf8JsonWriter writer, ModelReaderWriterOptions options)
- {
- var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format;
- if (format != "J")
- {
- throw new FormatException($"The model {nameof(DidDocumentKey)} does not support writing '{format}' format.");
- }
-
- writer.WritePropertyName("id"u8);
- writer.WriteStringValue(Id);
- writer.WritePropertyName("controller"u8);
- writer.WriteStringValue(Controller);
- writer.WritePropertyName("type"u8);
- writer.WriteStringValue(Type.ToString());
- writer.WritePropertyName("publicKeyJwk"u8);
- writer.WriteObjectValue(PublicKeyJwk, options);
- if (options.Format != "W" && _serializedAdditionalRawData != null)
- {
- foreach (var item in _serializedAdditionalRawData)
- {
- writer.WritePropertyName(item.Key);
-#if NET6_0_OR_GREATER
- writer.WriteRawValue(item.Value);
-#else
- using (JsonDocument document = JsonDocument.Parse(item.Value, ModelSerializationExtensions.JsonDocumentOptions))
- {
- JsonSerializer.Serialize(writer, document.RootElement);
- }
-#endif
- }
- }
- }
-
- DidDocumentKey IJsonModel.Create(ref Utf8JsonReader reader, ModelReaderWriterOptions options)
- {
- var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format;
- if (format != "J")
- {
- throw new FormatException($"The model {nameof(DidDocumentKey)} does not support reading '{format}' format.");
- }
-
- using JsonDocument document = JsonDocument.ParseValue(ref reader);
- return DeserializeDidDocumentKey(document.RootElement, options);
- }
-
- internal static DidDocumentKey DeserializeDidDocumentKey(JsonElement element, ModelReaderWriterOptions options = null)
- {
- options ??= ModelSerializationExtensions.WireOptions;
-
- if (element.ValueKind == JsonValueKind.Null)
- {
- return null;
- }
- string id = default;
- string controller = default;
- DidDocumentKeyType type = default;
- JsonWebKey publicKeyJwk = default;
- IDictionary serializedAdditionalRawData = default;
- Dictionary rawDataDictionary = new Dictionary();
- foreach (var property in element.EnumerateObject())
- {
- if (property.NameEquals("id"u8))
- {
- id = property.Value.GetString();
- continue;
- }
- if (property.NameEquals("controller"u8))
- {
- controller = property.Value.GetString();
- continue;
- }
- if (property.NameEquals("type"u8))
- {
- type = new DidDocumentKeyType(property.Value.GetString());
- continue;
- }
- if (property.NameEquals("publicKeyJwk"u8))
- {
- publicKeyJwk = JsonWebKey.DeserializeJsonWebKey(property.Value, options);
- continue;
- }
- if (options.Format != "W")
- {
- rawDataDictionary.Add(property.Name, BinaryData.FromString(property.Value.GetRawText()));
- }
- }
- serializedAdditionalRawData = rawDataDictionary;
- return new DidDocumentKey(id, controller, type, publicKeyJwk, serializedAdditionalRawData);
- }
-
- BinaryData IPersistableModel.Write(ModelReaderWriterOptions options)
- {
- var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format;
-
- switch (format)
- {
- case "J":
- return ModelReaderWriter.Write(this, options);
- default:
- throw new FormatException($"The model {nameof(DidDocumentKey)} does not support writing '{options.Format}' format.");
- }
- }
-
- DidDocumentKey IPersistableModel.Create(BinaryData data, ModelReaderWriterOptions options)
- {
- var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format;
-
- switch (format)
- {
- case "J":
- {
- using JsonDocument document = JsonDocument.Parse(data, ModelSerializationExtensions.JsonDocumentOptions);
- return DeserializeDidDocumentKey(document.RootElement, options);
- }
- default:
- throw new FormatException($"The model {nameof(DidDocumentKey)} does not support reading '{options.Format}' format.");
- }
- }
-
- string IPersistableModel.GetFormatFromOptions(ModelReaderWriterOptions options) => "J";
-
- /// Deserializes the model from a raw response.
- /// The response to deserialize the model from.
- internal static DidDocumentKey FromResponse(Response response)
- {
- using var document = JsonDocument.Parse(response.Content, ModelSerializationExtensions.JsonDocumentOptions);
- return DeserializeDidDocumentKey(document.RootElement);
- }
-
- /// Convert into a .
- internal virtual RequestContent ToRequestContent()
- {
- var content = new Utf8JsonRequestContent();
- content.JsonWriter.WriteObjectValue(this, ModelSerializationExtensions.WireOptions);
- return content;
- }
- }
-}
diff --git a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/DidDocumentKey.cs b/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/DidDocumentKey.cs
deleted file mode 100644
index 4c959e28c237..000000000000
--- a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/DidDocumentKey.cs
+++ /dev/null
@@ -1,94 +0,0 @@
-// Copyright (c) Microsoft Corporation. All rights reserved.
-// Licensed under the MIT License.
-
-//
-
-#nullable disable
-
-using System;
-using System.Collections.Generic;
-
-namespace Azure.Security.CodeTransparency
-{
- /// A DID document key.
- public partial class DidDocumentKey
- {
- ///
- /// Keeps track of any properties unknown to the library.
- ///
- /// To assign an object to the value of this property use .
- ///
- ///
- /// To assign an already formatted json string to this property use .
- ///
- ///
- /// Examples:
- ///
- /// -
- /// BinaryData.FromObjectAsJson("foo")
- /// Creates a payload of "foo".
- ///
- /// -
- /// BinaryData.FromString("\"foo\"")
- /// Creates a payload of "foo".
- ///
- /// -
- /// BinaryData.FromObjectAsJson(new { key = "value" })
- /// Creates a payload of { "key": "value" }.
- ///
- /// -
- /// BinaryData.FromString("{\"key\": \"value\"}")
- /// Creates a payload of { "key": "value" }.
- ///
- ///
- ///
- ///
- private IDictionary _serializedAdditionalRawData;
-
- /// Initializes a new instance of .
- /// Key identifier.
- /// Key controller - similar to DID issuer.
- /// Serialized public key in JWK format.
- /// , or is null.
- internal DidDocumentKey(string id, string controller, JsonWebKey publicKeyJwk)
- {
- Argument.AssertNotNull(id, nameof(id));
- Argument.AssertNotNull(controller, nameof(controller));
- Argument.AssertNotNull(publicKeyJwk, nameof(publicKeyJwk));
-
- Id = id;
- Controller = controller;
- PublicKeyJwk = publicKeyJwk;
- }
-
- /// Initializes a new instance of .
- /// Key identifier.
- /// Key controller - similar to DID issuer.
- /// Key type.
- /// Serialized public key in JWK format.
- /// Keeps track of any properties unknown to the library.
- internal DidDocumentKey(string id, string controller, DidDocumentKeyType type, JsonWebKey publicKeyJwk, IDictionary serializedAdditionalRawData)
- {
- Id = id;
- Controller = controller;
- Type = type;
- PublicKeyJwk = publicKeyJwk;
- _serializedAdditionalRawData = serializedAdditionalRawData;
- }
-
- /// Initializes a new instance of for deserialization.
- internal DidDocumentKey()
- {
- }
-
- /// Key identifier.
- public string Id { get; }
- /// Key controller - similar to DID issuer.
- public string Controller { get; }
- /// Key type.
- public DidDocumentKeyType Type { get; } = DidDocumentKeyType.JsonWebKey2020;
-
- /// Serialized public key in JWK format.
- public JsonWebKey PublicKeyJwk { get; }
- }
-}
diff --git a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/DidDocumentKeyType.cs b/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/DidDocumentKeyType.cs
deleted file mode 100644
index 7f3ae63215fc..000000000000
--- a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/DidDocumentKeyType.cs
+++ /dev/null
@@ -1,48 +0,0 @@
-// Copyright (c) Microsoft Corporation. All rights reserved.
-// Licensed under the MIT License.
-
-//
-
-#nullable disable
-
-using System;
-using System.ComponentModel;
-
-namespace Azure.Security.CodeTransparency
-{
- /// The DidDocumentKey_type.
- public readonly partial struct DidDocumentKeyType : IEquatable
- {
- private readonly string _value;
-
- /// Initializes a new instance of .
- /// is null.
- public DidDocumentKeyType(string value)
- {
- _value = value ?? throw new ArgumentNullException(nameof(value));
- }
-
- private const string JsonWebKey2020Value = "JsonWebKey2020";
-
- /// JsonWebKey2020.
- public static DidDocumentKeyType JsonWebKey2020 { get; } = new DidDocumentKeyType(JsonWebKey2020Value);
- /// Determines if two values are the same.
- public static bool operator ==(DidDocumentKeyType left, DidDocumentKeyType right) => left.Equals(right);
- /// Determines if two values are not the same.
- public static bool operator !=(DidDocumentKeyType left, DidDocumentKeyType right) => !left.Equals(right);
- /// Converts a to a .
- public static implicit operator DidDocumentKeyType(string value) => new DidDocumentKeyType(value);
-
- ///
- [EditorBrowsable(EditorBrowsableState.Never)]
- public override bool Equals(object obj) => obj is DidDocumentKeyType other && Equals(other);
- ///
- public bool Equals(DidDocumentKeyType other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase);
-
- ///
- [EditorBrowsable(EditorBrowsableState.Never)]
- public override int GetHashCode() => _value != null ? StringComparer.InvariantCultureIgnoreCase.GetHashCode(_value) : 0;
- ///
- public override string ToString() => _value;
- }
-}
diff --git a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/Docs/CodeTransparencyClient.xml b/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/Docs/CodeTransparencyClient.xml
index 193a8fab888f..33841852c195 100644
--- a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/Docs/CodeTransparencyClient.xml
+++ b/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/Docs/CodeTransparencyClient.xml
@@ -1,478 +1,254 @@
-
+
-This sample shows how to call GetEntryStatusAsync.
+This sample shows how to call GetTransparencyConfigCborAsync.
");
AzureKeyCredential credential = new AzureKeyCredential("");
CodeTransparencyClient client = new CodeTransparencyClient(endpoint, credential);
-Response response = await client.GetEntryStatusAsync("2.123");
+Response response = await client.GetTransparencyConfigCborAsync();
]]>
-
+
-This sample shows how to call GetEntryStatus.
+This sample shows how to call GetTransparencyConfigCbor.
");
AzureKeyCredential credential = new AzureKeyCredential("");
CodeTransparencyClient client = new CodeTransparencyClient(endpoint, credential);
-Response response = client.GetEntryStatus("2.123");
+Response response = client.GetTransparencyConfigCbor();
]]>
-
+
-This sample shows how to call GetEntryStatusAsync and parse the result.
+This sample shows how to call GetTransparencyConfigCborAsync and parse the result.
");
AzureKeyCredential credential = new AzureKeyCredential("");
CodeTransparencyClient client = new CodeTransparencyClient(endpoint, credential);
-Response response = await client.GetEntryStatusAsync("2.123", null);
+Response response = await client.GetTransparencyConfigCborAsync(null);
JsonElement result = JsonDocument.Parse(response.ContentStream).RootElement;
-Console.WriteLine(result.GetProperty("operationId").ToString());
-Console.WriteLine(result.GetProperty("status").ToString());
+Console.WriteLine(result.ToString());
]]>
-
+
-This sample shows how to call GetEntryStatus and parse the result.
+This sample shows how to call GetTransparencyConfigCbor and parse the result.
");
AzureKeyCredential credential = new AzureKeyCredential("");
CodeTransparencyClient client = new CodeTransparencyClient(endpoint, credential);
-Response response = client.GetEntryStatus("2.123", null);
+Response response = client.GetTransparencyConfigCbor(null);
JsonElement result = JsonDocument.Parse(response.ContentStream).RootElement;
-Console.WriteLine(result.GetProperty("operationId").ToString());
-Console.WriteLine(result.GetProperty("status").ToString());
+Console.WriteLine(result.ToString());
]]>
-
+
-This sample shows how to call GetEntryStatusesAsync.
+This sample shows how to call GetPublicKeysAsync.
");
AzureKeyCredential credential = new AzureKeyCredential("");
CodeTransparencyClient client = new CodeTransparencyClient(endpoint, credential);
-Response response = await client.GetEntryStatusesAsync();
+Response response = await client.GetPublicKeysAsync();
]]>
-
+
-This sample shows how to call GetEntryStatuses.
+This sample shows how to call GetPublicKeys.
");
AzureKeyCredential credential = new AzureKeyCredential("");
CodeTransparencyClient client = new CodeTransparencyClient(endpoint, credential);
-Response response = client.GetEntryStatuses();
+Response response = client.GetPublicKeys();
]]>
-
+
-This sample shows how to call GetEntryStatusesAsync and parse the result.
+This sample shows how to call GetPublicKeysAsync and parse the result.
");
AzureKeyCredential credential = new AzureKeyCredential("");
CodeTransparencyClient client = new CodeTransparencyClient(endpoint, credential);
-Response response = await client.GetEntryStatusesAsync(null);
+Response response = await client.GetPublicKeysAsync(null);
JsonElement result = JsonDocument.Parse(response.ContentStream).RootElement;
-Console.WriteLine(result.GetProperty("operations")[0].GetProperty("operationId").ToString());
-Console.WriteLine(result.GetProperty("operations")[0].GetProperty("status").ToString());
+Console.WriteLine(result.GetProperty("keys")[0].GetProperty("kty").ToString());
]]>
-
+
-This sample shows how to call GetEntryStatuses and parse the result.
+This sample shows how to call GetPublicKeys and parse the result.
");
AzureKeyCredential credential = new AzureKeyCredential("");
CodeTransparencyClient client = new CodeTransparencyClient(endpoint, credential);
-Response response = client.GetEntryStatuses(null);
+Response response = client.GetPublicKeys(null);
JsonElement result = JsonDocument.Parse(response.ContentStream).RootElement;
-Console.WriteLine(result.GetProperty("operations")[0].GetProperty("operationId").ToString());
-Console.WriteLine(result.GetProperty("operations")[0].GetProperty("status").ToString());
+Console.WriteLine(result.GetProperty("keys")[0].GetProperty("kty").ToString());
]]>
-
+
-This sample shows how to call GetEntryAsync.
+This sample shows how to call GetOperationAsync.
");
AzureKeyCredential credential = new AzureKeyCredential("");
CodeTransparencyClient client = new CodeTransparencyClient(endpoint, credential);
-Response response = await client.GetEntryAsync("2.131");
+Response response = await client.GetOperationAsync("2.131");
]]>
-
+
-This sample shows how to call GetEntry.
+This sample shows how to call GetOperation.
");
AzureKeyCredential credential = new AzureKeyCredential("");
CodeTransparencyClient client = new CodeTransparencyClient(endpoint, credential);
-Response response = client.GetEntry("2.131");
+Response response = client.GetOperation("2.131");
]]>
-
+
-This sample shows how to call GetEntryAsync and parse the result.
+This sample shows how to call GetOperationAsync and parse the result.
");
AzureKeyCredential credential = new AzureKeyCredential("");
CodeTransparencyClient client = new CodeTransparencyClient(endpoint, credential);
-Response response = await client.GetEntryAsync("2.131", null, null);
+Response response = await client.GetOperationAsync("2.131", null);
JsonElement result = JsonDocument.Parse(response.ContentStream).RootElement;
Console.WriteLine(result.ToString());
]]>
-
+
-This sample shows how to call GetEntry and parse the result.
+This sample shows how to call GetOperation and parse the result.
");
AzureKeyCredential credential = new AzureKeyCredential("");
CodeTransparencyClient client = new CodeTransparencyClient(endpoint, credential);
-Response response = client.GetEntry("2.131", null, null);
+Response response = client.GetOperation("2.131", null);
JsonElement result = JsonDocument.Parse(response.ContentStream).RootElement;
Console.WriteLine(result.ToString());
]]>
-
+
-This sample shows how to call GetEntryReceiptAsync.
+This sample shows how to call GetEntryAsync.
");
AzureKeyCredential credential = new AzureKeyCredential("");
CodeTransparencyClient client = new CodeTransparencyClient(endpoint, credential);
-Response response = await client.GetEntryReceiptAsync("2.131");
+Response response = await client.GetEntryAsync("2.131");
]]>
-
+
-This sample shows how to call GetEntryReceipt.
+This sample shows how to call GetEntry.
");
AzureKeyCredential credential = new AzureKeyCredential("");
CodeTransparencyClient client = new CodeTransparencyClient(endpoint, credential);
-Response response = client.GetEntryReceipt("2.131");
+Response response = client.GetEntry("2.131");
]]>
-
+
-This sample shows how to call GetEntryReceiptAsync and parse the result.
+This sample shows how to call GetEntryAsync and parse the result.
");
AzureKeyCredential credential = new AzureKeyCredential("");
CodeTransparencyClient client = new CodeTransparencyClient(endpoint, credential);
-Response response = await client.GetEntryReceiptAsync("2.131", null);
+Response response = await client.GetEntryAsync("2.131", null);
JsonElement result = JsonDocument.Parse(response.ContentStream).RootElement;
Console.WriteLine(result.ToString());
]]>
-
+
-This sample shows how to call GetEntryReceipt and parse the result.
+This sample shows how to call GetEntry and parse the result.
");
AzureKeyCredential credential = new AzureKeyCredential("");
CodeTransparencyClient client = new CodeTransparencyClient(endpoint, credential);
-Response response = client.GetEntryReceipt("2.131", null);
+Response response = client.GetEntry("2.131", null);
JsonElement result = JsonDocument.Parse(response.ContentStream).RootElement;
Console.WriteLine(result.ToString());
]]>
-
-
-This sample shows how to call GetParametersAsync.
-");
-AzureKeyCredential credential = new AzureKeyCredential("");
-CodeTransparencyClient client = new CodeTransparencyClient(endpoint, credential);
-
-Response response = await client.GetParametersAsync();
-]]>
-
-
-
-This sample shows how to call GetParameters.
-");
-AzureKeyCredential credential = new AzureKeyCredential("");
-CodeTransparencyClient client = new CodeTransparencyClient(endpoint, credential);
-
-Response response = client.GetParameters();
-]]>
-
-
-
-This sample shows how to call GetParametersAsync and parse the result.
-");
-AzureKeyCredential credential = new AzureKeyCredential("");
-CodeTransparencyClient client = new CodeTransparencyClient(endpoint, credential);
-
-Response response = await client.GetParametersAsync(null);
-
-JsonElement result = JsonDocument.Parse(response.ContentStream).RootElement;
-Console.WriteLine(result.GetProperty("serviceCertificate").ToString());
-Console.WriteLine(result.GetProperty("serviceId").ToString());
-Console.WriteLine(result.GetProperty("signatureAlgorithm").ToString());
-Console.WriteLine(result.GetProperty("treeAlgorithm").ToString());
-]]>
-
-
-
-This sample shows how to call GetParameters and parse the result.
-");
-AzureKeyCredential credential = new AzureKeyCredential("");
-CodeTransparencyClient client = new CodeTransparencyClient(endpoint, credential);
-
-Response response = client.GetParameters(null);
-
-JsonElement result = JsonDocument.Parse(response.ContentStream).RootElement;
-Console.WriteLine(result.GetProperty("serviceCertificate").ToString());
-Console.WriteLine(result.GetProperty("serviceId").ToString());
-Console.WriteLine(result.GetProperty("signatureAlgorithm").ToString());
-Console.WriteLine(result.GetProperty("treeAlgorithm").ToString());
-]]>
-
-
-
-This sample shows how to call GetDidConfigAsync.
-");
-AzureKeyCredential credential = new AzureKeyCredential("");
-CodeTransparencyClient client = new CodeTransparencyClient(endpoint, credential);
-
-Response response = await client.GetDidConfigAsync();
-]]>
-
-
-
-This sample shows how to call GetDidConfig.
-");
-AzureKeyCredential credential = new AzureKeyCredential("");
-CodeTransparencyClient client = new CodeTransparencyClient(endpoint, credential);
-
-Response response = client.GetDidConfig();
-]]>
-
-
-
-This sample shows how to call GetDidConfigAsync and parse the result.
-");
-AzureKeyCredential credential = new AzureKeyCredential("");
-CodeTransparencyClient client = new CodeTransparencyClient(endpoint, credential);
-
-Response response = await client.GetDidConfigAsync(null);
-
-JsonElement result = JsonDocument.Parse(response.ContentStream).RootElement;
-Console.WriteLine(result.GetProperty("id").ToString());
-Console.WriteLine(result.GetProperty("assertionMethod")[0].GetProperty("id").ToString());
-Console.WriteLine(result.GetProperty("assertionMethod")[0].GetProperty("controller").ToString());
-Console.WriteLine(result.GetProperty("assertionMethod")[0].GetProperty("type").ToString());
-Console.WriteLine(result.GetProperty("assertionMethod")[0].GetProperty("publicKeyJwk").GetProperty("kty").ToString());
-]]>
-
-
-
-This sample shows how to call GetDidConfig and parse the result.
-");
-AzureKeyCredential credential = new AzureKeyCredential("");
-CodeTransparencyClient client = new CodeTransparencyClient(endpoint, credential);
-
-Response response = client.GetDidConfig(null);
-
-JsonElement result = JsonDocument.Parse(response.ContentStream).RootElement;
-Console.WriteLine(result.GetProperty("id").ToString());
-Console.WriteLine(result.GetProperty("assertionMethod")[0].GetProperty("id").ToString());
-Console.WriteLine(result.GetProperty("assertionMethod")[0].GetProperty("controller").ToString());
-Console.WriteLine(result.GetProperty("assertionMethod")[0].GetProperty("type").ToString());
-Console.WriteLine(result.GetProperty("assertionMethod")[0].GetProperty("publicKeyJwk").GetProperty("kty").ToString());
-]]>
-
-
+
-This sample shows how to call GetCodeTransparencyConfigAsync.
+This sample shows how to call GetEntryStatementAsync.
");
AzureKeyCredential credential = new AzureKeyCredential("");
CodeTransparencyClient client = new CodeTransparencyClient(endpoint, credential);
-Response response = await client.GetCodeTransparencyConfigAsync();
+Response response = await client.GetEntryStatementAsync("2.131");
]]>
-
+
-This sample shows how to call GetCodeTransparencyConfig.
+This sample shows how to call GetEntryStatement.
");
AzureKeyCredential credential = new AzureKeyCredential("");
CodeTransparencyClient client = new CodeTransparencyClient(endpoint, credential);
-Response response = client.GetCodeTransparencyConfig();
+Response response = client.GetEntryStatement("2.131");
]]>
-
+
-This sample shows how to call GetCodeTransparencyConfigAsync and parse the result.
+This sample shows how to call GetEntryStatementAsync and parse the result.
");
AzureKeyCredential credential = new AzureKeyCredential("");
CodeTransparencyClient client = new CodeTransparencyClient(endpoint, credential);
-Response response = await client.GetCodeTransparencyConfigAsync(null);
+Response response = await client.GetEntryStatementAsync("2.131", null);
JsonElement result = JsonDocument.Parse(response.ContentStream).RootElement;
Console.WriteLine(result.ToString());
]]>
-
+
-This sample shows how to call GetCodeTransparencyConfig and parse the result.
+This sample shows how to call GetEntryStatement and parse the result.
");
AzureKeyCredential credential = new AzureKeyCredential("");
CodeTransparencyClient client = new CodeTransparencyClient(endpoint, credential);
-Response response = client.GetCodeTransparencyConfig(null);
+Response response = client.GetEntryStatement("2.131", null);
JsonElement result = JsonDocument.Parse(response.ContentStream).RootElement;
Console.WriteLine(result.ToString());
-]]>
-
-
-
-This sample shows how to call GetCodeTransparencyVersionAsync.
-");
-AzureKeyCredential credential = new AzureKeyCredential("");
-CodeTransparencyClient client = new CodeTransparencyClient(endpoint, credential);
-
-Response response = await client.GetCodeTransparencyVersionAsync();
-]]>
-
-
-
-This sample shows how to call GetCodeTransparencyVersion.
-");
-AzureKeyCredential credential = new AzureKeyCredential("");
-CodeTransparencyClient client = new CodeTransparencyClient(endpoint, credential);
-
-Response response = client.GetCodeTransparencyVersion();
-]]>
-
-
-
-This sample shows how to call GetCodeTransparencyVersionAsync and parse the result.
-");
-AzureKeyCredential credential = new AzureKeyCredential("");
-CodeTransparencyClient client = new CodeTransparencyClient(endpoint, credential);
-
-Response response = await client.GetCodeTransparencyVersionAsync(null);
-
-JsonElement result = JsonDocument.Parse(response.ContentStream).RootElement;
-Console.WriteLine(result.GetProperty("scitt_version").ToString());
-]]>
-
-
-
-This sample shows how to call GetCodeTransparencyVersion and parse the result.
-");
-AzureKeyCredential credential = new AzureKeyCredential("");
-CodeTransparencyClient client = new CodeTransparencyClient(endpoint, credential);
-
-Response response = client.GetCodeTransparencyVersion(null);
-
-JsonElement result = JsonDocument.Parse(response.ContentStream).RootElement;
-Console.WriteLine(result.GetProperty("scitt_version").ToString());
-]]>
-
-
-
-This sample shows how to call GetEntryIdsAsync.
-");
-AzureKeyCredential credential = new AzureKeyCredential("");
-CodeTransparencyClient client = new CodeTransparencyClient(endpoint, credential);
-
-await foreach (string item in client.GetEntryIdsAsync())
-{
-}
-]]>
-
-
-
-This sample shows how to call GetEntryIds.
-");
-AzureKeyCredential credential = new AzureKeyCredential("");
-CodeTransparencyClient client = new CodeTransparencyClient(endpoint, credential);
-
-foreach (string item in client.GetEntryIds())
-{
-}
-]]>
-
-
-
-This sample shows how to call GetEntryIdsAsync and parse the result.
-");
-AzureKeyCredential credential = new AzureKeyCredential("");
-CodeTransparencyClient client = new CodeTransparencyClient(endpoint, credential);
-
-await foreach (BinaryData item in client.GetEntryIdsAsync(null, null, null))
-{
- JsonElement result = JsonDocument.Parse(item.ToStream()).RootElement;
- Console.WriteLine(result.ToString());
-}
-]]>
-
-
-
-This sample shows how to call GetEntryIds and parse the result.
-");
-AzureKeyCredential credential = new AzureKeyCredential("");
-CodeTransparencyClient client = new CodeTransparencyClient(endpoint, credential);
-
-foreach (BinaryData item in client.GetEntryIds(null, null, null))
-{
- JsonElement result = JsonDocument.Parse(item.ToStream()).RootElement;
- Console.WriteLine(result.ToString());
-}
]]>
diff --git a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/GetOperationResult.Serialization.cs b/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/GetOperationResult.Serialization.cs
deleted file mode 100644
index a6277965e0ee..000000000000
--- a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/GetOperationResult.Serialization.cs
+++ /dev/null
@@ -1,172 +0,0 @@
-// Copyright (c) Microsoft Corporation. All rights reserved.
-// Licensed under the MIT License.
-
-//
-
-#nullable disable
-
-using System;
-using System.ClientModel.Primitives;
-using System.Collections.Generic;
-using System.Text.Json;
-using Azure.Core;
-
-namespace Azure.Security.CodeTransparency
-{
- public partial class GetOperationResult : IUtf8JsonSerializable, IJsonModel
- {
- void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) => ((IJsonModel)this).Write(writer, ModelSerializationExtensions.WireOptions);
-
- void IJsonModel.Write(Utf8JsonWriter writer, ModelReaderWriterOptions options)
- {
- writer.WriteStartObject();
- JsonModelWriteCore(writer, options);
- writer.WriteEndObject();
- }
-
- /// The JSON writer.
- /// The client options for reading and writing models.
- protected virtual void JsonModelWriteCore(Utf8JsonWriter writer, ModelReaderWriterOptions options)
- {
- var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format;
- if (format != "J")
- {
- throw new FormatException($"The model {nameof(GetOperationResult)} does not support writing '{format}' format.");
- }
-
- if (Optional.IsDefined(EntryId))
- {
- writer.WritePropertyName("entryId"u8);
- writer.WriteStringValue(EntryId);
- }
- if (Optional.IsDefined(Error))
- {
- writer.WritePropertyName("error"u8);
- writer.WriteStringValue(Error);
- }
- writer.WritePropertyName("operationId"u8);
- writer.WriteStringValue(OperationId);
- writer.WritePropertyName("status"u8);
- writer.WriteStringValue(Status.ToString());
- if (options.Format != "W" && _serializedAdditionalRawData != null)
- {
- foreach (var item in _serializedAdditionalRawData)
- {
- writer.WritePropertyName(item.Key);
-#if NET6_0_OR_GREATER
- writer.WriteRawValue(item.Value);
-#else
- using (JsonDocument document = JsonDocument.Parse(item.Value, ModelSerializationExtensions.JsonDocumentOptions))
- {
- JsonSerializer.Serialize(writer, document.RootElement);
- }
-#endif
- }
- }
- }
-
- GetOperationResult IJsonModel.Create(ref Utf8JsonReader reader, ModelReaderWriterOptions options)
- {
- var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format;
- if (format != "J")
- {
- throw new FormatException($"The model {nameof(GetOperationResult)} does not support reading '{format}' format.");
- }
-
- using JsonDocument document = JsonDocument.ParseValue(ref reader);
- return DeserializeGetOperationResult(document.RootElement, options);
- }
-
- internal static GetOperationResult DeserializeGetOperationResult(JsonElement element, ModelReaderWriterOptions options = null)
- {
- options ??= ModelSerializationExtensions.WireOptions;
-
- if (element.ValueKind == JsonValueKind.Null)
- {
- return null;
- }
- string entryId = default;
- string error = default;
- string operationId = default;
- OperationStatus status = default;
- IDictionary serializedAdditionalRawData = default;
- Dictionary rawDataDictionary = new Dictionary();
- foreach (var property in element.EnumerateObject())
- {
- if (property.NameEquals("entryId"u8))
- {
- entryId = property.Value.GetString();
- continue;
- }
- if (property.NameEquals("error"u8))
- {
- error = property.Value.GetString();
- continue;
- }
- if (property.NameEquals("operationId"u8))
- {
- operationId = property.Value.GetString();
- continue;
- }
- if (property.NameEquals("status"u8))
- {
- status = new OperationStatus(property.Value.GetString());
- continue;
- }
- if (options.Format != "W")
- {
- rawDataDictionary.Add(property.Name, BinaryData.FromString(property.Value.GetRawText()));
- }
- }
- serializedAdditionalRawData = rawDataDictionary;
- return new GetOperationResult(entryId, error, operationId, status, serializedAdditionalRawData);
- }
-
- BinaryData IPersistableModel.Write(ModelReaderWriterOptions options)
- {
- var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format;
-
- switch (format)
- {
- case "J":
- return ModelReaderWriter.Write(this, options);
- default:
- throw new FormatException($"The model {nameof(GetOperationResult)} does not support writing '{options.Format}' format.");
- }
- }
-
- GetOperationResult IPersistableModel.Create(BinaryData data, ModelReaderWriterOptions options)
- {
- var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format;
-
- switch (format)
- {
- case "J":
- {
- using JsonDocument document = JsonDocument.Parse(data, ModelSerializationExtensions.JsonDocumentOptions);
- return DeserializeGetOperationResult(document.RootElement, options);
- }
- default:
- throw new FormatException($"The model {nameof(GetOperationResult)} does not support reading '{options.Format}' format.");
- }
- }
-
- string IPersistableModel.GetFormatFromOptions(ModelReaderWriterOptions options) => "J";
-
- /// Deserializes the model from a raw response.
- /// The response to deserialize the model from.
- internal static GetOperationResult FromResponse(Response response)
- {
- using var document = JsonDocument.Parse(response.Content, ModelSerializationExtensions.JsonDocumentOptions);
- return DeserializeGetOperationResult(document.RootElement);
- }
-
- /// Convert into a .
- internal virtual RequestContent ToRequestContent()
- {
- var content = new Utf8JsonRequestContent();
- content.JsonWriter.WriteObjectValue(this, ModelSerializationExtensions.WireOptions);
- return content;
- }
- }
-}
diff --git a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/GetOperationResult.cs b/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/GetOperationResult.cs
deleted file mode 100644
index ae1ba5386228..000000000000
--- a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/GetOperationResult.cs
+++ /dev/null
@@ -1,89 +0,0 @@
-// Copyright (c) Microsoft Corporation. All rights reserved.
-// Licensed under the MIT License.
-
-//
-
-#nullable disable
-
-using System;
-using System.Collections.Generic;
-
-namespace Azure.Security.CodeTransparency
-{
- /// The Response body of the GetOperationId API.
- public partial class GetOperationResult
- {
- ///
- /// Keeps track of any properties unknown to the library.
- ///
- /// To assign an object to the value of this property use .
- ///
- ///
- /// To assign an already formatted json string to this property use .
- ///
- ///
- /// Examples:
- ///
- /// -
- /// BinaryData.FromObjectAsJson("foo")
- /// Creates a payload of "foo".
- ///
- /// -
- /// BinaryData.FromString("\"foo\"")
- /// Creates a payload of "foo".
- ///
- /// -
- /// BinaryData.FromObjectAsJson(new { key = "value" })
- /// Creates a payload of { "key": "value" }.
- ///
- /// -
- /// BinaryData.FromString("{\"key\": \"value\"}")
- /// Creates a payload of { "key": "value" }.
- ///
- ///
- ///
- ///
- private IDictionary _serializedAdditionalRawData;
-
- /// Initializes a new instance of .
- /// OperationId.
- /// Status of the operation.
- /// is null.
- internal GetOperationResult(string operationId, OperationStatus status)
- {
- Argument.AssertNotNull(operationId, nameof(operationId));
-
- OperationId = operationId;
- Status = status;
- }
-
- /// Initializes a new instance of .
- /// ID of the transaction. Only if status is Succeeded.
- /// Error in json format. Only if Status is Failed.
- /// OperationId.
- /// Status of the operation.
- /// Keeps track of any properties unknown to the library.
- internal GetOperationResult(string entryId, string error, string operationId, OperationStatus status, IDictionary serializedAdditionalRawData)
- {
- EntryId = entryId;
- Error = error;
- OperationId = operationId;
- Status = status;
- _serializedAdditionalRawData = serializedAdditionalRawData;
- }
-
- /// Initializes a new instance of for deserialization.
- internal GetOperationResult()
- {
- }
-
- /// ID of the transaction. Only if status is Succeeded.
- public string EntryId { get; }
- /// Error in json format. Only if Status is Failed.
- public string Error { get; }
- /// OperationId.
- public string OperationId { get; }
- /// Status of the operation.
- public OperationStatus Status { get; }
- }
-}
diff --git a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/ListOperationResult.Serialization.cs b/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/JwksDocument.Serialization.cs
similarity index 62%
rename from sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/ListOperationResult.Serialization.cs
rename to sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/JwksDocument.Serialization.cs
index ac3d2168dc56..1d307e170100 100644
--- a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/ListOperationResult.Serialization.cs
+++ b/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/JwksDocument.Serialization.cs
@@ -13,11 +13,11 @@
namespace Azure.Security.CodeTransparency
{
- public partial class ListOperationResult : IUtf8JsonSerializable, IJsonModel
+ public partial class JwksDocument : IUtf8JsonSerializable, IJsonModel
{
- void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) => ((IJsonModel)this).Write(writer, ModelSerializationExtensions.WireOptions);
+ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) => ((IJsonModel)this).Write(writer, ModelSerializationExtensions.WireOptions);
- void IJsonModel.Write(Utf8JsonWriter writer, ModelReaderWriterOptions options)
+ void IJsonModel.Write(Utf8JsonWriter writer, ModelReaderWriterOptions options)
{
writer.WriteStartObject();
JsonModelWriteCore(writer, options);
@@ -28,15 +28,15 @@ void IJsonModel.Write(Utf8JsonWriter writer, ModelReaderWri
/// The client options for reading and writing models.
protected virtual void JsonModelWriteCore(Utf8JsonWriter writer, ModelReaderWriterOptions options)
{
- var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format;
+ var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format;
if (format != "J")
{
- throw new FormatException($"The model {nameof(ListOperationResult)} does not support writing '{format}' format.");
+ throw new FormatException($"The model {nameof(JwksDocument)} does not support writing '{format}' format.");
}
- writer.WritePropertyName("operations"u8);
+ writer.WritePropertyName("keys"u8);
writer.WriteStartArray();
- foreach (var item in Operations)
+ foreach (var item in Keys)
{
writer.WriteObjectValue(item, options);
}
@@ -58,19 +58,19 @@ protected virtual void JsonModelWriteCore(Utf8JsonWriter writer, ModelReaderWrit
}
}
- ListOperationResult IJsonModel.Create(ref Utf8JsonReader reader, ModelReaderWriterOptions options)
+ JwksDocument IJsonModel.Create(ref Utf8JsonReader reader, ModelReaderWriterOptions options)
{
- var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format;
+ var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format;
if (format != "J")
{
- throw new FormatException($"The model {nameof(ListOperationResult)} does not support reading '{format}' format.");
+ throw new FormatException($"The model {nameof(JwksDocument)} does not support reading '{format}' format.");
}
using JsonDocument document = JsonDocument.ParseValue(ref reader);
- return DeserializeListOperationResult(document.RootElement, options);
+ return DeserializeJwksDocument(document.RootElement, options);
}
- internal static ListOperationResult DeserializeListOperationResult(JsonElement element, ModelReaderWriterOptions options = null)
+ internal static JwksDocument DeserializeJwksDocument(JsonElement element, ModelReaderWriterOptions options = null)
{
options ??= ModelSerializationExtensions.WireOptions;
@@ -78,19 +78,19 @@ internal static ListOperationResult DeserializeListOperationResult(JsonElement e
{
return null;
}
- IReadOnlyList operations = default;
+ IReadOnlyList keys = default;
IDictionary serializedAdditionalRawData = default;
Dictionary rawDataDictionary = new Dictionary();
foreach (var property in element.EnumerateObject())
{
- if (property.NameEquals("operations"u8))
+ if (property.NameEquals("keys"u8))
{
- List array = new List();
+ List array = new List();
foreach (var item in property.Value.EnumerateArray())
{
- array.Add(GetOperationResult.DeserializeGetOperationResult(item, options));
+ array.Add(JsonWebKey.DeserializeJsonWebKey(item, options));
}
- operations = array;
+ keys = array;
continue;
}
if (options.Format != "W")
@@ -99,46 +99,46 @@ internal static ListOperationResult DeserializeListOperationResult(JsonElement e
}
}
serializedAdditionalRawData = rawDataDictionary;
- return new ListOperationResult(operations, serializedAdditionalRawData);
+ return new JwksDocument(keys, serializedAdditionalRawData);
}
- BinaryData IPersistableModel.Write(ModelReaderWriterOptions options)
+ BinaryData IPersistableModel.Write(ModelReaderWriterOptions options)
{
- var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format;
+ var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format;
switch (format)
{
case "J":
return ModelReaderWriter.Write(this, options);
default:
- throw new FormatException($"The model {nameof(ListOperationResult)} does not support writing '{options.Format}' format.");
+ throw new FormatException($"The model {nameof(JwksDocument)} does not support writing '{options.Format}' format.");
}
}
- ListOperationResult IPersistableModel.Create(BinaryData data, ModelReaderWriterOptions options)
+ JwksDocument IPersistableModel.Create(BinaryData data, ModelReaderWriterOptions options)
{
- var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format;
+ var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format;
switch (format)
{
case "J":
{
using JsonDocument document = JsonDocument.Parse(data, ModelSerializationExtensions.JsonDocumentOptions);
- return DeserializeListOperationResult(document.RootElement, options);
+ return DeserializeJwksDocument(document.RootElement, options);
}
default:
- throw new FormatException($"The model {nameof(ListOperationResult)} does not support reading '{options.Format}' format.");
+ throw new FormatException($"The model {nameof(JwksDocument)} does not support reading '{options.Format}' format.");
}
}
- string IPersistableModel.GetFormatFromOptions(ModelReaderWriterOptions options) => "J";
+ string IPersistableModel.GetFormatFromOptions(ModelReaderWriterOptions options) => "J";
/// Deserializes the model from a raw response.
/// The response to deserialize the model from.
- internal static ListOperationResult FromResponse(Response response)
+ internal static JwksDocument FromResponse(Response response)
{
using var document = JsonDocument.Parse(response.Content, ModelSerializationExtensions.JsonDocumentOptions);
- return DeserializeListOperationResult(document.RootElement);
+ return DeserializeJwksDocument(document.RootElement);
}
/// Convert into a .
diff --git a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/VersionResult.cs b/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/JwksDocument.cs
similarity index 63%
rename from sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/VersionResult.cs
rename to sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/JwksDocument.cs
index 3f6a977a143f..64538ddc8825 100644
--- a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/VersionResult.cs
+++ b/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/JwksDocument.cs
@@ -7,11 +7,12 @@
using System;
using System.Collections.Generic;
+using System.Linq;
namespace Azure.Security.CodeTransparency
{
- /// The Response body of the Version API.
- public partial class VersionResult
+ /// A JWKS like document.
+ public partial class JwksDocument
{
///
/// Keeps track of any properties unknown to the library.
@@ -45,31 +46,31 @@ public partial class VersionResult
///
private IDictionary _serializedAdditionalRawData;
- /// Initializes a new instance of .
- /// Version of the CodeTransparency service.
- /// is null.
- internal VersionResult(string scittVersion)
+ /// Initializes a new instance of .
+ /// List of public keys used for receipt verification.
+ /// is null.
+ internal JwksDocument(IEnumerable keys)
{
- Argument.AssertNotNull(scittVersion, nameof(scittVersion));
+ Argument.AssertNotNull(keys, nameof(keys));
- ScittVersion = scittVersion;
+ Keys = keys.ToList();
}
- /// Initializes a new instance of .
- /// Version of the CodeTransparency service.
+ /// Initializes a new instance of .
+ /// List of public keys used for receipt verification.
/// Keeps track of any properties unknown to the library.
- internal VersionResult(string scittVersion, IDictionary serializedAdditionalRawData)
+ internal JwksDocument(IReadOnlyList keys, IDictionary serializedAdditionalRawData)
{
- ScittVersion = scittVersion;
+ Keys = keys;
_serializedAdditionalRawData = serializedAdditionalRawData;
}
- /// Initializes a new instance of for deserialization.
- internal VersionResult()
+ /// Initializes a new instance of for deserialization.
+ internal JwksDocument()
{
}
- /// Version of the CodeTransparency service.
- public string ScittVersion { get; }
+ /// List of public keys used for receipt verification.
+ public IReadOnlyList Keys { get; }
}
}
diff --git a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/ListOperationResult.cs b/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/ListOperationResult.cs
deleted file mode 100644
index 707eb569d8db..000000000000
--- a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/ListOperationResult.cs
+++ /dev/null
@@ -1,76 +0,0 @@
-// Copyright (c) Microsoft Corporation. All rights reserved.
-// Licensed under the MIT License.
-
-//
-
-#nullable disable
-
-using System;
-using System.Collections.Generic;
-using System.Linq;
-
-namespace Azure.Security.CodeTransparency
-{
- /// The Response body of the ListOperations API.
- public partial class ListOperationResult
- {
- ///
- /// Keeps track of any properties unknown to the library.
- ///
- /// To assign an object to the value of this property use .
- ///
- ///
- /// To assign an already formatted json string to this property use .
- ///
- ///
- /// Examples:
- ///
- /// -
- /// BinaryData.FromObjectAsJson("foo")
- /// Creates a payload of "foo".
- ///
- /// -
- /// BinaryData.FromString("\"foo\"")
- /// Creates a payload of "foo".
- ///
- /// -
- /// BinaryData.FromObjectAsJson(new { key = "value" })
- /// Creates a payload of { "key": "value" }.
- ///
- /// -
- /// BinaryData.FromString("{\"key\": \"value\"}")
- /// Creates a payload of { "key": "value" }.
- ///
- ///
- ///
- ///
- private IDictionary _serializedAdditionalRawData;
-
- /// Initializes a new instance of .
- /// List of operations.
- /// is null.
- internal ListOperationResult(IEnumerable operations)
- {
- Argument.AssertNotNull(operations, nameof(operations));
-
- Operations = operations.ToList();
- }
-
- /// Initializes a new instance of .
- /// List of operations.
- /// Keeps track of any properties unknown to the library.
- internal ListOperationResult(IReadOnlyList operations, IDictionary serializedAdditionalRawData)
- {
- Operations = operations;
- _serializedAdditionalRawData = serializedAdditionalRawData;
- }
-
- /// Initializes a new instance of for deserialization.
- internal ListOperationResult()
- {
- }
-
- /// List of operations.
- public IReadOnlyList Operations { get; }
- }
-}
diff --git a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/OperationStatus.cs b/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/OperationStatus.cs
deleted file mode 100644
index 7d785267bed1..000000000000
--- a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/OperationStatus.cs
+++ /dev/null
@@ -1,54 +0,0 @@
-// Copyright (c) Microsoft Corporation. All rights reserved.
-// Licensed under the MIT License.
-
-//
-
-#nullable disable
-
-using System;
-using System.ComponentModel;
-
-namespace Azure.Security.CodeTransparency
-{
- /// Possible statuses of the operation.
- public readonly partial struct OperationStatus : IEquatable
- {
- private readonly string _value;
-
- /// Initializes a new instance of .
- /// is null.
- public OperationStatus(string value)
- {
- _value = value ?? throw new ArgumentNullException(nameof(value));
- }
-
- private const string RunningValue = "running";
- private const string FailedValue = "failed";
- private const string SucceededValue = "succeeded";
-
- /// Operation is still running.
- public static OperationStatus Running { get; } = new OperationStatus(RunningValue);
- /// Operation failed.
- public static OperationStatus Failed { get; } = new OperationStatus(FailedValue);
- /// Operation succeeded.
- public static OperationStatus Succeeded { get; } = new OperationStatus(SucceededValue);
- /// Determines if two values are the same.
- public static bool operator ==(OperationStatus left, OperationStatus right) => left.Equals(right);
- /// Determines if two values are not the same.
- public static bool operator !=(OperationStatus left, OperationStatus right) => !left.Equals(right);
- /// Converts a to a .
- public static implicit operator OperationStatus(string value) => new OperationStatus(value);
-
- ///
- [EditorBrowsable(EditorBrowsableState.Never)]
- public override bool Equals(object obj) => obj is OperationStatus other && Equals(other);
- ///
- public bool Equals(OperationStatus other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase);
-
- ///
- [EditorBrowsable(EditorBrowsableState.Never)]
- public override int GetHashCode() => _value != null ? StringComparer.InvariantCultureIgnoreCase.GetHashCode(_value) : 0;
- ///
- public override string ToString() => _value;
- }
-}
diff --git a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/ParametersResult.Serialization.cs b/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/ParametersResult.Serialization.cs
deleted file mode 100644
index b5f4efa1ade0..000000000000
--- a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/ParametersResult.Serialization.cs
+++ /dev/null
@@ -1,166 +0,0 @@
-// Copyright (c) Microsoft Corporation. All rights reserved.
-// Licensed under the MIT License.
-
-//
-
-#nullable disable
-
-using System;
-using System.ClientModel.Primitives;
-using System.Collections.Generic;
-using System.Text.Json;
-using Azure.Core;
-
-namespace Azure.Security.CodeTransparency
-{
- public partial class ParametersResult : IUtf8JsonSerializable, IJsonModel
- {
- void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) => ((IJsonModel)this).Write(writer, ModelSerializationExtensions.WireOptions);
-
- void IJsonModel.Write(Utf8JsonWriter writer, ModelReaderWriterOptions options)
- {
- writer.WriteStartObject();
- JsonModelWriteCore(writer, options);
- writer.WriteEndObject();
- }
-
- /// The JSON writer.
- /// The client options for reading and writing models.
- protected virtual void JsonModelWriteCore(Utf8JsonWriter writer, ModelReaderWriterOptions options)
- {
- var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format;
- if (format != "J")
- {
- throw new FormatException($"The model {nameof(ParametersResult)} does not support writing '{format}' format.");
- }
-
- writer.WritePropertyName("serviceCertificate"u8);
- writer.WriteStringValue(ServiceCertificate);
- writer.WritePropertyName("serviceId"u8);
- writer.WriteStringValue(ServiceId);
- writer.WritePropertyName("signatureAlgorithm"u8);
- writer.WriteStringValue(SignatureAlgorithm);
- writer.WritePropertyName("treeAlgorithm"u8);
- writer.WriteStringValue(TreeAlgorithm);
- if (options.Format != "W" && _serializedAdditionalRawData != null)
- {
- foreach (var item in _serializedAdditionalRawData)
- {
- writer.WritePropertyName(item.Key);
-#if NET6_0_OR_GREATER
- writer.WriteRawValue(item.Value);
-#else
- using (JsonDocument document = JsonDocument.Parse(item.Value, ModelSerializationExtensions.JsonDocumentOptions))
- {
- JsonSerializer.Serialize(writer, document.RootElement);
- }
-#endif
- }
- }
- }
-
- ParametersResult IJsonModel.Create(ref Utf8JsonReader reader, ModelReaderWriterOptions options)
- {
- var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format;
- if (format != "J")
- {
- throw new FormatException($"The model {nameof(ParametersResult)} does not support reading '{format}' format.");
- }
-
- using JsonDocument document = JsonDocument.ParseValue(ref reader);
- return DeserializeParametersResult(document.RootElement, options);
- }
-
- internal static ParametersResult DeserializeParametersResult(JsonElement element, ModelReaderWriterOptions options = null)
- {
- options ??= ModelSerializationExtensions.WireOptions;
-
- if (element.ValueKind == JsonValueKind.Null)
- {
- return null;
- }
- string serviceCertificate = default;
- string serviceId = default;
- string signatureAlgorithm = default;
- string treeAlgorithm = default;
- IDictionary serializedAdditionalRawData = default;
- Dictionary rawDataDictionary = new Dictionary();
- foreach (var property in element.EnumerateObject())
- {
- if (property.NameEquals("serviceCertificate"u8))
- {
- serviceCertificate = property.Value.GetString();
- continue;
- }
- if (property.NameEquals("serviceId"u8))
- {
- serviceId = property.Value.GetString();
- continue;
- }
- if (property.NameEquals("signatureAlgorithm"u8))
- {
- signatureAlgorithm = property.Value.GetString();
- continue;
- }
- if (property.NameEquals("treeAlgorithm"u8))
- {
- treeAlgorithm = property.Value.GetString();
- continue;
- }
- if (options.Format != "W")
- {
- rawDataDictionary.Add(property.Name, BinaryData.FromString(property.Value.GetRawText()));
- }
- }
- serializedAdditionalRawData = rawDataDictionary;
- return new ParametersResult(serviceCertificate, serviceId, signatureAlgorithm, treeAlgorithm, serializedAdditionalRawData);
- }
-
- BinaryData IPersistableModel.Write(ModelReaderWriterOptions options)
- {
- var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format;
-
- switch (format)
- {
- case "J":
- return ModelReaderWriter.Write(this, options);
- default:
- throw new FormatException($"The model {nameof(ParametersResult)} does not support writing '{options.Format}' format.");
- }
- }
-
- ParametersResult IPersistableModel.Create(BinaryData data, ModelReaderWriterOptions options)
- {
- var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format;
-
- switch (format)
- {
- case "J":
- {
- using JsonDocument document = JsonDocument.Parse(data, ModelSerializationExtensions.JsonDocumentOptions);
- return DeserializeParametersResult(document.RootElement, options);
- }
- default:
- throw new FormatException($"The model {nameof(ParametersResult)} does not support reading '{options.Format}' format.");
- }
- }
-
- string IPersistableModel.GetFormatFromOptions(ModelReaderWriterOptions options) => "J";
-
- /// Deserializes the model from a raw response.
- /// The response to deserialize the model from.
- internal static ParametersResult FromResponse(Response response)
- {
- using var document = JsonDocument.Parse(response.Content, ModelSerializationExtensions.JsonDocumentOptions);
- return DeserializeParametersResult(document.RootElement);
- }
-
- /// Convert into a .
- internal virtual RequestContent ToRequestContent()
- {
- var content = new Utf8JsonRequestContent();
- content.JsonWriter.WriteObjectValue(this, ModelSerializationExtensions.WireOptions);
- return content;
- }
- }
-}
diff --git a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/ParametersResult.cs b/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/ParametersResult.cs
deleted file mode 100644
index bfe505d3a084..000000000000
--- a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/ParametersResult.cs
+++ /dev/null
@@ -1,96 +0,0 @@
-// Copyright (c) Microsoft Corporation. All rights reserved.
-// Licensed under the MIT License.
-
-//
-
-#nullable disable
-
-using System;
-using System.Collections.Generic;
-
-namespace Azure.Security.CodeTransparency
-{
- /// The Response body of the service parameters.
- public partial class ParametersResult
- {
- ///
- /// Keeps track of any properties unknown to the library.
- ///
- /// To assign an object to the value of this property use .
- ///
- ///
- /// To assign an already formatted json string to this property use .
- ///
- ///
- /// Examples:
- ///
- /// -
- /// BinaryData.FromObjectAsJson("foo")
- /// Creates a payload of "foo".
- ///
- /// -
- /// BinaryData.FromString("\"foo\"")
- /// Creates a payload of "foo".
- ///
- /// -
- /// BinaryData.FromObjectAsJson(new { key = "value" })
- /// Creates a payload of { "key": "value" }.
- ///
- /// -
- /// BinaryData.FromString("{\"key\": \"value\"}")
- /// Creates a payload of { "key": "value" }.
- ///
- ///
- ///
- ///
- private IDictionary _serializedAdditionalRawData;
-
- /// Initializes a new instance of .
- ///
- ///
- ///
- ///
- /// , , or is null.
- internal ParametersResult(string serviceCertificate, string serviceId, string signatureAlgorithm, string treeAlgorithm)
- {
- Argument.AssertNotNull(serviceCertificate, nameof(serviceCertificate));
- Argument.AssertNotNull(serviceId, nameof(serviceId));
- Argument.AssertNotNull(signatureAlgorithm, nameof(signatureAlgorithm));
- Argument.AssertNotNull(treeAlgorithm, nameof(treeAlgorithm));
-
- ServiceCertificate = serviceCertificate;
- ServiceId = serviceId;
- SignatureAlgorithm = signatureAlgorithm;
- TreeAlgorithm = treeAlgorithm;
- }
-
- /// Initializes a new instance of .
- ///
- ///
- ///
- ///
- /// Keeps track of any properties unknown to the library.
- internal ParametersResult(string serviceCertificate, string serviceId, string signatureAlgorithm, string treeAlgorithm, IDictionary serializedAdditionalRawData)
- {
- ServiceCertificate = serviceCertificate;
- ServiceId = serviceId;
- SignatureAlgorithm = signatureAlgorithm;
- TreeAlgorithm = treeAlgorithm;
- _serializedAdditionalRawData = serializedAdditionalRawData;
- }
-
- /// Initializes a new instance of for deserialization.
- internal ParametersResult()
- {
- }
-
- /// Gets the service certificate.
- public string ServiceCertificate { get; }
- /// Gets the service id.
- public string ServiceId { get; }
- /// Gets the signature algorithm.
- public string SignatureAlgorithm { get; }
- /// Gets the tree algorithm.
- public string TreeAlgorithm { get; }
- }
-}
diff --git a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/SecurityCodeTransparencyModelFactory.cs b/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/SecurityCodeTransparencyModelFactory.cs
index fd78223fa192..0dfb3f68ef5d 100644
--- a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/SecurityCodeTransparencyModelFactory.cs
+++ b/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/SecurityCodeTransparencyModelFactory.cs
@@ -13,66 +13,14 @@ namespace Azure.Security.CodeTransparency
/// Model factory for models.
public static partial class SecurityCodeTransparencyModelFactory
{
- /// Initializes a new instance of .
- /// String representing the operation id submitted.
- /// A new instance for mocking.
- public static CreateEntryResult CreateEntryResult(string operationId = null)
+ /// Initializes a new instance of .
+ /// List of public keys used for receipt verification.
+ /// A new instance for mocking.
+ public static JwksDocument JwksDocument(IEnumerable keys = null)
{
- return new CreateEntryResult(operationId, serializedAdditionalRawData: null);
- }
+ keys ??= new List();
- /// Initializes a new instance of .
- /// ID of the transaction. Only if status is Succeeded.
- /// Error in json format. Only if Status is Failed.
- /// OperationId.
- /// Status of the operation.
- /// A new instance for mocking.
- public static GetOperationResult GetOperationResult(string entryId = null, string error = null, string operationId = null, OperationStatus status = default)
- {
- return new GetOperationResult(entryId, error, operationId, status, serializedAdditionalRawData: null);
- }
-
- /// Initializes a new instance of .
- /// List of operations.
- /// A new instance for mocking.
- public static ListOperationResult ListOperationResult(IEnumerable operations = null)
- {
- operations ??= new List();
-
- return new ListOperationResult(operations?.ToList(), serializedAdditionalRawData: null);
- }
-
- /// Initializes a new instance of .
- ///
- ///
- ///
- ///
- /// A new instance for mocking.
- public static ParametersResult ParametersResult(string serviceCertificate = null, string serviceId = null, string signatureAlgorithm = null, string treeAlgorithm = null)
- {
- return new ParametersResult(serviceCertificate, serviceId, signatureAlgorithm, treeAlgorithm, serializedAdditionalRawData: null);
- }
-
- /// Initializes a new instance of .
- /// String representing a DID issuer.
- /// List of public keys used for receipt endorsement verification.
- /// A new instance for mocking.
- public static DidDocument DidDocument(string id = null, IEnumerable assertionMethod = null)
- {
- assertionMethod ??= new List();
-
- return new DidDocument(id, assertionMethod?.ToList(), serializedAdditionalRawData: null);
- }
-
- /// Initializes a new instance of .
- /// Key identifier.
- /// Key controller - similar to DID issuer.
- /// Key type.
- /// Serialized public key in JWK format.
- /// A new instance for mocking.
- public static DidDocumentKey DidDocumentKey(string id = null, string controller = null, DidDocumentKeyType type = default, JsonWebKey publicKeyJwk = null)
- {
- return new DidDocumentKey(id, controller, type, publicKeyJwk, serializedAdditionalRawData: null);
+ return new JwksDocument(keys?.ToList(), serializedAdditionalRawData: null);
}
/// Initializes a new instance of .
@@ -153,54 +101,5 @@ public static JsonWebKey JsonWebKey(string alg = null, string crv = null, string
y,
serializedAdditionalRawData: null);
}
-
- /// Initializes a new instance of .
- ///
- ///
- /// did:web identifier.
- /// A new instance for mocking.
- public static CodeTransparencyConfiguration CodeTransparencyConfiguration(CodeTransparencyConfigurationPolicy policy = null, CodeTransparencyConfigurationAuthentication authentication = null, string serviceIdentifier = null)
- {
- return new CodeTransparencyConfiguration(policy, authentication, serviceIdentifier, serializedAdditionalRawData: null);
- }
-
- /// Initializes a new instance of .
- ///
- ///
- /// A new instance for mocking.
- public static CodeTransparencyConfigurationPolicy CodeTransparencyConfigurationPolicy(IEnumerable acceptedAlgorithms = null, IEnumerable acceptedDidIssuers = null)
- {
- acceptedAlgorithms ??= new List();
- acceptedDidIssuers ??= new List();
-
- return new CodeTransparencyConfigurationPolicy(acceptedAlgorithms?.ToList(), acceptedDidIssuers?.ToList(), serializedAdditionalRawData: null);
- }
-
- /// Initializes a new instance of .
- ///
- ///
- /// A new instance for mocking.
- public static CodeTransparencyConfigurationAuthentication CodeTransparencyConfigurationAuthentication(bool allowUnauthenticated = default, CodeTransparencyConfigurationAuthenticationJwt jwt = null)
- {
- return new CodeTransparencyConfigurationAuthentication(allowUnauthenticated, jwt, serializedAdditionalRawData: null);
- }
-
- /// Initializes a new instance of .
- ///
- /// A new instance for mocking.
- public static CodeTransparencyConfigurationAuthenticationJwt CodeTransparencyConfigurationAuthenticationJwt(IReadOnlyDictionary requiredClaims = null)
- {
- requiredClaims ??= new Dictionary();
-
- return new CodeTransparencyConfigurationAuthenticationJwt(requiredClaims, serializedAdditionalRawData: null);
- }
-
- /// Initializes a new instance of .
- /// Version of the CodeTransparency service.
- /// A new instance for mocking.
- public static VersionResult VersionResult(string scittVersion = null)
- {
- return new VersionResult(scittVersion, serializedAdditionalRawData: null);
- }
}
}
diff --git a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/VersionResult.Serialization.cs b/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/VersionResult.Serialization.cs
deleted file mode 100644
index e57dc46a1c3f..000000000000
--- a/sdk/confidentialledger/Azure.Security.CodeTransparency/src/Generated/VersionResult.Serialization.cs
+++ /dev/null
@@ -1,142 +0,0 @@
-// Copyright (c) Microsoft Corporation. All rights reserved.
-// Licensed under the MIT License.
-
-//
-
-#nullable disable
-
-using System;
-using System.ClientModel.Primitives;
-using System.Collections.Generic;
-using System.Text.Json;
-using Azure.Core;
-
-namespace Azure.Security.CodeTransparency
-{
- public partial class VersionResult : IUtf8JsonSerializable, IJsonModel
- {
- void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) => ((IJsonModel)this).Write(writer, ModelSerializationExtensions.WireOptions);
-
- void IJsonModel.Write(Utf8JsonWriter writer, ModelReaderWriterOptions options)
- {
- writer.WriteStartObject();
- JsonModelWriteCore(writer, options);
- writer.WriteEndObject();
- }
-
- /// The JSON writer.
- /// The client options for reading and writing models.
- protected virtual void JsonModelWriteCore(Utf8JsonWriter writer, ModelReaderWriterOptions options)
- {
- var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format;
- if (format != "J")
- {
- throw new FormatException($"The model {nameof(VersionResult)} does not support writing '{format}' format.");
- }
-
- writer.WritePropertyName("scitt_version"u8);
- writer.WriteStringValue(ScittVersion);
- if (options.Format != "W" && _serializedAdditionalRawData != null)
- {
- foreach (var item in _serializedAdditionalRawData)
- {
- writer.WritePropertyName(item.Key);
-#if NET6_0_OR_GREATER
- writer.WriteRawValue(item.Value);
-#else
- using (JsonDocument document = JsonDocument.Parse(item.Value, ModelSerializationExtensions.JsonDocumentOptions))
- {
- JsonSerializer.Serialize(writer, document.RootElement);
- }
-#endif
- }
- }
- }
-
- VersionResult IJsonModel.Create(ref Utf8JsonReader reader, ModelReaderWriterOptions options)
- {
- var format = options.Format == "W" ? ((IPersistableModel