@intentius/chant-lexicon-azure 0.45.0 → 0.49.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/describe-resources.d.ts.map +1 -1
- package/dist/generated/index.d.ts +328 -87
- package/dist/generated/index.d.ts.map +1 -1
- package/dist/integrity.json +4 -4
- package/dist/manifest.json +1 -1
- package/dist/meta.json +1923 -427
- package/dist/okf/index.md +22 -5
- package/dist/okf/rules/AZR028.md +1 -0
- package/dist/okf/types/{snapshots.md → Akssnapshots.md} +3 -3
- package/dist/okf/types/AzureStackHCIloadBalancers.md +21 -0
- package/dist/okf/types/AzureStackHCInatGateways.md +22 -0
- package/dist/okf/types/AzureStackHCInetworkSecurityGroups_securityRules.md +19 -0
- package/dist/okf/types/AzureStackHCIsnapshots.md +21 -0
- package/dist/okf/types/AzureStackHCIstorageContainers.md +21 -0
- package/dist/okf/types/AzureStackHCIvirtualMachineInstances.md +21 -0
- package/dist/okf/types/AzureStackHCIvirtualMachineInstances_guestAgents.md +18 -0
- package/dist/okf/types/AzureStackHCIvirtualNetworks.md +22 -0
- package/dist/okf/types/{storageContainers.md → DiscoverystorageContainers.md} +3 -3
- package/dist/okf/types/{loadBalancers.md → KubernetesRuntimeloadBalancers.md} +3 -3
- package/dist/okf/types/{natGateways.md → NetworknatGateways.md} +4 -4
- package/dist/okf/types/{networkSecurityGroups_securityRules.md → NetworknetworkSecurityGroups_securityRules.md} +3 -3
- package/dist/okf/types/galleryImages.md +21 -0
- package/dist/okf/types/logicalNetworks.md +21 -0
- package/dist/okf/types/marketplaceGalleryImages.md +21 -0
- package/dist/okf/types/natGateways_inboundRules.md +19 -0
- package/dist/okf/types/networkInterfaces.md +25 -0
- package/dist/okf/types/networkSecurityGroups.md +22 -0
- package/dist/okf/types/publicIPAddresses.md +21 -0
- package/dist/okf/types/virtualHardDisks.md +21 -0
- package/dist/okf/types/virtualNetworks_subnets.md +19 -0
- package/dist/spec/api-versions.d.ts +12 -0
- package/dist/spec/api-versions.d.ts.map +1 -1
- package/dist/types/index.d.ts +3682 -946
- package/package.json +2 -2
- package/src/describe-resources.ts +8 -0
- package/src/generated/index.d.ts +3682 -946
- package/src/generated/index.ts +328 -87
- package/src/generated/lexicon-azure.json +1923 -427
- package/src/lifecycle-integration.test.ts +40 -0
- package/src/spec/api-versions.test.ts +16 -0
- package/src/spec/api-versions.ts +13 -0
package/dist/meta.json
CHANGED
|
@@ -468,6 +468,122 @@
|
|
|
468
468
|
"kind": "property",
|
|
469
469
|
"lexicon": "azure"
|
|
470
470
|
},
|
|
471
|
+
"Akssnapshots": {
|
|
472
|
+
"resourceType": "Microsoft.ContainerService/snapshots",
|
|
473
|
+
"kind": "resource",
|
|
474
|
+
"lexicon": "azure",
|
|
475
|
+
"apiVersion": "2024-07-01",
|
|
476
|
+
"attrs": {
|
|
477
|
+
"id": "id"
|
|
478
|
+
},
|
|
479
|
+
"propertyConstraints": {
|
|
480
|
+
"name": {
|
|
481
|
+
"pattern": "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$",
|
|
482
|
+
"minLength": 1,
|
|
483
|
+
"maxLength": 63
|
|
484
|
+
}
|
|
485
|
+
},
|
|
486
|
+
"resourceLevelFields": [
|
|
487
|
+
"location",
|
|
488
|
+
"name",
|
|
489
|
+
"tags"
|
|
490
|
+
],
|
|
491
|
+
"tagging": {
|
|
492
|
+
"taggable": true,
|
|
493
|
+
"tagOnCreate": true,
|
|
494
|
+
"tagUpdatable": true
|
|
495
|
+
}
|
|
496
|
+
},
|
|
497
|
+
"Akssnapshots_AgentPoolNetworkProfile": {
|
|
498
|
+
"resourceType": "Microsoft.ContainerService/snapshots.AgentPoolNetworkProfile",
|
|
499
|
+
"kind": "property",
|
|
500
|
+
"lexicon": "azure"
|
|
501
|
+
},
|
|
502
|
+
"Akssnapshots_ContainerServiceNetworkProfile": {
|
|
503
|
+
"resourceType": "Microsoft.ContainerService/snapshots.ContainerServiceNetworkProfile",
|
|
504
|
+
"kind": "property",
|
|
505
|
+
"lexicon": "azure"
|
|
506
|
+
},
|
|
507
|
+
"Akssnapshots_ManagedClusterIdentity": {
|
|
508
|
+
"resourceType": "Microsoft.ContainerService/snapshots.ManagedClusterIdentity",
|
|
509
|
+
"kind": "property",
|
|
510
|
+
"lexicon": "azure"
|
|
511
|
+
},
|
|
512
|
+
"Akssnapshots_ManagedClusterIdentityUserAssignedIdentities": {
|
|
513
|
+
"resourceType": "Microsoft.ContainerService/snapshots.ManagedClusterIdentityUserAssignedIdentities",
|
|
514
|
+
"kind": "property",
|
|
515
|
+
"lexicon": "azure"
|
|
516
|
+
},
|
|
517
|
+
"Akssnapshots_ManagedClusterPodIdentity": {
|
|
518
|
+
"resourceType": "Microsoft.ContainerService/snapshots.ManagedClusterPodIdentity",
|
|
519
|
+
"kind": "property",
|
|
520
|
+
"lexicon": "azure"
|
|
521
|
+
},
|
|
522
|
+
"Akssnapshots_ManagedClusterPodIdentityException": {
|
|
523
|
+
"resourceType": "Microsoft.ContainerService/snapshots.ManagedClusterPodIdentityException",
|
|
524
|
+
"kind": "property",
|
|
525
|
+
"lexicon": "azure"
|
|
526
|
+
},
|
|
527
|
+
"Akssnapshots_ManagedClusterPodIdentityExceptionPodLabels": {
|
|
528
|
+
"resourceType": "Microsoft.ContainerService/snapshots.ManagedClusterPodIdentityExceptionPodLabels",
|
|
529
|
+
"kind": "property",
|
|
530
|
+
"lexicon": "azure"
|
|
531
|
+
},
|
|
532
|
+
"Akssnapshots_ManagedClusterPodIdentityProfile": {
|
|
533
|
+
"resourceType": "Microsoft.ContainerService/snapshots.ManagedClusterPodIdentityProfile",
|
|
534
|
+
"kind": "property",
|
|
535
|
+
"lexicon": "azure"
|
|
536
|
+
},
|
|
537
|
+
"Akssnapshots_ManagedClusterPropertiesIdentityProfile": {
|
|
538
|
+
"resourceType": "Microsoft.ContainerService/snapshots.ManagedClusterPropertiesIdentityProfile",
|
|
539
|
+
"kind": "property",
|
|
540
|
+
"lexicon": "azure"
|
|
541
|
+
},
|
|
542
|
+
"Akssnapshots_ManagedClusterSecurityProfileWorkloadIdentity": {
|
|
543
|
+
"resourceType": "Microsoft.ContainerService/snapshots.ManagedClusterSecurityProfileWorkloadIdentity",
|
|
544
|
+
"kind": "property",
|
|
545
|
+
"lexicon": "azure"
|
|
546
|
+
},
|
|
547
|
+
"Akssnapshots_ManagedClusterStorageProfile": {
|
|
548
|
+
"resourceType": "Microsoft.ContainerService/snapshots.ManagedClusterStorageProfile",
|
|
549
|
+
"kind": "property",
|
|
550
|
+
"lexicon": "azure"
|
|
551
|
+
},
|
|
552
|
+
"Akssnapshots_ManagedClusterStorageProfileBlobCSIDriver": {
|
|
553
|
+
"resourceType": "Microsoft.ContainerService/snapshots.ManagedClusterStorageProfileBlobCSIDriver",
|
|
554
|
+
"kind": "property",
|
|
555
|
+
"lexicon": "azure"
|
|
556
|
+
},
|
|
557
|
+
"Akssnapshots_ManagedClusterStorageProfileDiskCSIDriver": {
|
|
558
|
+
"resourceType": "Microsoft.ContainerService/snapshots.ManagedClusterStorageProfileDiskCSIDriver",
|
|
559
|
+
"kind": "property",
|
|
560
|
+
"lexicon": "azure"
|
|
561
|
+
},
|
|
562
|
+
"Akssnapshots_ManagedClusterStorageProfileFileCSIDriver": {
|
|
563
|
+
"resourceType": "Microsoft.ContainerService/snapshots.ManagedClusterStorageProfileFileCSIDriver",
|
|
564
|
+
"kind": "property",
|
|
565
|
+
"lexicon": "azure"
|
|
566
|
+
},
|
|
567
|
+
"Akssnapshots_ManagedClusterStorageProfileSnapshotController": {
|
|
568
|
+
"resourceType": "Microsoft.ContainerService/snapshots.ManagedClusterStorageProfileSnapshotController",
|
|
569
|
+
"kind": "property",
|
|
570
|
+
"lexicon": "azure"
|
|
571
|
+
},
|
|
572
|
+
"Akssnapshots_ManagedServiceIdentityUserAssignedIdentitiesValue": {
|
|
573
|
+
"resourceType": "Microsoft.ContainerService/snapshots.ManagedServiceIdentityUserAssignedIdentitiesValue",
|
|
574
|
+
"kind": "property",
|
|
575
|
+
"lexicon": "azure"
|
|
576
|
+
},
|
|
577
|
+
"Akssnapshots_SnapshotProperties": {
|
|
578
|
+
"resourceType": "Microsoft.ContainerService/snapshots.SnapshotProperties",
|
|
579
|
+
"kind": "property",
|
|
580
|
+
"lexicon": "azure"
|
|
581
|
+
},
|
|
582
|
+
"Akssnapshots_UserAssignedIdentity": {
|
|
583
|
+
"resourceType": "Microsoft.ContainerService/snapshots.UserAssignedIdentity",
|
|
584
|
+
"kind": "property",
|
|
585
|
+
"lexicon": "azure"
|
|
586
|
+
},
|
|
471
587
|
"AlertConfigurationProperties": {
|
|
472
588
|
"resourceType": "Microsoft.ContainerService/managedClusters_alertConfigurations.AlertConfigurationProperties",
|
|
473
589
|
"kind": "property",
|
|
@@ -1897,6 +2013,690 @@
|
|
|
1897
2013
|
"kind": "property",
|
|
1898
2014
|
"lexicon": "azure"
|
|
1899
2015
|
},
|
|
2016
|
+
"AzureStackHCIloadBalancers": {
|
|
2017
|
+
"resourceType": "Microsoft.AzureStackHCI/loadBalancers",
|
|
2018
|
+
"kind": "resource",
|
|
2019
|
+
"lexicon": "azure",
|
|
2020
|
+
"apiVersion": "2026-04-01-preview",
|
|
2021
|
+
"attrs": {
|
|
2022
|
+
"id": "id"
|
|
2023
|
+
},
|
|
2024
|
+
"propertyConstraints": {
|
|
2025
|
+
"name": {
|
|
2026
|
+
"pattern": "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-._a-zA-Z0-9]{0,62}[a-zA-Z0-9]$"
|
|
2027
|
+
}
|
|
2028
|
+
},
|
|
2029
|
+
"resourceLevelFields": [
|
|
2030
|
+
"location",
|
|
2031
|
+
"name",
|
|
2032
|
+
"tags"
|
|
2033
|
+
],
|
|
2034
|
+
"tagging": {
|
|
2035
|
+
"taggable": true,
|
|
2036
|
+
"tagOnCreate": true,
|
|
2037
|
+
"tagUpdatable": true
|
|
2038
|
+
}
|
|
2039
|
+
},
|
|
2040
|
+
"AzureStackHCIloadBalancers_ExtendedLocation": {
|
|
2041
|
+
"resourceType": "Microsoft.AzureStackHCI/loadBalancers.ExtendedLocation",
|
|
2042
|
+
"kind": "property",
|
|
2043
|
+
"lexicon": "azure"
|
|
2044
|
+
},
|
|
2045
|
+
"AzureStackHCIloadBalancers_GalleryImageVersionStorageProfile": {
|
|
2046
|
+
"resourceType": "Microsoft.AzureStackHCI/loadBalancers.GalleryImageVersionStorageProfile",
|
|
2047
|
+
"kind": "property",
|
|
2048
|
+
"lexicon": "azure"
|
|
2049
|
+
},
|
|
2050
|
+
"AzureStackHCIloadBalancers_LoadBalancerProperties": {
|
|
2051
|
+
"resourceType": "Microsoft.AzureStackHCI/loadBalancers.LoadBalancerProperties",
|
|
2052
|
+
"kind": "property",
|
|
2053
|
+
"lexicon": "azure"
|
|
2054
|
+
},
|
|
2055
|
+
"AzureStackHCIloadBalancers_ManagedServiceIdentity": {
|
|
2056
|
+
"resourceType": "Microsoft.AzureStackHCI/loadBalancers.ManagedServiceIdentity",
|
|
2057
|
+
"kind": "property",
|
|
2058
|
+
"lexicon": "azure"
|
|
2059
|
+
},
|
|
2060
|
+
"AzureStackHCIloadBalancers_ManagedServiceIdentityUserAssignedIdentities": {
|
|
2061
|
+
"resourceType": "Microsoft.AzureStackHCI/loadBalancers.ManagedServiceIdentityUserAssignedIdentities",
|
|
2062
|
+
"kind": "property",
|
|
2063
|
+
"lexicon": "azure"
|
|
2064
|
+
},
|
|
2065
|
+
"AzureStackHCIloadBalancers_SecurityRuleProperties": {
|
|
2066
|
+
"resourceType": "Microsoft.AzureStackHCI/loadBalancers.SecurityRuleProperties",
|
|
2067
|
+
"kind": "property",
|
|
2068
|
+
"lexicon": "azure"
|
|
2069
|
+
},
|
|
2070
|
+
"AzureStackHCIloadBalancers_SubnetIpConfigurationReference": {
|
|
2071
|
+
"resourceType": "Microsoft.AzureStackHCI/loadBalancers.SubnetIpConfigurationReference",
|
|
2072
|
+
"kind": "property",
|
|
2073
|
+
"lexicon": "azure"
|
|
2074
|
+
},
|
|
2075
|
+
"AzureStackHCIloadBalancers_SubnetProperties": {
|
|
2076
|
+
"resourceType": "Microsoft.AzureStackHCI/loadBalancers.SubnetProperties",
|
|
2077
|
+
"kind": "property",
|
|
2078
|
+
"lexicon": "azure"
|
|
2079
|
+
},
|
|
2080
|
+
"AzureStackHCIloadBalancers_UserAssignedIdentity": {
|
|
2081
|
+
"resourceType": "Microsoft.AzureStackHCI/loadBalancers.UserAssignedIdentity",
|
|
2082
|
+
"kind": "property",
|
|
2083
|
+
"lexicon": "azure"
|
|
2084
|
+
},
|
|
2085
|
+
"AzureStackHCIloadBalancers_VirtualMachineInstancePropertiesNetworkProfile": {
|
|
2086
|
+
"resourceType": "Microsoft.AzureStackHCI/loadBalancers.VirtualMachineInstancePropertiesNetworkProfile",
|
|
2087
|
+
"kind": "property",
|
|
2088
|
+
"lexicon": "azure"
|
|
2089
|
+
},
|
|
2090
|
+
"AzureStackHCIloadBalancers_VirtualMachineInstancePropertiesStorageProfile": {
|
|
2091
|
+
"resourceType": "Microsoft.AzureStackHCI/loadBalancers.VirtualMachineInstancePropertiesStorageProfile",
|
|
2092
|
+
"kind": "property",
|
|
2093
|
+
"lexicon": "azure"
|
|
2094
|
+
},
|
|
2095
|
+
"AzureStackHCIloadBalancers_VirtualMachineInstancePropertiesStorageProfileOsDisk": {
|
|
2096
|
+
"resourceType": "Microsoft.AzureStackHCI/loadBalancers.VirtualMachineInstancePropertiesStorageProfileOsDisk",
|
|
2097
|
+
"kind": "property",
|
|
2098
|
+
"lexicon": "azure"
|
|
2099
|
+
},
|
|
2100
|
+
"AzureStackHCIloadBalancers_VirtualNetworkSubnetProperties": {
|
|
2101
|
+
"resourceType": "Microsoft.AzureStackHCI/loadBalancers.VirtualNetworkSubnetProperties",
|
|
2102
|
+
"kind": "property",
|
|
2103
|
+
"lexicon": "azure"
|
|
2104
|
+
},
|
|
2105
|
+
"AzureStackHCInatGateways": {
|
|
2106
|
+
"resourceType": "Microsoft.AzureStackHCI/natGateways",
|
|
2107
|
+
"kind": "resource",
|
|
2108
|
+
"lexicon": "azure",
|
|
2109
|
+
"apiVersion": "2026-04-01-preview",
|
|
2110
|
+
"attrs": {
|
|
2111
|
+
"id": "id"
|
|
2112
|
+
},
|
|
2113
|
+
"propertyConstraints": {
|
|
2114
|
+
"name": {
|
|
2115
|
+
"pattern": "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-._a-zA-Z0-9]{0,62}[a-zA-Z0-9]$"
|
|
2116
|
+
}
|
|
2117
|
+
},
|
|
2118
|
+
"resourceLevelFields": [
|
|
2119
|
+
"location",
|
|
2120
|
+
"name",
|
|
2121
|
+
"tags"
|
|
2122
|
+
],
|
|
2123
|
+
"tagging": {
|
|
2124
|
+
"taggable": true,
|
|
2125
|
+
"tagOnCreate": true,
|
|
2126
|
+
"tagUpdatable": true
|
|
2127
|
+
}
|
|
2128
|
+
},
|
|
2129
|
+
"AzureStackHCInatGateways_ExtendedLocation": {
|
|
2130
|
+
"resourceType": "Microsoft.AzureStackHCI/natGateways.ExtendedLocation",
|
|
2131
|
+
"kind": "property",
|
|
2132
|
+
"lexicon": "azure"
|
|
2133
|
+
},
|
|
2134
|
+
"AzureStackHCInatGateways_GalleryImageVersionStorageProfile": {
|
|
2135
|
+
"resourceType": "Microsoft.AzureStackHCI/natGateways.GalleryImageVersionStorageProfile",
|
|
2136
|
+
"kind": "property",
|
|
2137
|
+
"lexicon": "azure"
|
|
2138
|
+
},
|
|
2139
|
+
"AzureStackHCInatGateways_ManagedServiceIdentity": {
|
|
2140
|
+
"resourceType": "Microsoft.AzureStackHCI/natGateways.ManagedServiceIdentity",
|
|
2141
|
+
"kind": "property",
|
|
2142
|
+
"lexicon": "azure"
|
|
2143
|
+
},
|
|
2144
|
+
"AzureStackHCInatGateways_ManagedServiceIdentityUserAssignedIdentities": {
|
|
2145
|
+
"resourceType": "Microsoft.AzureStackHCI/natGateways.ManagedServiceIdentityUserAssignedIdentities",
|
|
2146
|
+
"kind": "property",
|
|
2147
|
+
"lexicon": "azure"
|
|
2148
|
+
},
|
|
2149
|
+
"AzureStackHCInatGateways_NatGatewayProperties": {
|
|
2150
|
+
"resourceType": "Microsoft.AzureStackHCI/natGateways.NatGatewayProperties",
|
|
2151
|
+
"kind": "property",
|
|
2152
|
+
"lexicon": "azure"
|
|
2153
|
+
},
|
|
2154
|
+
"AzureStackHCInatGateways_SecurityRuleProperties": {
|
|
2155
|
+
"resourceType": "Microsoft.AzureStackHCI/natGateways.SecurityRuleProperties",
|
|
2156
|
+
"kind": "property",
|
|
2157
|
+
"lexicon": "azure"
|
|
2158
|
+
},
|
|
2159
|
+
"AzureStackHCInatGateways_SubnetIpConfigurationReference": {
|
|
2160
|
+
"resourceType": "Microsoft.AzureStackHCI/natGateways.SubnetIpConfigurationReference",
|
|
2161
|
+
"kind": "property",
|
|
2162
|
+
"lexicon": "azure"
|
|
2163
|
+
},
|
|
2164
|
+
"AzureStackHCInatGateways_SubnetProperties": {
|
|
2165
|
+
"resourceType": "Microsoft.AzureStackHCI/natGateways.SubnetProperties",
|
|
2166
|
+
"kind": "property",
|
|
2167
|
+
"lexicon": "azure"
|
|
2168
|
+
},
|
|
2169
|
+
"AzureStackHCInatGateways_UserAssignedIdentity": {
|
|
2170
|
+
"resourceType": "Microsoft.AzureStackHCI/natGateways.UserAssignedIdentity",
|
|
2171
|
+
"kind": "property",
|
|
2172
|
+
"lexicon": "azure"
|
|
2173
|
+
},
|
|
2174
|
+
"AzureStackHCInatGateways_VirtualMachineInstancePropertiesNetworkProfile": {
|
|
2175
|
+
"resourceType": "Microsoft.AzureStackHCI/natGateways.VirtualMachineInstancePropertiesNetworkProfile",
|
|
2176
|
+
"kind": "property",
|
|
2177
|
+
"lexicon": "azure"
|
|
2178
|
+
},
|
|
2179
|
+
"AzureStackHCInatGateways_VirtualMachineInstancePropertiesStorageProfile": {
|
|
2180
|
+
"resourceType": "Microsoft.AzureStackHCI/natGateways.VirtualMachineInstancePropertiesStorageProfile",
|
|
2181
|
+
"kind": "property",
|
|
2182
|
+
"lexicon": "azure"
|
|
2183
|
+
},
|
|
2184
|
+
"AzureStackHCInatGateways_VirtualMachineInstancePropertiesStorageProfileOsDisk": {
|
|
2185
|
+
"resourceType": "Microsoft.AzureStackHCI/natGateways.VirtualMachineInstancePropertiesStorageProfileOsDisk",
|
|
2186
|
+
"kind": "property",
|
|
2187
|
+
"lexicon": "azure"
|
|
2188
|
+
},
|
|
2189
|
+
"AzureStackHCInatGateways_VirtualNetworkSubnetProperties": {
|
|
2190
|
+
"resourceType": "Microsoft.AzureStackHCI/natGateways.VirtualNetworkSubnetProperties",
|
|
2191
|
+
"kind": "property",
|
|
2192
|
+
"lexicon": "azure"
|
|
2193
|
+
},
|
|
2194
|
+
"AzureStackHCInetworkSecurityGroups_securityRules": {
|
|
2195
|
+
"resourceType": "Microsoft.AzureStackHCI/networkSecurityGroups_securityRules",
|
|
2196
|
+
"kind": "resource",
|
|
2197
|
+
"lexicon": "azure",
|
|
2198
|
+
"apiVersion": "2026-04-01-preview",
|
|
2199
|
+
"attrs": {
|
|
2200
|
+
"id": "id"
|
|
2201
|
+
},
|
|
2202
|
+
"propertyConstraints": {
|
|
2203
|
+
"name": {
|
|
2204
|
+
"pattern": "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-._a-zA-Z0-9]{0,62}[a-zA-Z0-9]$"
|
|
2205
|
+
}
|
|
2206
|
+
},
|
|
2207
|
+
"resourceLevelFields": [
|
|
2208
|
+
"name"
|
|
2209
|
+
]
|
|
2210
|
+
},
|
|
2211
|
+
"AzureStackHCInetworkSecurityGroups_securityRules_ExtendedLocation": {
|
|
2212
|
+
"resourceType": "Microsoft.AzureStackHCI/networkSecurityGroups_securityRules.ExtendedLocation",
|
|
2213
|
+
"kind": "property",
|
|
2214
|
+
"lexicon": "azure"
|
|
2215
|
+
},
|
|
2216
|
+
"AzureStackHCInetworkSecurityGroups_securityRules_GalleryImageVersionStorageProfile": {
|
|
2217
|
+
"resourceType": "Microsoft.AzureStackHCI/networkSecurityGroups_securityRules.GalleryImageVersionStorageProfile",
|
|
2218
|
+
"kind": "property",
|
|
2219
|
+
"lexicon": "azure"
|
|
2220
|
+
},
|
|
2221
|
+
"AzureStackHCInetworkSecurityGroups_securityRules_ManagedServiceIdentity": {
|
|
2222
|
+
"resourceType": "Microsoft.AzureStackHCI/networkSecurityGroups_securityRules.ManagedServiceIdentity",
|
|
2223
|
+
"kind": "property",
|
|
2224
|
+
"lexicon": "azure"
|
|
2225
|
+
},
|
|
2226
|
+
"AzureStackHCInetworkSecurityGroups_securityRules_ManagedServiceIdentityUserAssignedIdentities": {
|
|
2227
|
+
"resourceType": "Microsoft.AzureStackHCI/networkSecurityGroups_securityRules.ManagedServiceIdentityUserAssignedIdentities",
|
|
2228
|
+
"kind": "property",
|
|
2229
|
+
"lexicon": "azure"
|
|
2230
|
+
},
|
|
2231
|
+
"AzureStackHCInetworkSecurityGroups_securityRules_SecurityRuleProperties": {
|
|
2232
|
+
"resourceType": "Microsoft.AzureStackHCI/networkSecurityGroups_securityRules.SecurityRuleProperties",
|
|
2233
|
+
"kind": "property",
|
|
2234
|
+
"lexicon": "azure"
|
|
2235
|
+
},
|
|
2236
|
+
"AzureStackHCInetworkSecurityGroups_securityRules_SubnetIpConfigurationReference": {
|
|
2237
|
+
"resourceType": "Microsoft.AzureStackHCI/networkSecurityGroups_securityRules.SubnetIpConfigurationReference",
|
|
2238
|
+
"kind": "property",
|
|
2239
|
+
"lexicon": "azure"
|
|
2240
|
+
},
|
|
2241
|
+
"AzureStackHCInetworkSecurityGroups_securityRules_SubnetProperties": {
|
|
2242
|
+
"resourceType": "Microsoft.AzureStackHCI/networkSecurityGroups_securityRules.SubnetProperties",
|
|
2243
|
+
"kind": "property",
|
|
2244
|
+
"lexicon": "azure"
|
|
2245
|
+
},
|
|
2246
|
+
"AzureStackHCInetworkSecurityGroups_securityRules_UserAssignedIdentity": {
|
|
2247
|
+
"resourceType": "Microsoft.AzureStackHCI/networkSecurityGroups_securityRules.UserAssignedIdentity",
|
|
2248
|
+
"kind": "property",
|
|
2249
|
+
"lexicon": "azure"
|
|
2250
|
+
},
|
|
2251
|
+
"AzureStackHCInetworkSecurityGroups_securityRules_VirtualMachineInstancePropertiesNetworkProfile": {
|
|
2252
|
+
"resourceType": "Microsoft.AzureStackHCI/networkSecurityGroups_securityRules.VirtualMachineInstancePropertiesNetworkProfile",
|
|
2253
|
+
"kind": "property",
|
|
2254
|
+
"lexicon": "azure"
|
|
2255
|
+
},
|
|
2256
|
+
"AzureStackHCInetworkSecurityGroups_securityRules_VirtualMachineInstancePropertiesStorageProfile": {
|
|
2257
|
+
"resourceType": "Microsoft.AzureStackHCI/networkSecurityGroups_securityRules.VirtualMachineInstancePropertiesStorageProfile",
|
|
2258
|
+
"kind": "property",
|
|
2259
|
+
"lexicon": "azure"
|
|
2260
|
+
},
|
|
2261
|
+
"AzureStackHCInetworkSecurityGroups_securityRules_VirtualMachineInstancePropertiesStorageProfileOsDisk": {
|
|
2262
|
+
"resourceType": "Microsoft.AzureStackHCI/networkSecurityGroups_securityRules.VirtualMachineInstancePropertiesStorageProfileOsDisk",
|
|
2263
|
+
"kind": "property",
|
|
2264
|
+
"lexicon": "azure"
|
|
2265
|
+
},
|
|
2266
|
+
"AzureStackHCInetworkSecurityGroups_securityRules_VirtualNetworkSubnetProperties": {
|
|
2267
|
+
"resourceType": "Microsoft.AzureStackHCI/networkSecurityGroups_securityRules.VirtualNetworkSubnetProperties",
|
|
2268
|
+
"kind": "property",
|
|
2269
|
+
"lexicon": "azure"
|
|
2270
|
+
},
|
|
2271
|
+
"AzureStackHCIsnapshots": {
|
|
2272
|
+
"resourceType": "Microsoft.AzureStackHCI/snapshots",
|
|
2273
|
+
"kind": "resource",
|
|
2274
|
+
"lexicon": "azure",
|
|
2275
|
+
"apiVersion": "2026-04-01-preview",
|
|
2276
|
+
"attrs": {
|
|
2277
|
+
"id": "id"
|
|
2278
|
+
},
|
|
2279
|
+
"propertyConstraints": {
|
|
2280
|
+
"name": {
|
|
2281
|
+
"pattern": "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-._a-zA-Z0-9]{0,62}[a-zA-Z0-9]$"
|
|
2282
|
+
}
|
|
2283
|
+
},
|
|
2284
|
+
"resourceLevelFields": [
|
|
2285
|
+
"location",
|
|
2286
|
+
"name",
|
|
2287
|
+
"tags"
|
|
2288
|
+
],
|
|
2289
|
+
"tagging": {
|
|
2290
|
+
"taggable": true,
|
|
2291
|
+
"tagOnCreate": true,
|
|
2292
|
+
"tagUpdatable": true
|
|
2293
|
+
}
|
|
2294
|
+
},
|
|
2295
|
+
"AzureStackHCIsnapshots_ExtendedLocation": {
|
|
2296
|
+
"resourceType": "Microsoft.AzureStackHCI/snapshots.ExtendedLocation",
|
|
2297
|
+
"kind": "property",
|
|
2298
|
+
"lexicon": "azure"
|
|
2299
|
+
},
|
|
2300
|
+
"AzureStackHCIsnapshots_GalleryImageVersionStorageProfile": {
|
|
2301
|
+
"resourceType": "Microsoft.AzureStackHCI/snapshots.GalleryImageVersionStorageProfile",
|
|
2302
|
+
"kind": "property",
|
|
2303
|
+
"lexicon": "azure"
|
|
2304
|
+
},
|
|
2305
|
+
"AzureStackHCIsnapshots_ManagedServiceIdentity": {
|
|
2306
|
+
"resourceType": "Microsoft.AzureStackHCI/snapshots.ManagedServiceIdentity",
|
|
2307
|
+
"kind": "property",
|
|
2308
|
+
"lexicon": "azure"
|
|
2309
|
+
},
|
|
2310
|
+
"AzureStackHCIsnapshots_ManagedServiceIdentityUserAssignedIdentities": {
|
|
2311
|
+
"resourceType": "Microsoft.AzureStackHCI/snapshots.ManagedServiceIdentityUserAssignedIdentities",
|
|
2312
|
+
"kind": "property",
|
|
2313
|
+
"lexicon": "azure"
|
|
2314
|
+
},
|
|
2315
|
+
"AzureStackHCIsnapshots_SecurityRuleProperties": {
|
|
2316
|
+
"resourceType": "Microsoft.AzureStackHCI/snapshots.SecurityRuleProperties",
|
|
2317
|
+
"kind": "property",
|
|
2318
|
+
"lexicon": "azure"
|
|
2319
|
+
},
|
|
2320
|
+
"AzureStackHCIsnapshots_SnapshotProperties": {
|
|
2321
|
+
"resourceType": "Microsoft.AzureStackHCI/snapshots.SnapshotProperties",
|
|
2322
|
+
"kind": "property",
|
|
2323
|
+
"lexicon": "azure"
|
|
2324
|
+
},
|
|
2325
|
+
"AzureStackHCIsnapshots_SubnetIpConfigurationReference": {
|
|
2326
|
+
"resourceType": "Microsoft.AzureStackHCI/snapshots.SubnetIpConfigurationReference",
|
|
2327
|
+
"kind": "property",
|
|
2328
|
+
"lexicon": "azure"
|
|
2329
|
+
},
|
|
2330
|
+
"AzureStackHCIsnapshots_SubnetProperties": {
|
|
2331
|
+
"resourceType": "Microsoft.AzureStackHCI/snapshots.SubnetProperties",
|
|
2332
|
+
"kind": "property",
|
|
2333
|
+
"lexicon": "azure"
|
|
2334
|
+
},
|
|
2335
|
+
"AzureStackHCIsnapshots_UserAssignedIdentity": {
|
|
2336
|
+
"resourceType": "Microsoft.AzureStackHCI/snapshots.UserAssignedIdentity",
|
|
2337
|
+
"kind": "property",
|
|
2338
|
+
"lexicon": "azure"
|
|
2339
|
+
},
|
|
2340
|
+
"AzureStackHCIsnapshots_VirtualMachineInstancePropertiesNetworkProfile": {
|
|
2341
|
+
"resourceType": "Microsoft.AzureStackHCI/snapshots.VirtualMachineInstancePropertiesNetworkProfile",
|
|
2342
|
+
"kind": "property",
|
|
2343
|
+
"lexicon": "azure"
|
|
2344
|
+
},
|
|
2345
|
+
"AzureStackHCIsnapshots_VirtualMachineInstancePropertiesStorageProfile": {
|
|
2346
|
+
"resourceType": "Microsoft.AzureStackHCI/snapshots.VirtualMachineInstancePropertiesStorageProfile",
|
|
2347
|
+
"kind": "property",
|
|
2348
|
+
"lexicon": "azure"
|
|
2349
|
+
},
|
|
2350
|
+
"AzureStackHCIsnapshots_VirtualMachineInstancePropertiesStorageProfileOsDisk": {
|
|
2351
|
+
"resourceType": "Microsoft.AzureStackHCI/snapshots.VirtualMachineInstancePropertiesStorageProfileOsDisk",
|
|
2352
|
+
"kind": "property",
|
|
2353
|
+
"lexicon": "azure"
|
|
2354
|
+
},
|
|
2355
|
+
"AzureStackHCIsnapshots_VirtualNetworkSubnetProperties": {
|
|
2356
|
+
"resourceType": "Microsoft.AzureStackHCI/snapshots.VirtualNetworkSubnetProperties",
|
|
2357
|
+
"kind": "property",
|
|
2358
|
+
"lexicon": "azure"
|
|
2359
|
+
},
|
|
2360
|
+
"AzureStackHCIstorageContainers": {
|
|
2361
|
+
"resourceType": "Microsoft.AzureStackHCI/storageContainers",
|
|
2362
|
+
"kind": "resource",
|
|
2363
|
+
"lexicon": "azure",
|
|
2364
|
+
"apiVersion": "2026-04-01-preview",
|
|
2365
|
+
"attrs": {
|
|
2366
|
+
"id": "id"
|
|
2367
|
+
},
|
|
2368
|
+
"propertyConstraints": {
|
|
2369
|
+
"name": {
|
|
2370
|
+
"pattern": "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-._a-zA-Z0-9]{0,62}[a-zA-Z0-9]$"
|
|
2371
|
+
}
|
|
2372
|
+
},
|
|
2373
|
+
"resourceLevelFields": [
|
|
2374
|
+
"location",
|
|
2375
|
+
"name",
|
|
2376
|
+
"tags"
|
|
2377
|
+
],
|
|
2378
|
+
"tagging": {
|
|
2379
|
+
"taggable": true,
|
|
2380
|
+
"tagOnCreate": true,
|
|
2381
|
+
"tagUpdatable": true
|
|
2382
|
+
}
|
|
2383
|
+
},
|
|
2384
|
+
"AzureStackHCIstorageContainers_ExtendedLocation": {
|
|
2385
|
+
"resourceType": "Microsoft.AzureStackHCI/storageContainers.ExtendedLocation",
|
|
2386
|
+
"kind": "property",
|
|
2387
|
+
"lexicon": "azure"
|
|
2388
|
+
},
|
|
2389
|
+
"AzureStackHCIstorageContainers_GalleryImageVersionStorageProfile": {
|
|
2390
|
+
"resourceType": "Microsoft.AzureStackHCI/storageContainers.GalleryImageVersionStorageProfile",
|
|
2391
|
+
"kind": "property",
|
|
2392
|
+
"lexicon": "azure"
|
|
2393
|
+
},
|
|
2394
|
+
"AzureStackHCIstorageContainers_ManagedServiceIdentity": {
|
|
2395
|
+
"resourceType": "Microsoft.AzureStackHCI/storageContainers.ManagedServiceIdentity",
|
|
2396
|
+
"kind": "property",
|
|
2397
|
+
"lexicon": "azure"
|
|
2398
|
+
},
|
|
2399
|
+
"AzureStackHCIstorageContainers_ManagedServiceIdentityUserAssignedIdentities": {
|
|
2400
|
+
"resourceType": "Microsoft.AzureStackHCI/storageContainers.ManagedServiceIdentityUserAssignedIdentities",
|
|
2401
|
+
"kind": "property",
|
|
2402
|
+
"lexicon": "azure"
|
|
2403
|
+
},
|
|
2404
|
+
"AzureStackHCIstorageContainers_SecurityRuleProperties": {
|
|
2405
|
+
"resourceType": "Microsoft.AzureStackHCI/storageContainers.SecurityRuleProperties",
|
|
2406
|
+
"kind": "property",
|
|
2407
|
+
"lexicon": "azure"
|
|
2408
|
+
},
|
|
2409
|
+
"AzureStackHCIstorageContainers_StorageContainerProperties": {
|
|
2410
|
+
"resourceType": "Microsoft.AzureStackHCI/storageContainers.StorageContainerProperties",
|
|
2411
|
+
"kind": "property",
|
|
2412
|
+
"lexicon": "azure"
|
|
2413
|
+
},
|
|
2414
|
+
"AzureStackHCIstorageContainers_SubnetIpConfigurationReference": {
|
|
2415
|
+
"resourceType": "Microsoft.AzureStackHCI/storageContainers.SubnetIpConfigurationReference",
|
|
2416
|
+
"kind": "property",
|
|
2417
|
+
"lexicon": "azure"
|
|
2418
|
+
},
|
|
2419
|
+
"AzureStackHCIstorageContainers_SubnetProperties": {
|
|
2420
|
+
"resourceType": "Microsoft.AzureStackHCI/storageContainers.SubnetProperties",
|
|
2421
|
+
"kind": "property",
|
|
2422
|
+
"lexicon": "azure"
|
|
2423
|
+
},
|
|
2424
|
+
"AzureStackHCIstorageContainers_UserAssignedIdentity": {
|
|
2425
|
+
"resourceType": "Microsoft.AzureStackHCI/storageContainers.UserAssignedIdentity",
|
|
2426
|
+
"kind": "property",
|
|
2427
|
+
"lexicon": "azure"
|
|
2428
|
+
},
|
|
2429
|
+
"AzureStackHCIstorageContainers_VirtualMachineInstancePropertiesNetworkProfile": {
|
|
2430
|
+
"resourceType": "Microsoft.AzureStackHCI/storageContainers.VirtualMachineInstancePropertiesNetworkProfile",
|
|
2431
|
+
"kind": "property",
|
|
2432
|
+
"lexicon": "azure"
|
|
2433
|
+
},
|
|
2434
|
+
"AzureStackHCIstorageContainers_VirtualMachineInstancePropertiesStorageProfile": {
|
|
2435
|
+
"resourceType": "Microsoft.AzureStackHCI/storageContainers.VirtualMachineInstancePropertiesStorageProfile",
|
|
2436
|
+
"kind": "property",
|
|
2437
|
+
"lexicon": "azure"
|
|
2438
|
+
},
|
|
2439
|
+
"AzureStackHCIstorageContainers_VirtualMachineInstancePropertiesStorageProfileOsDisk": {
|
|
2440
|
+
"resourceType": "Microsoft.AzureStackHCI/storageContainers.VirtualMachineInstancePropertiesStorageProfileOsDisk",
|
|
2441
|
+
"kind": "property",
|
|
2442
|
+
"lexicon": "azure"
|
|
2443
|
+
},
|
|
2444
|
+
"AzureStackHCIstorageContainers_VirtualNetworkSubnetProperties": {
|
|
2445
|
+
"resourceType": "Microsoft.AzureStackHCI/storageContainers.VirtualNetworkSubnetProperties",
|
|
2446
|
+
"kind": "property",
|
|
2447
|
+
"lexicon": "azure"
|
|
2448
|
+
},
|
|
2449
|
+
"AzureStackHCIvirtualMachineInstances": {
|
|
2450
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualMachineInstances",
|
|
2451
|
+
"kind": "resource",
|
|
2452
|
+
"lexicon": "azure",
|
|
2453
|
+
"apiVersion": "2026-04-01-preview",
|
|
2454
|
+
"attrs": {
|
|
2455
|
+
"id": "id"
|
|
2456
|
+
},
|
|
2457
|
+
"propertyConstraints": {
|
|
2458
|
+
"name": {
|
|
2459
|
+
"enum": [
|
|
2460
|
+
"default"
|
|
2461
|
+
]
|
|
2462
|
+
}
|
|
2463
|
+
},
|
|
2464
|
+
"resourceLevelFields": [
|
|
2465
|
+
"identity",
|
|
2466
|
+
"name"
|
|
2467
|
+
]
|
|
2468
|
+
},
|
|
2469
|
+
"AzureStackHCIvirtualMachineInstances_ExtendedLocation": {
|
|
2470
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualMachineInstances.ExtendedLocation",
|
|
2471
|
+
"kind": "property",
|
|
2472
|
+
"lexicon": "azure"
|
|
2473
|
+
},
|
|
2474
|
+
"AzureStackHCIvirtualMachineInstances_GalleryImageVersionStorageProfile": {
|
|
2475
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualMachineInstances.GalleryImageVersionStorageProfile",
|
|
2476
|
+
"kind": "property",
|
|
2477
|
+
"lexicon": "azure"
|
|
2478
|
+
},
|
|
2479
|
+
"AzureStackHCIvirtualMachineInstances_ManagedServiceIdentity": {
|
|
2480
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualMachineInstances.ManagedServiceIdentity",
|
|
2481
|
+
"kind": "property",
|
|
2482
|
+
"lexicon": "azure"
|
|
2483
|
+
},
|
|
2484
|
+
"AzureStackHCIvirtualMachineInstances_ManagedServiceIdentityUserAssignedIdentities": {
|
|
2485
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualMachineInstances.ManagedServiceIdentityUserAssignedIdentities",
|
|
2486
|
+
"kind": "property",
|
|
2487
|
+
"lexicon": "azure"
|
|
2488
|
+
},
|
|
2489
|
+
"AzureStackHCIvirtualMachineInstances_SecurityRuleProperties": {
|
|
2490
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualMachineInstances.SecurityRuleProperties",
|
|
2491
|
+
"kind": "property",
|
|
2492
|
+
"lexicon": "azure"
|
|
2493
|
+
},
|
|
2494
|
+
"AzureStackHCIvirtualMachineInstances_SubnetIpConfigurationReference": {
|
|
2495
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualMachineInstances.SubnetIpConfigurationReference",
|
|
2496
|
+
"kind": "property",
|
|
2497
|
+
"lexicon": "azure"
|
|
2498
|
+
},
|
|
2499
|
+
"AzureStackHCIvirtualMachineInstances_SubnetProperties": {
|
|
2500
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualMachineInstances.SubnetProperties",
|
|
2501
|
+
"kind": "property",
|
|
2502
|
+
"lexicon": "azure"
|
|
2503
|
+
},
|
|
2504
|
+
"AzureStackHCIvirtualMachineInstances_UserAssignedIdentity": {
|
|
2505
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualMachineInstances.UserAssignedIdentity",
|
|
2506
|
+
"kind": "property",
|
|
2507
|
+
"lexicon": "azure"
|
|
2508
|
+
},
|
|
2509
|
+
"AzureStackHCIvirtualMachineInstances_VirtualMachineInstanceProperties": {
|
|
2510
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualMachineInstances.VirtualMachineInstanceProperties",
|
|
2511
|
+
"kind": "property",
|
|
2512
|
+
"lexicon": "azure"
|
|
2513
|
+
},
|
|
2514
|
+
"AzureStackHCIvirtualMachineInstances_VirtualMachineInstancePropertiesNetworkProfile": {
|
|
2515
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualMachineInstances.VirtualMachineInstancePropertiesNetworkProfile",
|
|
2516
|
+
"kind": "property",
|
|
2517
|
+
"lexicon": "azure"
|
|
2518
|
+
},
|
|
2519
|
+
"AzureStackHCIvirtualMachineInstances_VirtualMachineInstancePropertiesStorageProfile": {
|
|
2520
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualMachineInstances.VirtualMachineInstancePropertiesStorageProfile",
|
|
2521
|
+
"kind": "property",
|
|
2522
|
+
"lexicon": "azure"
|
|
2523
|
+
},
|
|
2524
|
+
"AzureStackHCIvirtualMachineInstances_VirtualMachineInstancePropertiesStorageProfileOsDisk": {
|
|
2525
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualMachineInstances.VirtualMachineInstancePropertiesStorageProfileOsDisk",
|
|
2526
|
+
"kind": "property",
|
|
2527
|
+
"lexicon": "azure"
|
|
2528
|
+
},
|
|
2529
|
+
"AzureStackHCIvirtualMachineInstances_VirtualNetworkSubnetProperties": {
|
|
2530
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualMachineInstances.VirtualNetworkSubnetProperties",
|
|
2531
|
+
"kind": "property",
|
|
2532
|
+
"lexicon": "azure"
|
|
2533
|
+
},
|
|
2534
|
+
"AzureStackHCIvirtualMachineInstances_guestAgents": {
|
|
2535
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualMachineInstances_guestAgents",
|
|
2536
|
+
"kind": "resource",
|
|
2537
|
+
"lexicon": "azure",
|
|
2538
|
+
"apiVersion": "2026-04-01-preview",
|
|
2539
|
+
"attrs": {
|
|
2540
|
+
"id": "id"
|
|
2541
|
+
},
|
|
2542
|
+
"propertyConstraints": {
|
|
2543
|
+
"name": {
|
|
2544
|
+
"pattern": "^.*/default$"
|
|
2545
|
+
}
|
|
2546
|
+
},
|
|
2547
|
+
"resourceLevelFields": [
|
|
2548
|
+
"name"
|
|
2549
|
+
]
|
|
2550
|
+
},
|
|
2551
|
+
"AzureStackHCIvirtualMachineInstances_guestAgents_GalleryImageVersionStorageProfile": {
|
|
2552
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualMachineInstances_guestAgents.GalleryImageVersionStorageProfile",
|
|
2553
|
+
"kind": "property",
|
|
2554
|
+
"lexicon": "azure"
|
|
2555
|
+
},
|
|
2556
|
+
"AzureStackHCIvirtualMachineInstances_guestAgents_GuestAgentProperties": {
|
|
2557
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualMachineInstances_guestAgents.GuestAgentProperties",
|
|
2558
|
+
"kind": "property",
|
|
2559
|
+
"lexicon": "azure"
|
|
2560
|
+
},
|
|
2561
|
+
"AzureStackHCIvirtualMachineInstances_guestAgents_ManagedServiceIdentity": {
|
|
2562
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualMachineInstances_guestAgents.ManagedServiceIdentity",
|
|
2563
|
+
"kind": "property",
|
|
2564
|
+
"lexicon": "azure"
|
|
2565
|
+
},
|
|
2566
|
+
"AzureStackHCIvirtualMachineInstances_guestAgents_ManagedServiceIdentityUserAssignedIdentities": {
|
|
2567
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualMachineInstances_guestAgents.ManagedServiceIdentityUserAssignedIdentities",
|
|
2568
|
+
"kind": "property",
|
|
2569
|
+
"lexicon": "azure"
|
|
2570
|
+
},
|
|
2571
|
+
"AzureStackHCIvirtualMachineInstances_guestAgents_SecurityRuleProperties": {
|
|
2572
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualMachineInstances_guestAgents.SecurityRuleProperties",
|
|
2573
|
+
"kind": "property",
|
|
2574
|
+
"lexicon": "azure"
|
|
2575
|
+
},
|
|
2576
|
+
"AzureStackHCIvirtualMachineInstances_guestAgents_SubnetIpConfigurationReference": {
|
|
2577
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualMachineInstances_guestAgents.SubnetIpConfigurationReference",
|
|
2578
|
+
"kind": "property",
|
|
2579
|
+
"lexicon": "azure"
|
|
2580
|
+
},
|
|
2581
|
+
"AzureStackHCIvirtualMachineInstances_guestAgents_SubnetProperties": {
|
|
2582
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualMachineInstances_guestAgents.SubnetProperties",
|
|
2583
|
+
"kind": "property",
|
|
2584
|
+
"lexicon": "azure"
|
|
2585
|
+
},
|
|
2586
|
+
"AzureStackHCIvirtualMachineInstances_guestAgents_UserAssignedIdentity": {
|
|
2587
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualMachineInstances_guestAgents.UserAssignedIdentity",
|
|
2588
|
+
"kind": "property",
|
|
2589
|
+
"lexicon": "azure"
|
|
2590
|
+
},
|
|
2591
|
+
"AzureStackHCIvirtualMachineInstances_guestAgents_VirtualMachineInstancePropertiesNetworkProfile": {
|
|
2592
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualMachineInstances_guestAgents.VirtualMachineInstancePropertiesNetworkProfile",
|
|
2593
|
+
"kind": "property",
|
|
2594
|
+
"lexicon": "azure"
|
|
2595
|
+
},
|
|
2596
|
+
"AzureStackHCIvirtualMachineInstances_guestAgents_VirtualMachineInstancePropertiesStorageProfile": {
|
|
2597
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualMachineInstances_guestAgents.VirtualMachineInstancePropertiesStorageProfile",
|
|
2598
|
+
"kind": "property",
|
|
2599
|
+
"lexicon": "azure"
|
|
2600
|
+
},
|
|
2601
|
+
"AzureStackHCIvirtualMachineInstances_guestAgents_VirtualMachineInstancePropertiesStorageProfileOsDisk": {
|
|
2602
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualMachineInstances_guestAgents.VirtualMachineInstancePropertiesStorageProfileOsDisk",
|
|
2603
|
+
"kind": "property",
|
|
2604
|
+
"lexicon": "azure"
|
|
2605
|
+
},
|
|
2606
|
+
"AzureStackHCIvirtualMachineInstances_guestAgents_VirtualNetworkSubnetProperties": {
|
|
2607
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualMachineInstances_guestAgents.VirtualNetworkSubnetProperties",
|
|
2608
|
+
"kind": "property",
|
|
2609
|
+
"lexicon": "azure"
|
|
2610
|
+
},
|
|
2611
|
+
"AzureStackHCIvirtualNetworks": {
|
|
2612
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualNetworks",
|
|
2613
|
+
"kind": "resource",
|
|
2614
|
+
"lexicon": "azure",
|
|
2615
|
+
"apiVersion": "2026-04-01-preview",
|
|
2616
|
+
"attrs": {
|
|
2617
|
+
"id": "id"
|
|
2618
|
+
},
|
|
2619
|
+
"propertyConstraints": {
|
|
2620
|
+
"name": {
|
|
2621
|
+
"pattern": "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-._a-zA-Z0-9]{0,62}[a-zA-Z0-9]$"
|
|
2622
|
+
}
|
|
2623
|
+
},
|
|
2624
|
+
"resourceLevelFields": [
|
|
2625
|
+
"location",
|
|
2626
|
+
"name",
|
|
2627
|
+
"tags"
|
|
2628
|
+
],
|
|
2629
|
+
"tagging": {
|
|
2630
|
+
"taggable": true,
|
|
2631
|
+
"tagOnCreate": true,
|
|
2632
|
+
"tagUpdatable": true
|
|
2633
|
+
}
|
|
2634
|
+
},
|
|
2635
|
+
"AzureStackHCIvirtualNetworks_ExtendedLocation": {
|
|
2636
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualNetworks.ExtendedLocation",
|
|
2637
|
+
"kind": "property",
|
|
2638
|
+
"lexicon": "azure"
|
|
2639
|
+
},
|
|
2640
|
+
"AzureStackHCIvirtualNetworks_GalleryImageVersionStorageProfile": {
|
|
2641
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualNetworks.GalleryImageVersionStorageProfile",
|
|
2642
|
+
"kind": "property",
|
|
2643
|
+
"lexicon": "azure"
|
|
2644
|
+
},
|
|
2645
|
+
"AzureStackHCIvirtualNetworks_ManagedServiceIdentity": {
|
|
2646
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualNetworks.ManagedServiceIdentity",
|
|
2647
|
+
"kind": "property",
|
|
2648
|
+
"lexicon": "azure"
|
|
2649
|
+
},
|
|
2650
|
+
"AzureStackHCIvirtualNetworks_ManagedServiceIdentityUserAssignedIdentities": {
|
|
2651
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualNetworks.ManagedServiceIdentityUserAssignedIdentities",
|
|
2652
|
+
"kind": "property",
|
|
2653
|
+
"lexicon": "azure"
|
|
2654
|
+
},
|
|
2655
|
+
"AzureStackHCIvirtualNetworks_SecurityRuleProperties": {
|
|
2656
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualNetworks.SecurityRuleProperties",
|
|
2657
|
+
"kind": "property",
|
|
2658
|
+
"lexicon": "azure"
|
|
2659
|
+
},
|
|
2660
|
+
"AzureStackHCIvirtualNetworks_SubnetIpConfigurationReference": {
|
|
2661
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualNetworks.SubnetIpConfigurationReference",
|
|
2662
|
+
"kind": "property",
|
|
2663
|
+
"lexicon": "azure"
|
|
2664
|
+
},
|
|
2665
|
+
"AzureStackHCIvirtualNetworks_SubnetProperties": {
|
|
2666
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualNetworks.SubnetProperties",
|
|
2667
|
+
"kind": "property",
|
|
2668
|
+
"lexicon": "azure"
|
|
2669
|
+
},
|
|
2670
|
+
"AzureStackHCIvirtualNetworks_UserAssignedIdentity": {
|
|
2671
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualNetworks.UserAssignedIdentity",
|
|
2672
|
+
"kind": "property",
|
|
2673
|
+
"lexicon": "azure"
|
|
2674
|
+
},
|
|
2675
|
+
"AzureStackHCIvirtualNetworks_VirtualMachineInstancePropertiesNetworkProfile": {
|
|
2676
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualNetworks.VirtualMachineInstancePropertiesNetworkProfile",
|
|
2677
|
+
"kind": "property",
|
|
2678
|
+
"lexicon": "azure"
|
|
2679
|
+
},
|
|
2680
|
+
"AzureStackHCIvirtualNetworks_VirtualMachineInstancePropertiesStorageProfile": {
|
|
2681
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualNetworks.VirtualMachineInstancePropertiesStorageProfile",
|
|
2682
|
+
"kind": "property",
|
|
2683
|
+
"lexicon": "azure"
|
|
2684
|
+
},
|
|
2685
|
+
"AzureStackHCIvirtualNetworks_VirtualMachineInstancePropertiesStorageProfileOsDisk": {
|
|
2686
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualNetworks.VirtualMachineInstancePropertiesStorageProfileOsDisk",
|
|
2687
|
+
"kind": "property",
|
|
2688
|
+
"lexicon": "azure"
|
|
2689
|
+
},
|
|
2690
|
+
"AzureStackHCIvirtualNetworks_VirtualNetworkProperties": {
|
|
2691
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualNetworks.VirtualNetworkProperties",
|
|
2692
|
+
"kind": "property",
|
|
2693
|
+
"lexicon": "azure"
|
|
2694
|
+
},
|
|
2695
|
+
"AzureStackHCIvirtualNetworks_VirtualNetworkSubnetProperties": {
|
|
2696
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualNetworks.VirtualNetworkSubnetProperties",
|
|
2697
|
+
"kind": "property",
|
|
2698
|
+
"lexicon": "azure"
|
|
2699
|
+
},
|
|
1900
2700
|
"AzureTrafficCollectorPropertiesFormat": {
|
|
1901
2701
|
"resourceType": "Microsoft.NetworkFunction/azureTrafficCollectors.AzureTrafficCollectorPropertiesFormat",
|
|
1902
2702
|
"kind": "property",
|
|
@@ -6021,6 +6821,50 @@
|
|
|
6021
6821
|
"kind": "property",
|
|
6022
6822
|
"lexicon": "azure"
|
|
6023
6823
|
},
|
|
6824
|
+
"DiscoverystorageContainers": {
|
|
6825
|
+
"resourceType": "Microsoft.Discovery/storageContainers",
|
|
6826
|
+
"kind": "resource",
|
|
6827
|
+
"lexicon": "azure",
|
|
6828
|
+
"apiVersion": "2026-06-01",
|
|
6829
|
+
"attrs": {
|
|
6830
|
+
"id": "id"
|
|
6831
|
+
},
|
|
6832
|
+
"propertyConstraints": {
|
|
6833
|
+
"name": {
|
|
6834
|
+
"pattern": "^[a-zA-Z0-9-]{3,24}$"
|
|
6835
|
+
}
|
|
6836
|
+
},
|
|
6837
|
+
"resourceLevelFields": [
|
|
6838
|
+
"location",
|
|
6839
|
+
"name",
|
|
6840
|
+
"tags"
|
|
6841
|
+
],
|
|
6842
|
+
"tagging": {
|
|
6843
|
+
"taggable": true,
|
|
6844
|
+
"tagOnCreate": true,
|
|
6845
|
+
"tagUpdatable": true
|
|
6846
|
+
}
|
|
6847
|
+
},
|
|
6848
|
+
"DiscoverystorageContainers_Identity": {
|
|
6849
|
+
"resourceType": "Microsoft.Discovery/storageContainers.Identity",
|
|
6850
|
+
"kind": "property",
|
|
6851
|
+
"lexicon": "azure"
|
|
6852
|
+
},
|
|
6853
|
+
"DiscoverystorageContainers_StorageContainerProperties": {
|
|
6854
|
+
"resourceType": "Microsoft.Discovery/storageContainers.StorageContainerProperties",
|
|
6855
|
+
"kind": "property",
|
|
6856
|
+
"lexicon": "azure"
|
|
6857
|
+
},
|
|
6858
|
+
"DiscoverystorageContainers_SystemAssignedServiceIdentity": {
|
|
6859
|
+
"resourceType": "Microsoft.Discovery/storageContainers.SystemAssignedServiceIdentity",
|
|
6860
|
+
"kind": "property",
|
|
6861
|
+
"lexicon": "azure"
|
|
6862
|
+
},
|
|
6863
|
+
"DiscoverystorageContainers_UserAssignedIdentity": {
|
|
6864
|
+
"resourceType": "Microsoft.Discovery/storageContainers.UserAssignedIdentity",
|
|
6865
|
+
"kind": "property",
|
|
6866
|
+
"lexicon": "azure"
|
|
6867
|
+
},
|
|
6024
6868
|
"Discoveryworkspaces": {
|
|
6025
6869
|
"resourceType": "Microsoft.Discovery/workspaces",
|
|
6026
6870
|
"kind": "resource",
|
|
@@ -8149,6 +8993,11 @@
|
|
|
8149
8993
|
"kind": "property",
|
|
8150
8994
|
"lexicon": "azure"
|
|
8151
8995
|
},
|
|
8996
|
+
"GalleryImageProperties": {
|
|
8997
|
+
"resourceType": "Microsoft.AzureStackHCI/galleryImages.GalleryImageProperties",
|
|
8998
|
+
"kind": "property",
|
|
8999
|
+
"lexicon": "azure"
|
|
9000
|
+
},
|
|
8152
9001
|
"GalleryProperties": {
|
|
8153
9002
|
"resourceType": "Microsoft.DevCenter/devcenters_galleries.GalleryProperties",
|
|
8154
9003
|
"kind": "property",
|
|
@@ -9263,6 +10112,11 @@
|
|
|
9263
10112
|
"kind": "property",
|
|
9264
10113
|
"lexicon": "azure"
|
|
9265
10114
|
},
|
|
10115
|
+
"InboundRuleProperties": {
|
|
10116
|
+
"resourceType": "Microsoft.AzureStackHCI/natGateways_inboundRules.InboundRuleProperties",
|
|
10117
|
+
"kind": "property",
|
|
10118
|
+
"lexicon": "azure"
|
|
10119
|
+
},
|
|
9266
10120
|
"InferenceEndpointProperties": {
|
|
9267
10121
|
"resourceType": "Microsoft.MachineLearningServices/workspaces_inferencePools_endpoints.InferenceEndpointProperties",
|
|
9268
10122
|
"kind": "property",
|
|
@@ -10201,6 +11055,28 @@
|
|
|
10201
11055
|
"kind": "property",
|
|
10202
11056
|
"lexicon": "azure"
|
|
10203
11057
|
},
|
|
11058
|
+
"KubernetesRuntimeloadBalancers": {
|
|
11059
|
+
"resourceType": "Microsoft.KubernetesRuntime/loadBalancers",
|
|
11060
|
+
"kind": "resource",
|
|
11061
|
+
"lexicon": "azure",
|
|
11062
|
+
"apiVersion": "2024-03-01",
|
|
11063
|
+
"attrs": {
|
|
11064
|
+
"id": "id"
|
|
11065
|
+
},
|
|
11066
|
+
"propertyConstraints": {
|
|
11067
|
+
"name": {
|
|
11068
|
+
"pattern": "^[a-zA-Z0-9-]{3,24}$"
|
|
11069
|
+
}
|
|
11070
|
+
},
|
|
11071
|
+
"resourceLevelFields": [
|
|
11072
|
+
"name"
|
|
11073
|
+
]
|
|
11074
|
+
},
|
|
11075
|
+
"KubernetesRuntimeloadBalancers_LoadBalancerProperties": {
|
|
11076
|
+
"resourceType": "Microsoft.KubernetesRuntime/loadBalancers.LoadBalancerProperties",
|
|
11077
|
+
"kind": "property",
|
|
11078
|
+
"lexicon": "azure"
|
|
11079
|
+
},
|
|
10204
11080
|
"KubernetesRuntimeservices": {
|
|
10205
11081
|
"resourceType": "Microsoft.KubernetesRuntime/services",
|
|
10206
11082
|
"kind": "resource",
|
|
@@ -10865,6 +11741,11 @@
|
|
|
10865
11741
|
"kind": "property",
|
|
10866
11742
|
"lexicon": "azure"
|
|
10867
11743
|
},
|
|
11744
|
+
"LogicalNetworkProperties": {
|
|
11745
|
+
"resourceType": "Microsoft.AzureStackHCI/logicalNetworks.LogicalNetworkProperties",
|
|
11746
|
+
"kind": "property",
|
|
11747
|
+
"lexicon": "azure"
|
|
11748
|
+
},
|
|
10868
11749
|
"Logicworkflows": {
|
|
10869
11750
|
"resourceType": "Microsoft.Logic/workflows",
|
|
10870
11751
|
"kind": "resource",
|
|
@@ -12018,6 +12899,11 @@
|
|
|
12018
12899
|
"kind": "property",
|
|
12019
12900
|
"lexicon": "azure"
|
|
12020
12901
|
},
|
|
12902
|
+
"MarketplaceGalleryImageProperties": {
|
|
12903
|
+
"resourceType": "Microsoft.AzureStackHCI/marketplaceGalleryImages.MarketplaceGalleryImageProperties",
|
|
12904
|
+
"kind": "property",
|
|
12905
|
+
"lexicon": "azure"
|
|
12906
|
+
},
|
|
12021
12907
|
"MarketplaceSubscriptionProperties": {
|
|
12022
12908
|
"resourceType": "Microsoft.MachineLearningServices/workspaces_marketplaceSubscriptions.MarketplaceSubscriptionProperties",
|
|
12023
12909
|
"kind": "property",
|
|
@@ -12319,6 +13205,11 @@
|
|
|
12319
13205
|
"kind": "property",
|
|
12320
13206
|
"lexicon": "azure"
|
|
12321
13207
|
},
|
|
13208
|
+
"NatGatewayProperties": {
|
|
13209
|
+
"resourceType": "Microsoft.AzureStackHCI/natGateways.NatGatewayProperties",
|
|
13210
|
+
"kind": "property",
|
|
13211
|
+
"lexicon": "azure"
|
|
13212
|
+
},
|
|
12322
13213
|
"NeighborGroupProperties": {
|
|
12323
13214
|
"resourceType": "Microsoft.ManagedNetworkFabric/neighborGroups.NeighborGroupProperties",
|
|
12324
13215
|
"kind": "property",
|
|
@@ -12667,11 +13558,6 @@
|
|
|
12667
13558
|
"tagUpdatable": true
|
|
12668
13559
|
}
|
|
12669
13560
|
},
|
|
12670
|
-
"NetworkInterfaceProperties": {
|
|
12671
|
-
"resourceType": "Microsoft.ManagedNetworkFabric/networkDevices_networkInterfaces.NetworkInterfaceProperties",
|
|
12672
|
-
"kind": "property",
|
|
12673
|
-
"lexicon": "azure"
|
|
12674
|
-
},
|
|
12675
13561
|
"NetworkInterface_ApplicationGatewayPrivateLinkIpConfiguration": {
|
|
12676
13562
|
"resourceType": "Microsoft.Network/networkInterfaces.ApplicationGatewayPrivateLinkIpConfiguration",
|
|
12677
13563
|
"kind": "property",
|
|
@@ -12880,6 +13766,11 @@
|
|
|
12880
13766
|
"location"
|
|
12881
13767
|
]
|
|
12882
13768
|
},
|
|
13769
|
+
"NetworkSecurityGroupProperties": {
|
|
13770
|
+
"resourceType": "Microsoft.AzureStackHCI/networkSecurityGroups.NetworkSecurityGroupProperties",
|
|
13771
|
+
"kind": "property",
|
|
13772
|
+
"lexicon": "azure"
|
|
13773
|
+
},
|
|
12883
13774
|
"NetworkSecurityGroup_ApplicationGatewayPrivateLinkIpConfiguration": {
|
|
12884
13775
|
"resourceType": "Microsoft.Network/networkSecurityGroups.ApplicationGatewayPrivateLinkIpConfiguration",
|
|
12885
13776
|
"kind": "property",
|
|
@@ -13229,6 +14120,324 @@
|
|
|
13229
14120
|
"kind": "property",
|
|
13230
14121
|
"lexicon": "azure"
|
|
13231
14122
|
},
|
|
14123
|
+
"NetworknatGateways": {
|
|
14124
|
+
"resourceType": "Microsoft.Network/natGateways",
|
|
14125
|
+
"kind": "resource",
|
|
14126
|
+
"lexicon": "azure",
|
|
14127
|
+
"apiVersion": "2025-07-01",
|
|
14128
|
+
"attrs": {
|
|
14129
|
+
"id": "id"
|
|
14130
|
+
},
|
|
14131
|
+
"resourceLevelFields": [
|
|
14132
|
+
"location",
|
|
14133
|
+
"name",
|
|
14134
|
+
"sku",
|
|
14135
|
+
"tags",
|
|
14136
|
+
"zones"
|
|
14137
|
+
],
|
|
14138
|
+
"tagging": {
|
|
14139
|
+
"taggable": true,
|
|
14140
|
+
"tagOnCreate": true,
|
|
14141
|
+
"tagUpdatable": true
|
|
14142
|
+
}
|
|
14143
|
+
},
|
|
14144
|
+
"NetworknatGateways_ApplicationGatewayPrivateLinkIpConfiguration": {
|
|
14145
|
+
"resourceType": "Microsoft.Network/natGateways.ApplicationGatewayPrivateLinkIpConfiguration",
|
|
14146
|
+
"kind": "property",
|
|
14147
|
+
"lexicon": "azure"
|
|
14148
|
+
},
|
|
14149
|
+
"NetworknatGateways_ApplicationGatewayPrivateLinkIpConfigurationProperties": {
|
|
14150
|
+
"resourceType": "Microsoft.Network/natGateways.ApplicationGatewayPrivateLinkIpConfigurationProperties",
|
|
14151
|
+
"kind": "property",
|
|
14152
|
+
"lexicon": "azure"
|
|
14153
|
+
},
|
|
14154
|
+
"NetworknatGateways_ApplicationGatewaySku": {
|
|
14155
|
+
"resourceType": "Microsoft.Network/natGateways.ApplicationGatewaySku",
|
|
14156
|
+
"kind": "property",
|
|
14157
|
+
"lexicon": "azure"
|
|
14158
|
+
},
|
|
14159
|
+
"NetworknatGateways_AzureFirewallSku": {
|
|
14160
|
+
"resourceType": "Microsoft.Network/natGateways.AzureFirewallSku",
|
|
14161
|
+
"kind": "property",
|
|
14162
|
+
"lexicon": "azure"
|
|
14163
|
+
},
|
|
14164
|
+
"NetworknatGateways_CommonDdosFrontendIpConfigurationSettings": {
|
|
14165
|
+
"resourceType": "Microsoft.Network/natGateways.CommonDdosFrontendIpConfigurationSettings",
|
|
14166
|
+
"kind": "property",
|
|
14167
|
+
"lexicon": "azure"
|
|
14168
|
+
},
|
|
14169
|
+
"NetworknatGateways_CommonLoadBalancerSku": {
|
|
14170
|
+
"resourceType": "Microsoft.Network/natGateways.CommonLoadBalancerSku",
|
|
14171
|
+
"kind": "property",
|
|
14172
|
+
"lexicon": "azure"
|
|
14173
|
+
},
|
|
14174
|
+
"NetworknatGateways_CommonManagedServiceIdentity": {
|
|
14175
|
+
"resourceType": "Microsoft.Network/natGateways.CommonManagedServiceIdentity",
|
|
14176
|
+
"kind": "property",
|
|
14177
|
+
"lexicon": "azure"
|
|
14178
|
+
},
|
|
14179
|
+
"NetworknatGateways_CommonNatGatewayPropertiesFormat": {
|
|
14180
|
+
"resourceType": "Microsoft.Network/natGateways.CommonNatGatewayPropertiesFormat",
|
|
14181
|
+
"kind": "property",
|
|
14182
|
+
"lexicon": "azure"
|
|
14183
|
+
},
|
|
14184
|
+
"NetworknatGateways_CommonNatGatewaySku": {
|
|
14185
|
+
"resourceType": "Microsoft.Network/natGateways.CommonNatGatewaySku",
|
|
14186
|
+
"kind": "property",
|
|
14187
|
+
"lexicon": "azure"
|
|
14188
|
+
},
|
|
14189
|
+
"NetworknatGateways_CommonPrivateLinkServiceIpConfiguration": {
|
|
14190
|
+
"resourceType": "Microsoft.Network/natGateways.CommonPrivateLinkServiceIpConfiguration",
|
|
14191
|
+
"kind": "property",
|
|
14192
|
+
"lexicon": "azure"
|
|
14193
|
+
},
|
|
14194
|
+
"NetworknatGateways_CommonPrivateLinkServiceIpConfigurationProperties": {
|
|
14195
|
+
"resourceType": "Microsoft.Network/natGateways.CommonPrivateLinkServiceIpConfigurationProperties",
|
|
14196
|
+
"kind": "property",
|
|
14197
|
+
"lexicon": "azure"
|
|
14198
|
+
},
|
|
14199
|
+
"NetworknatGateways_CommonPublicIPAddressSku": {
|
|
14200
|
+
"resourceType": "Microsoft.Network/natGateways.CommonPublicIPAddressSku",
|
|
14201
|
+
"kind": "property",
|
|
14202
|
+
"lexicon": "azure"
|
|
14203
|
+
},
|
|
14204
|
+
"NetworknatGateways_CommonSecurityRule": {
|
|
14205
|
+
"resourceType": "Microsoft.Network/natGateways.CommonSecurityRule",
|
|
14206
|
+
"kind": "property",
|
|
14207
|
+
"lexicon": "azure"
|
|
14208
|
+
},
|
|
14209
|
+
"NetworknatGateways_CommonSecurityRulePropertiesFormat": {
|
|
14210
|
+
"resourceType": "Microsoft.Network/natGateways.CommonSecurityRulePropertiesFormat",
|
|
14211
|
+
"kind": "property",
|
|
14212
|
+
"lexicon": "azure"
|
|
14213
|
+
},
|
|
14214
|
+
"NetworknatGateways_CommonSubnetPropertiesFormat": {
|
|
14215
|
+
"resourceType": "Microsoft.Network/natGateways.CommonSubnetPropertiesFormat",
|
|
14216
|
+
"kind": "property",
|
|
14217
|
+
"lexicon": "azure"
|
|
14218
|
+
},
|
|
14219
|
+
"NetworknatGateways_ExpressRouteCircuitSku": {
|
|
14220
|
+
"resourceType": "Microsoft.Network/natGateways.ExpressRouteCircuitSku",
|
|
14221
|
+
"kind": "property",
|
|
14222
|
+
"lexicon": "azure"
|
|
14223
|
+
},
|
|
14224
|
+
"NetworknatGateways_FirewallPolicySku": {
|
|
14225
|
+
"resourceType": "Microsoft.Network/natGateways.FirewallPolicySku",
|
|
14226
|
+
"kind": "property",
|
|
14227
|
+
"lexicon": "azure"
|
|
14228
|
+
},
|
|
14229
|
+
"NetworknatGateways_GatewayCustomBgpIpAddressIpConfiguration": {
|
|
14230
|
+
"resourceType": "Microsoft.Network/natGateways.GatewayCustomBgpIpAddressIpConfiguration",
|
|
14231
|
+
"kind": "property",
|
|
14232
|
+
"lexicon": "azure"
|
|
14233
|
+
},
|
|
14234
|
+
"NetworknatGateways_InboundSecurityRuleProperties": {
|
|
14235
|
+
"resourceType": "Microsoft.Network/natGateways.InboundSecurityRuleProperties",
|
|
14236
|
+
"kind": "property",
|
|
14237
|
+
"lexicon": "azure"
|
|
14238
|
+
},
|
|
14239
|
+
"NetworknatGateways_InboundSecurityRules": {
|
|
14240
|
+
"resourceType": "Microsoft.Network/natGateways.InboundSecurityRules",
|
|
14241
|
+
"kind": "property",
|
|
14242
|
+
"lexicon": "azure"
|
|
14243
|
+
},
|
|
14244
|
+
"NetworknatGateways_ManagedServiceIdentityUserAssignedIdentities": {
|
|
14245
|
+
"resourceType": "Microsoft.Network/natGateways.ManagedServiceIdentityUserAssignedIdentities",
|
|
14246
|
+
"kind": "property",
|
|
14247
|
+
"lexicon": "azure"
|
|
14248
|
+
},
|
|
14249
|
+
"NetworknatGateways_NetworkProfilePropertiesFormat": {
|
|
14250
|
+
"resourceType": "Microsoft.Network/natGateways.NetworkProfilePropertiesFormat",
|
|
14251
|
+
"kind": "property",
|
|
14252
|
+
"lexicon": "azure"
|
|
14253
|
+
},
|
|
14254
|
+
"NetworknatGateways_NetworkVirtualAppliancePropertiesFormatNetworkProfile": {
|
|
14255
|
+
"resourceType": "Microsoft.Network/natGateways.NetworkVirtualAppliancePropertiesFormatNetworkProfile",
|
|
14256
|
+
"kind": "property",
|
|
14257
|
+
"lexicon": "azure"
|
|
14258
|
+
},
|
|
14259
|
+
"NetworknatGateways_PublicIPPrefixSku": {
|
|
14260
|
+
"resourceType": "Microsoft.Network/natGateways.PublicIPPrefixSku",
|
|
14261
|
+
"kind": "property",
|
|
14262
|
+
"lexicon": "azure"
|
|
14263
|
+
},
|
|
14264
|
+
"NetworknatGateways_ServiceGatewaySku": {
|
|
14265
|
+
"resourceType": "Microsoft.Network/natGateways.ServiceGatewaySku",
|
|
14266
|
+
"kind": "property",
|
|
14267
|
+
"lexicon": "azure"
|
|
14268
|
+
},
|
|
14269
|
+
"NetworknatGateways_Sku": {
|
|
14270
|
+
"resourceType": "Microsoft.Network/natGateways.Sku",
|
|
14271
|
+
"kind": "property",
|
|
14272
|
+
"lexicon": "azure"
|
|
14273
|
+
},
|
|
14274
|
+
"NetworknatGateways_VirtualApplianceSkuProperties": {
|
|
14275
|
+
"resourceType": "Microsoft.Network/natGateways.VirtualApplianceSkuProperties",
|
|
14276
|
+
"kind": "property",
|
|
14277
|
+
"lexicon": "azure"
|
|
14278
|
+
},
|
|
14279
|
+
"NetworknatGateways_VirtualNetworkGatewaySku": {
|
|
14280
|
+
"resourceType": "Microsoft.Network/natGateways.VirtualNetworkGatewaySku",
|
|
14281
|
+
"kind": "property",
|
|
14282
|
+
"lexicon": "azure"
|
|
14283
|
+
},
|
|
14284
|
+
"NetworknatGateways_networkVirtualAppliances_inboundSecurityRules_childResource": {
|
|
14285
|
+
"resourceType": "Microsoft.Network/natGateways.networkVirtualAppliances_inboundSecurityRules_childResource",
|
|
14286
|
+
"kind": "property",
|
|
14287
|
+
"lexicon": "azure"
|
|
14288
|
+
},
|
|
14289
|
+
"NetworknetworkSecurityGroups_securityRules": {
|
|
14290
|
+
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules",
|
|
14291
|
+
"kind": "resource",
|
|
14292
|
+
"lexicon": "azure",
|
|
14293
|
+
"apiVersion": "2025-07-01",
|
|
14294
|
+
"attrs": {
|
|
14295
|
+
"id": "id"
|
|
14296
|
+
},
|
|
14297
|
+
"resourceLevelFields": [
|
|
14298
|
+
"name"
|
|
14299
|
+
]
|
|
14300
|
+
},
|
|
14301
|
+
"NetworknetworkSecurityGroups_securityRules_ApplicationGatewayPrivateLinkIpConfiguration": {
|
|
14302
|
+
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.ApplicationGatewayPrivateLinkIpConfiguration",
|
|
14303
|
+
"kind": "property",
|
|
14304
|
+
"lexicon": "azure"
|
|
14305
|
+
},
|
|
14306
|
+
"NetworknetworkSecurityGroups_securityRules_ApplicationGatewayPrivateLinkIpConfigurationProperties": {
|
|
14307
|
+
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.ApplicationGatewayPrivateLinkIpConfigurationProperties",
|
|
14308
|
+
"kind": "property",
|
|
14309
|
+
"lexicon": "azure"
|
|
14310
|
+
},
|
|
14311
|
+
"NetworknetworkSecurityGroups_securityRules_ApplicationGatewaySku": {
|
|
14312
|
+
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.ApplicationGatewaySku",
|
|
14313
|
+
"kind": "property",
|
|
14314
|
+
"lexicon": "azure"
|
|
14315
|
+
},
|
|
14316
|
+
"NetworknetworkSecurityGroups_securityRules_AzureFirewallSku": {
|
|
14317
|
+
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.AzureFirewallSku",
|
|
14318
|
+
"kind": "property",
|
|
14319
|
+
"lexicon": "azure"
|
|
14320
|
+
},
|
|
14321
|
+
"NetworknetworkSecurityGroups_securityRules_CommonDdosFrontendIpConfigurationSettings": {
|
|
14322
|
+
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.CommonDdosFrontendIpConfigurationSettings",
|
|
14323
|
+
"kind": "property",
|
|
14324
|
+
"lexicon": "azure"
|
|
14325
|
+
},
|
|
14326
|
+
"NetworknetworkSecurityGroups_securityRules_CommonLoadBalancerSku": {
|
|
14327
|
+
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.CommonLoadBalancerSku",
|
|
14328
|
+
"kind": "property",
|
|
14329
|
+
"lexicon": "azure"
|
|
14330
|
+
},
|
|
14331
|
+
"NetworknetworkSecurityGroups_securityRules_CommonManagedServiceIdentity": {
|
|
14332
|
+
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.CommonManagedServiceIdentity",
|
|
14333
|
+
"kind": "property",
|
|
14334
|
+
"lexicon": "azure"
|
|
14335
|
+
},
|
|
14336
|
+
"NetworknetworkSecurityGroups_securityRules_CommonNatGatewaySku": {
|
|
14337
|
+
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.CommonNatGatewaySku",
|
|
14338
|
+
"kind": "property",
|
|
14339
|
+
"lexicon": "azure"
|
|
14340
|
+
},
|
|
14341
|
+
"NetworknetworkSecurityGroups_securityRules_CommonPrivateLinkServiceIpConfiguration": {
|
|
14342
|
+
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.CommonPrivateLinkServiceIpConfiguration",
|
|
14343
|
+
"kind": "property",
|
|
14344
|
+
"lexicon": "azure"
|
|
14345
|
+
},
|
|
14346
|
+
"NetworknetworkSecurityGroups_securityRules_CommonPrivateLinkServiceIpConfigurationProperties": {
|
|
14347
|
+
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.CommonPrivateLinkServiceIpConfigurationProperties",
|
|
14348
|
+
"kind": "property",
|
|
14349
|
+
"lexicon": "azure"
|
|
14350
|
+
},
|
|
14351
|
+
"NetworknetworkSecurityGroups_securityRules_CommonPublicIPAddressSku": {
|
|
14352
|
+
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.CommonPublicIPAddressSku",
|
|
14353
|
+
"kind": "property",
|
|
14354
|
+
"lexicon": "azure"
|
|
14355
|
+
},
|
|
14356
|
+
"NetworknetworkSecurityGroups_securityRules_CommonSecurityRule": {
|
|
14357
|
+
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.CommonSecurityRule",
|
|
14358
|
+
"kind": "property",
|
|
14359
|
+
"lexicon": "azure"
|
|
14360
|
+
},
|
|
14361
|
+
"NetworknetworkSecurityGroups_securityRules_CommonSecurityRulePropertiesFormat": {
|
|
14362
|
+
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.CommonSecurityRulePropertiesFormat",
|
|
14363
|
+
"kind": "property",
|
|
14364
|
+
"lexicon": "azure"
|
|
14365
|
+
},
|
|
14366
|
+
"NetworknetworkSecurityGroups_securityRules_CommonSubnetPropertiesFormat": {
|
|
14367
|
+
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.CommonSubnetPropertiesFormat",
|
|
14368
|
+
"kind": "property",
|
|
14369
|
+
"lexicon": "azure"
|
|
14370
|
+
},
|
|
14371
|
+
"NetworknetworkSecurityGroups_securityRules_ExpressRouteCircuitSku": {
|
|
14372
|
+
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.ExpressRouteCircuitSku",
|
|
14373
|
+
"kind": "property",
|
|
14374
|
+
"lexicon": "azure"
|
|
14375
|
+
},
|
|
14376
|
+
"NetworknetworkSecurityGroups_securityRules_FirewallPolicySku": {
|
|
14377
|
+
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.FirewallPolicySku",
|
|
14378
|
+
"kind": "property",
|
|
14379
|
+
"lexicon": "azure"
|
|
14380
|
+
},
|
|
14381
|
+
"NetworknetworkSecurityGroups_securityRules_GatewayCustomBgpIpAddressIpConfiguration": {
|
|
14382
|
+
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.GatewayCustomBgpIpAddressIpConfiguration",
|
|
14383
|
+
"kind": "property",
|
|
14384
|
+
"lexicon": "azure"
|
|
14385
|
+
},
|
|
14386
|
+
"NetworknetworkSecurityGroups_securityRules_InboundSecurityRuleProperties": {
|
|
14387
|
+
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.InboundSecurityRuleProperties",
|
|
14388
|
+
"kind": "property",
|
|
14389
|
+
"lexicon": "azure"
|
|
14390
|
+
},
|
|
14391
|
+
"NetworknetworkSecurityGroups_securityRules_InboundSecurityRules": {
|
|
14392
|
+
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.InboundSecurityRules",
|
|
14393
|
+
"kind": "property",
|
|
14394
|
+
"lexicon": "azure"
|
|
14395
|
+
},
|
|
14396
|
+
"NetworknetworkSecurityGroups_securityRules_ManagedServiceIdentityUserAssignedIdentities": {
|
|
14397
|
+
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.ManagedServiceIdentityUserAssignedIdentities",
|
|
14398
|
+
"kind": "property",
|
|
14399
|
+
"lexicon": "azure"
|
|
14400
|
+
},
|
|
14401
|
+
"NetworknetworkSecurityGroups_securityRules_NetworkProfilePropertiesFormat": {
|
|
14402
|
+
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.NetworkProfilePropertiesFormat",
|
|
14403
|
+
"kind": "property",
|
|
14404
|
+
"lexicon": "azure"
|
|
14405
|
+
},
|
|
14406
|
+
"NetworknetworkSecurityGroups_securityRules_NetworkVirtualAppliancePropertiesFormatNetworkProfile": {
|
|
14407
|
+
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.NetworkVirtualAppliancePropertiesFormatNetworkProfile",
|
|
14408
|
+
"kind": "property",
|
|
14409
|
+
"lexicon": "azure"
|
|
14410
|
+
},
|
|
14411
|
+
"NetworknetworkSecurityGroups_securityRules_PublicIPPrefixSku": {
|
|
14412
|
+
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.PublicIPPrefixSku",
|
|
14413
|
+
"kind": "property",
|
|
14414
|
+
"lexicon": "azure"
|
|
14415
|
+
},
|
|
14416
|
+
"NetworknetworkSecurityGroups_securityRules_ServiceGatewaySku": {
|
|
14417
|
+
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.ServiceGatewaySku",
|
|
14418
|
+
"kind": "property",
|
|
14419
|
+
"lexicon": "azure"
|
|
14420
|
+
},
|
|
14421
|
+
"NetworknetworkSecurityGroups_securityRules_Sku": {
|
|
14422
|
+
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.Sku",
|
|
14423
|
+
"kind": "property",
|
|
14424
|
+
"lexicon": "azure"
|
|
14425
|
+
},
|
|
14426
|
+
"NetworknetworkSecurityGroups_securityRules_VirtualApplianceSkuProperties": {
|
|
14427
|
+
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.VirtualApplianceSkuProperties",
|
|
14428
|
+
"kind": "property",
|
|
14429
|
+
"lexicon": "azure"
|
|
14430
|
+
},
|
|
14431
|
+
"NetworknetworkSecurityGroups_securityRules_VirtualNetworkGatewaySku": {
|
|
14432
|
+
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.VirtualNetworkGatewaySku",
|
|
14433
|
+
"kind": "property",
|
|
14434
|
+
"lexicon": "azure"
|
|
14435
|
+
},
|
|
14436
|
+
"NetworknetworkSecurityGroups_securityRules_networkVirtualAppliances_inboundSecurityRules_childResource": {
|
|
14437
|
+
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.networkVirtualAppliances_inboundSecurityRules_childResource",
|
|
14438
|
+
"kind": "property",
|
|
14439
|
+
"lexicon": "azure"
|
|
14440
|
+
},
|
|
13232
14441
|
"NodeCustomizationProperties": {
|
|
13233
14442
|
"resourceType": "Microsoft.ContainerService/nodeCustomizations.NodeCustomizationProperties",
|
|
13234
14443
|
"kind": "property",
|
|
@@ -14333,6 +15542,11 @@
|
|
|
14333
15542
|
"sku"
|
|
14334
15543
|
]
|
|
14335
15544
|
},
|
|
15545
|
+
"PublicIPAddressProperties": {
|
|
15546
|
+
"resourceType": "Microsoft.AzureStackHCI/publicIPAddresses.PublicIPAddressProperties",
|
|
15547
|
+
"kind": "property",
|
|
15548
|
+
"lexicon": "azure"
|
|
15549
|
+
},
|
|
14336
15550
|
"PublicIPAddress_ApplicationGatewayPrivateLinkIpConfiguration": {
|
|
14337
15551
|
"resourceType": "Microsoft.Network/publicIPAddresses.ApplicationGatewayPrivateLinkIpConfiguration",
|
|
14338
15552
|
"kind": "property",
|
|
@@ -19253,11 +20467,6 @@
|
|
|
19253
20467
|
"kind": "property",
|
|
19254
20468
|
"lexicon": "azure"
|
|
19255
20469
|
},
|
|
19256
|
-
"StorageContainerProperties": {
|
|
19257
|
-
"resourceType": "Microsoft.Discovery/storageContainers.StorageContainerProperties",
|
|
19258
|
-
"kind": "property",
|
|
19259
|
-
"lexicon": "azure"
|
|
19260
|
-
},
|
|
19261
20470
|
"StorageDataShareProperties": {
|
|
19262
20471
|
"resourceType": "Microsoft.Storage/storageAccounts_dataShares.StorageDataShareProperties",
|
|
19263
20472
|
"kind": "property",
|
|
@@ -20090,6 +21299,11 @@
|
|
|
20090
21299
|
"kind": "property",
|
|
20091
21300
|
"lexicon": "azure"
|
|
20092
21301
|
},
|
|
21302
|
+
"VirtualHardDiskProperties": {
|
|
21303
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualHardDisks.VirtualHardDiskProperties",
|
|
21304
|
+
"kind": "property",
|
|
21305
|
+
"lexicon": "azure"
|
|
21306
|
+
},
|
|
20093
21307
|
"VirtualHubProperties": {
|
|
20094
21308
|
"resourceType": "Microsoft.Network/virtualHubs.VirtualHubProperties",
|
|
20095
21309
|
"kind": "property",
|
|
@@ -45544,6 +46758,95 @@
|
|
|
45544
46758
|
"kind": "property",
|
|
45545
46759
|
"lexicon": "azure"
|
|
45546
46760
|
},
|
|
46761
|
+
"galleryImages": {
|
|
46762
|
+
"resourceType": "Microsoft.AzureStackHCI/galleryImages",
|
|
46763
|
+
"kind": "resource",
|
|
46764
|
+
"lexicon": "azure",
|
|
46765
|
+
"apiVersion": "2026-04-01-preview",
|
|
46766
|
+
"attrs": {
|
|
46767
|
+
"id": "id"
|
|
46768
|
+
},
|
|
46769
|
+
"propertyConstraints": {
|
|
46770
|
+
"name": {
|
|
46771
|
+
"pattern": "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-._a-zA-Z0-9]{0,62}[a-zA-Z0-9]$"
|
|
46772
|
+
}
|
|
46773
|
+
},
|
|
46774
|
+
"resourceLevelFields": [
|
|
46775
|
+
"location",
|
|
46776
|
+
"name",
|
|
46777
|
+
"tags"
|
|
46778
|
+
],
|
|
46779
|
+
"tagging": {
|
|
46780
|
+
"taggable": true,
|
|
46781
|
+
"tagOnCreate": true,
|
|
46782
|
+
"tagUpdatable": true
|
|
46783
|
+
}
|
|
46784
|
+
},
|
|
46785
|
+
"galleryImages_ExtendedLocation": {
|
|
46786
|
+
"resourceType": "Microsoft.AzureStackHCI/galleryImages.ExtendedLocation",
|
|
46787
|
+
"kind": "property",
|
|
46788
|
+
"lexicon": "azure"
|
|
46789
|
+
},
|
|
46790
|
+
"galleryImages_GalleryImageProperties": {
|
|
46791
|
+
"resourceType": "Microsoft.AzureStackHCI/galleryImages.GalleryImageProperties",
|
|
46792
|
+
"kind": "property",
|
|
46793
|
+
"lexicon": "azure"
|
|
46794
|
+
},
|
|
46795
|
+
"galleryImages_GalleryImageVersionStorageProfile": {
|
|
46796
|
+
"resourceType": "Microsoft.AzureStackHCI/galleryImages.GalleryImageVersionStorageProfile",
|
|
46797
|
+
"kind": "property",
|
|
46798
|
+
"lexicon": "azure"
|
|
46799
|
+
},
|
|
46800
|
+
"galleryImages_ManagedServiceIdentity": {
|
|
46801
|
+
"resourceType": "Microsoft.AzureStackHCI/galleryImages.ManagedServiceIdentity",
|
|
46802
|
+
"kind": "property",
|
|
46803
|
+
"lexicon": "azure"
|
|
46804
|
+
},
|
|
46805
|
+
"galleryImages_ManagedServiceIdentityUserAssignedIdentities": {
|
|
46806
|
+
"resourceType": "Microsoft.AzureStackHCI/galleryImages.ManagedServiceIdentityUserAssignedIdentities",
|
|
46807
|
+
"kind": "property",
|
|
46808
|
+
"lexicon": "azure"
|
|
46809
|
+
},
|
|
46810
|
+
"galleryImages_SecurityRuleProperties": {
|
|
46811
|
+
"resourceType": "Microsoft.AzureStackHCI/galleryImages.SecurityRuleProperties",
|
|
46812
|
+
"kind": "property",
|
|
46813
|
+
"lexicon": "azure"
|
|
46814
|
+
},
|
|
46815
|
+
"galleryImages_SubnetIpConfigurationReference": {
|
|
46816
|
+
"resourceType": "Microsoft.AzureStackHCI/galleryImages.SubnetIpConfigurationReference",
|
|
46817
|
+
"kind": "property",
|
|
46818
|
+
"lexicon": "azure"
|
|
46819
|
+
},
|
|
46820
|
+
"galleryImages_SubnetProperties": {
|
|
46821
|
+
"resourceType": "Microsoft.AzureStackHCI/galleryImages.SubnetProperties",
|
|
46822
|
+
"kind": "property",
|
|
46823
|
+
"lexicon": "azure"
|
|
46824
|
+
},
|
|
46825
|
+
"galleryImages_UserAssignedIdentity": {
|
|
46826
|
+
"resourceType": "Microsoft.AzureStackHCI/galleryImages.UserAssignedIdentity",
|
|
46827
|
+
"kind": "property",
|
|
46828
|
+
"lexicon": "azure"
|
|
46829
|
+
},
|
|
46830
|
+
"galleryImages_VirtualMachineInstancePropertiesNetworkProfile": {
|
|
46831
|
+
"resourceType": "Microsoft.AzureStackHCI/galleryImages.VirtualMachineInstancePropertiesNetworkProfile",
|
|
46832
|
+
"kind": "property",
|
|
46833
|
+
"lexicon": "azure"
|
|
46834
|
+
},
|
|
46835
|
+
"galleryImages_VirtualMachineInstancePropertiesStorageProfile": {
|
|
46836
|
+
"resourceType": "Microsoft.AzureStackHCI/galleryImages.VirtualMachineInstancePropertiesStorageProfile",
|
|
46837
|
+
"kind": "property",
|
|
46838
|
+
"lexicon": "azure"
|
|
46839
|
+
},
|
|
46840
|
+
"galleryImages_VirtualMachineInstancePropertiesStorageProfileOsDisk": {
|
|
46841
|
+
"resourceType": "Microsoft.AzureStackHCI/galleryImages.VirtualMachineInstancePropertiesStorageProfileOsDisk",
|
|
46842
|
+
"kind": "property",
|
|
46843
|
+
"lexicon": "azure"
|
|
46844
|
+
},
|
|
46845
|
+
"galleryImages_VirtualNetworkSubnetProperties": {
|
|
46846
|
+
"resourceType": "Microsoft.AzureStackHCI/galleryImages.VirtualNetworkSubnetProperties",
|
|
46847
|
+
"kind": "property",
|
|
46848
|
+
"lexicon": "azure"
|
|
46849
|
+
},
|
|
45547
46850
|
"garnetClusters": {
|
|
45548
46851
|
"resourceType": "Microsoft.DocumentDB/garnetClusters",
|
|
45549
46852
|
"kind": "resource",
|
|
@@ -51552,28 +52855,6 @@
|
|
|
51552
52855
|
"kind": "property",
|
|
51553
52856
|
"lexicon": "azure"
|
|
51554
52857
|
},
|
|
51555
|
-
"loadBalancers": {
|
|
51556
|
-
"resourceType": "Microsoft.KubernetesRuntime/loadBalancers",
|
|
51557
|
-
"kind": "resource",
|
|
51558
|
-
"lexicon": "azure",
|
|
51559
|
-
"apiVersion": "2024-03-01",
|
|
51560
|
-
"attrs": {
|
|
51561
|
-
"id": "id"
|
|
51562
|
-
},
|
|
51563
|
-
"propertyConstraints": {
|
|
51564
|
-
"name": {
|
|
51565
|
-
"pattern": "^[a-zA-Z0-9-]{3,24}$"
|
|
51566
|
-
}
|
|
51567
|
-
},
|
|
51568
|
-
"resourceLevelFields": [
|
|
51569
|
-
"name"
|
|
51570
|
-
]
|
|
51571
|
-
},
|
|
51572
|
-
"loadBalancers_LoadBalancerProperties": {
|
|
51573
|
-
"resourceType": "Microsoft.KubernetesRuntime/loadBalancers.LoadBalancerProperties",
|
|
51574
|
-
"kind": "property",
|
|
51575
|
-
"lexicon": "azure"
|
|
51576
|
-
},
|
|
51577
52858
|
"loadBalancers_backendAddressPools": {
|
|
51578
52859
|
"resourceType": "Microsoft.Network/loadBalancers_backendAddressPools",
|
|
51579
52860
|
"kind": "resource",
|
|
@@ -52426,6 +53707,95 @@
|
|
|
52426
53707
|
"kind": "property",
|
|
52427
53708
|
"lexicon": "azure"
|
|
52428
53709
|
},
|
|
53710
|
+
"logicalNetworks": {
|
|
53711
|
+
"resourceType": "Microsoft.AzureStackHCI/logicalNetworks",
|
|
53712
|
+
"kind": "resource",
|
|
53713
|
+
"lexicon": "azure",
|
|
53714
|
+
"apiVersion": "2026-04-01-preview",
|
|
53715
|
+
"attrs": {
|
|
53716
|
+
"id": "id"
|
|
53717
|
+
},
|
|
53718
|
+
"propertyConstraints": {
|
|
53719
|
+
"name": {
|
|
53720
|
+
"pattern": "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-._a-zA-Z0-9]{0,62}[a-zA-Z0-9]$"
|
|
53721
|
+
}
|
|
53722
|
+
},
|
|
53723
|
+
"resourceLevelFields": [
|
|
53724
|
+
"location",
|
|
53725
|
+
"name",
|
|
53726
|
+
"tags"
|
|
53727
|
+
],
|
|
53728
|
+
"tagging": {
|
|
53729
|
+
"taggable": true,
|
|
53730
|
+
"tagOnCreate": true,
|
|
53731
|
+
"tagUpdatable": true
|
|
53732
|
+
}
|
|
53733
|
+
},
|
|
53734
|
+
"logicalNetworks_ExtendedLocation": {
|
|
53735
|
+
"resourceType": "Microsoft.AzureStackHCI/logicalNetworks.ExtendedLocation",
|
|
53736
|
+
"kind": "property",
|
|
53737
|
+
"lexicon": "azure"
|
|
53738
|
+
},
|
|
53739
|
+
"logicalNetworks_GalleryImageVersionStorageProfile": {
|
|
53740
|
+
"resourceType": "Microsoft.AzureStackHCI/logicalNetworks.GalleryImageVersionStorageProfile",
|
|
53741
|
+
"kind": "property",
|
|
53742
|
+
"lexicon": "azure"
|
|
53743
|
+
},
|
|
53744
|
+
"logicalNetworks_LogicalNetworkProperties": {
|
|
53745
|
+
"resourceType": "Microsoft.AzureStackHCI/logicalNetworks.LogicalNetworkProperties",
|
|
53746
|
+
"kind": "property",
|
|
53747
|
+
"lexicon": "azure"
|
|
53748
|
+
},
|
|
53749
|
+
"logicalNetworks_ManagedServiceIdentity": {
|
|
53750
|
+
"resourceType": "Microsoft.AzureStackHCI/logicalNetworks.ManagedServiceIdentity",
|
|
53751
|
+
"kind": "property",
|
|
53752
|
+
"lexicon": "azure"
|
|
53753
|
+
},
|
|
53754
|
+
"logicalNetworks_ManagedServiceIdentityUserAssignedIdentities": {
|
|
53755
|
+
"resourceType": "Microsoft.AzureStackHCI/logicalNetworks.ManagedServiceIdentityUserAssignedIdentities",
|
|
53756
|
+
"kind": "property",
|
|
53757
|
+
"lexicon": "azure"
|
|
53758
|
+
},
|
|
53759
|
+
"logicalNetworks_SecurityRuleProperties": {
|
|
53760
|
+
"resourceType": "Microsoft.AzureStackHCI/logicalNetworks.SecurityRuleProperties",
|
|
53761
|
+
"kind": "property",
|
|
53762
|
+
"lexicon": "azure"
|
|
53763
|
+
},
|
|
53764
|
+
"logicalNetworks_SubnetIpConfigurationReference": {
|
|
53765
|
+
"resourceType": "Microsoft.AzureStackHCI/logicalNetworks.SubnetIpConfigurationReference",
|
|
53766
|
+
"kind": "property",
|
|
53767
|
+
"lexicon": "azure"
|
|
53768
|
+
},
|
|
53769
|
+
"logicalNetworks_SubnetProperties": {
|
|
53770
|
+
"resourceType": "Microsoft.AzureStackHCI/logicalNetworks.SubnetProperties",
|
|
53771
|
+
"kind": "property",
|
|
53772
|
+
"lexicon": "azure"
|
|
53773
|
+
},
|
|
53774
|
+
"logicalNetworks_UserAssignedIdentity": {
|
|
53775
|
+
"resourceType": "Microsoft.AzureStackHCI/logicalNetworks.UserAssignedIdentity",
|
|
53776
|
+
"kind": "property",
|
|
53777
|
+
"lexicon": "azure"
|
|
53778
|
+
},
|
|
53779
|
+
"logicalNetworks_VirtualMachineInstancePropertiesNetworkProfile": {
|
|
53780
|
+
"resourceType": "Microsoft.AzureStackHCI/logicalNetworks.VirtualMachineInstancePropertiesNetworkProfile",
|
|
53781
|
+
"kind": "property",
|
|
53782
|
+
"lexicon": "azure"
|
|
53783
|
+
},
|
|
53784
|
+
"logicalNetworks_VirtualMachineInstancePropertiesStorageProfile": {
|
|
53785
|
+
"resourceType": "Microsoft.AzureStackHCI/logicalNetworks.VirtualMachineInstancePropertiesStorageProfile",
|
|
53786
|
+
"kind": "property",
|
|
53787
|
+
"lexicon": "azure"
|
|
53788
|
+
},
|
|
53789
|
+
"logicalNetworks_VirtualMachineInstancePropertiesStorageProfileOsDisk": {
|
|
53790
|
+
"resourceType": "Microsoft.AzureStackHCI/logicalNetworks.VirtualMachineInstancePropertiesStorageProfileOsDisk",
|
|
53791
|
+
"kind": "property",
|
|
53792
|
+
"lexicon": "azure"
|
|
53793
|
+
},
|
|
53794
|
+
"logicalNetworks_VirtualNetworkSubnetProperties": {
|
|
53795
|
+
"resourceType": "Microsoft.AzureStackHCI/logicalNetworks.VirtualNetworkSubnetProperties",
|
|
53796
|
+
"kind": "property",
|
|
53797
|
+
"lexicon": "azure"
|
|
53798
|
+
},
|
|
52429
53799
|
"logsLogGroups": {
|
|
52430
53800
|
"resourceType": "Microsoft.AwsConnector/logsLogGroups",
|
|
52431
53801
|
"kind": "resource",
|
|
@@ -57546,22 +58916,46 @@
|
|
|
57546
58916
|
"tagUpdatable": true
|
|
57547
58917
|
}
|
|
57548
58918
|
},
|
|
57549
|
-
"maps_MapsResourceProperties": {
|
|
57550
|
-
"resourceType": "Microsoft.DependencyMap/maps.MapsResourceProperties",
|
|
57551
|
-
"kind": "property",
|
|
57552
|
-
"lexicon": "azure"
|
|
57553
|
-
},
|
|
57554
|
-
"maps_discoverySources": {
|
|
57555
|
-
"resourceType": "Microsoft.DependencyMap/maps_discoverySources",
|
|
58919
|
+
"maps_MapsResourceProperties": {
|
|
58920
|
+
"resourceType": "Microsoft.DependencyMap/maps.MapsResourceProperties",
|
|
58921
|
+
"kind": "property",
|
|
58922
|
+
"lexicon": "azure"
|
|
58923
|
+
},
|
|
58924
|
+
"maps_discoverySources": {
|
|
58925
|
+
"resourceType": "Microsoft.DependencyMap/maps_discoverySources",
|
|
58926
|
+
"kind": "resource",
|
|
58927
|
+
"lexicon": "azure",
|
|
58928
|
+
"apiVersion": "2025-07-01-preview",
|
|
58929
|
+
"attrs": {
|
|
58930
|
+
"id": "id"
|
|
58931
|
+
},
|
|
58932
|
+
"propertyConstraints": {
|
|
58933
|
+
"name": {
|
|
58934
|
+
"pattern": "^[a-zA-Z][a-zA-Z0-9-]{2,23}$"
|
|
58935
|
+
}
|
|
58936
|
+
},
|
|
58937
|
+
"resourceLevelFields": [
|
|
58938
|
+
"location",
|
|
58939
|
+
"name",
|
|
58940
|
+
"tags"
|
|
58941
|
+
],
|
|
58942
|
+
"tagging": {
|
|
58943
|
+
"taggable": true,
|
|
58944
|
+
"tagOnCreate": true,
|
|
58945
|
+
"tagUpdatable": true
|
|
58946
|
+
}
|
|
58947
|
+
},
|
|
58948
|
+
"marketplaceGalleryImages": {
|
|
58949
|
+
"resourceType": "Microsoft.AzureStackHCI/marketplaceGalleryImages",
|
|
57556
58950
|
"kind": "resource",
|
|
57557
58951
|
"lexicon": "azure",
|
|
57558
|
-
"apiVersion": "
|
|
58952
|
+
"apiVersion": "2026-04-01-preview",
|
|
57559
58953
|
"attrs": {
|
|
57560
58954
|
"id": "id"
|
|
57561
58955
|
},
|
|
57562
58956
|
"propertyConstraints": {
|
|
57563
58957
|
"name": {
|
|
57564
|
-
"pattern": "^[a-zA-
|
|
58958
|
+
"pattern": "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-._a-zA-Z0-9]{0,62}[a-zA-Z0-9]$"
|
|
57565
58959
|
}
|
|
57566
58960
|
},
|
|
57567
58961
|
"resourceLevelFields": [
|
|
@@ -57575,6 +58969,71 @@
|
|
|
57575
58969
|
"tagUpdatable": true
|
|
57576
58970
|
}
|
|
57577
58971
|
},
|
|
58972
|
+
"marketplaceGalleryImages_ExtendedLocation": {
|
|
58973
|
+
"resourceType": "Microsoft.AzureStackHCI/marketplaceGalleryImages.ExtendedLocation",
|
|
58974
|
+
"kind": "property",
|
|
58975
|
+
"lexicon": "azure"
|
|
58976
|
+
},
|
|
58977
|
+
"marketplaceGalleryImages_GalleryImageVersionStorageProfile": {
|
|
58978
|
+
"resourceType": "Microsoft.AzureStackHCI/marketplaceGalleryImages.GalleryImageVersionStorageProfile",
|
|
58979
|
+
"kind": "property",
|
|
58980
|
+
"lexicon": "azure"
|
|
58981
|
+
},
|
|
58982
|
+
"marketplaceGalleryImages_ManagedServiceIdentity": {
|
|
58983
|
+
"resourceType": "Microsoft.AzureStackHCI/marketplaceGalleryImages.ManagedServiceIdentity",
|
|
58984
|
+
"kind": "property",
|
|
58985
|
+
"lexicon": "azure"
|
|
58986
|
+
},
|
|
58987
|
+
"marketplaceGalleryImages_ManagedServiceIdentityUserAssignedIdentities": {
|
|
58988
|
+
"resourceType": "Microsoft.AzureStackHCI/marketplaceGalleryImages.ManagedServiceIdentityUserAssignedIdentities",
|
|
58989
|
+
"kind": "property",
|
|
58990
|
+
"lexicon": "azure"
|
|
58991
|
+
},
|
|
58992
|
+
"marketplaceGalleryImages_MarketplaceGalleryImageProperties": {
|
|
58993
|
+
"resourceType": "Microsoft.AzureStackHCI/marketplaceGalleryImages.MarketplaceGalleryImageProperties",
|
|
58994
|
+
"kind": "property",
|
|
58995
|
+
"lexicon": "azure"
|
|
58996
|
+
},
|
|
58997
|
+
"marketplaceGalleryImages_SecurityRuleProperties": {
|
|
58998
|
+
"resourceType": "Microsoft.AzureStackHCI/marketplaceGalleryImages.SecurityRuleProperties",
|
|
58999
|
+
"kind": "property",
|
|
59000
|
+
"lexicon": "azure"
|
|
59001
|
+
},
|
|
59002
|
+
"marketplaceGalleryImages_SubnetIpConfigurationReference": {
|
|
59003
|
+
"resourceType": "Microsoft.AzureStackHCI/marketplaceGalleryImages.SubnetIpConfigurationReference",
|
|
59004
|
+
"kind": "property",
|
|
59005
|
+
"lexicon": "azure"
|
|
59006
|
+
},
|
|
59007
|
+
"marketplaceGalleryImages_SubnetProperties": {
|
|
59008
|
+
"resourceType": "Microsoft.AzureStackHCI/marketplaceGalleryImages.SubnetProperties",
|
|
59009
|
+
"kind": "property",
|
|
59010
|
+
"lexicon": "azure"
|
|
59011
|
+
},
|
|
59012
|
+
"marketplaceGalleryImages_UserAssignedIdentity": {
|
|
59013
|
+
"resourceType": "Microsoft.AzureStackHCI/marketplaceGalleryImages.UserAssignedIdentity",
|
|
59014
|
+
"kind": "property",
|
|
59015
|
+
"lexicon": "azure"
|
|
59016
|
+
},
|
|
59017
|
+
"marketplaceGalleryImages_VirtualMachineInstancePropertiesNetworkProfile": {
|
|
59018
|
+
"resourceType": "Microsoft.AzureStackHCI/marketplaceGalleryImages.VirtualMachineInstancePropertiesNetworkProfile",
|
|
59019
|
+
"kind": "property",
|
|
59020
|
+
"lexicon": "azure"
|
|
59021
|
+
},
|
|
59022
|
+
"marketplaceGalleryImages_VirtualMachineInstancePropertiesStorageProfile": {
|
|
59023
|
+
"resourceType": "Microsoft.AzureStackHCI/marketplaceGalleryImages.VirtualMachineInstancePropertiesStorageProfile",
|
|
59024
|
+
"kind": "property",
|
|
59025
|
+
"lexicon": "azure"
|
|
59026
|
+
},
|
|
59027
|
+
"marketplaceGalleryImages_VirtualMachineInstancePropertiesStorageProfileOsDisk": {
|
|
59028
|
+
"resourceType": "Microsoft.AzureStackHCI/marketplaceGalleryImages.VirtualMachineInstancePropertiesStorageProfileOsDisk",
|
|
59029
|
+
"kind": "property",
|
|
59030
|
+
"lexicon": "azure"
|
|
59031
|
+
},
|
|
59032
|
+
"marketplaceGalleryImages_VirtualNetworkSubnetProperties": {
|
|
59033
|
+
"resourceType": "Microsoft.AzureStackHCI/marketplaceGalleryImages.VirtualNetworkSubnetProperties",
|
|
59034
|
+
"kind": "property",
|
|
59035
|
+
"lexicon": "azure"
|
|
59036
|
+
},
|
|
57578
59037
|
"masterSites": {
|
|
57579
59038
|
"resourceType": "Microsoft.OffAzure/masterSites",
|
|
57580
59039
|
"kind": "resource",
|
|
@@ -60416,169 +61875,85 @@
|
|
|
60416
61875
|
"kind": "property",
|
|
60417
61876
|
"lexicon": "azure"
|
|
60418
61877
|
},
|
|
60419
|
-
"
|
|
60420
|
-
"resourceType": "Microsoft.
|
|
61878
|
+
"natGateways_inboundRules": {
|
|
61879
|
+
"resourceType": "Microsoft.AzureStackHCI/natGateways_inboundRules",
|
|
60421
61880
|
"kind": "resource",
|
|
60422
61881
|
"lexicon": "azure",
|
|
60423
|
-
"apiVersion": "
|
|
61882
|
+
"apiVersion": "2026-04-01-preview",
|
|
60424
61883
|
"attrs": {
|
|
60425
61884
|
"id": "id"
|
|
60426
61885
|
},
|
|
61886
|
+
"propertyConstraints": {
|
|
61887
|
+
"name": {
|
|
61888
|
+
"pattern": "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-._a-zA-Z0-9]{0,62}[a-zA-Z0-9]$"
|
|
61889
|
+
}
|
|
61890
|
+
},
|
|
60427
61891
|
"resourceLevelFields": [
|
|
60428
|
-
"
|
|
60429
|
-
|
|
60430
|
-
"sku",
|
|
60431
|
-
"tags",
|
|
60432
|
-
"zones"
|
|
60433
|
-
],
|
|
60434
|
-
"tagging": {
|
|
60435
|
-
"taggable": true,
|
|
60436
|
-
"tagOnCreate": true,
|
|
60437
|
-
"tagUpdatable": true
|
|
60438
|
-
}
|
|
60439
|
-
},
|
|
60440
|
-
"natGateways_ApplicationGatewayPrivateLinkIpConfiguration": {
|
|
60441
|
-
"resourceType": "Microsoft.Network/natGateways.ApplicationGatewayPrivateLinkIpConfiguration",
|
|
60442
|
-
"kind": "property",
|
|
60443
|
-
"lexicon": "azure"
|
|
60444
|
-
},
|
|
60445
|
-
"natGateways_ApplicationGatewayPrivateLinkIpConfigurationProperties": {
|
|
60446
|
-
"resourceType": "Microsoft.Network/natGateways.ApplicationGatewayPrivateLinkIpConfigurationProperties",
|
|
60447
|
-
"kind": "property",
|
|
60448
|
-
"lexicon": "azure"
|
|
60449
|
-
},
|
|
60450
|
-
"natGateways_ApplicationGatewaySku": {
|
|
60451
|
-
"resourceType": "Microsoft.Network/natGateways.ApplicationGatewaySku",
|
|
60452
|
-
"kind": "property",
|
|
60453
|
-
"lexicon": "azure"
|
|
60454
|
-
},
|
|
60455
|
-
"natGateways_AzureFirewallSku": {
|
|
60456
|
-
"resourceType": "Microsoft.Network/natGateways.AzureFirewallSku",
|
|
60457
|
-
"kind": "property",
|
|
60458
|
-
"lexicon": "azure"
|
|
60459
|
-
},
|
|
60460
|
-
"natGateways_CommonDdosFrontendIpConfigurationSettings": {
|
|
60461
|
-
"resourceType": "Microsoft.Network/natGateways.CommonDdosFrontendIpConfigurationSettings",
|
|
60462
|
-
"kind": "property",
|
|
60463
|
-
"lexicon": "azure"
|
|
60464
|
-
},
|
|
60465
|
-
"natGateways_CommonLoadBalancerSku": {
|
|
60466
|
-
"resourceType": "Microsoft.Network/natGateways.CommonLoadBalancerSku",
|
|
60467
|
-
"kind": "property",
|
|
60468
|
-
"lexicon": "azure"
|
|
60469
|
-
},
|
|
60470
|
-
"natGateways_CommonManagedServiceIdentity": {
|
|
60471
|
-
"resourceType": "Microsoft.Network/natGateways.CommonManagedServiceIdentity",
|
|
60472
|
-
"kind": "property",
|
|
60473
|
-
"lexicon": "azure"
|
|
60474
|
-
},
|
|
60475
|
-
"natGateways_CommonNatGatewayPropertiesFormat": {
|
|
60476
|
-
"resourceType": "Microsoft.Network/natGateways.CommonNatGatewayPropertiesFormat",
|
|
60477
|
-
"kind": "property",
|
|
60478
|
-
"lexicon": "azure"
|
|
60479
|
-
},
|
|
60480
|
-
"natGateways_CommonNatGatewaySku": {
|
|
60481
|
-
"resourceType": "Microsoft.Network/natGateways.CommonNatGatewaySku",
|
|
60482
|
-
"kind": "property",
|
|
60483
|
-
"lexicon": "azure"
|
|
60484
|
-
},
|
|
60485
|
-
"natGateways_CommonPrivateLinkServiceIpConfiguration": {
|
|
60486
|
-
"resourceType": "Microsoft.Network/natGateways.CommonPrivateLinkServiceIpConfiguration",
|
|
60487
|
-
"kind": "property",
|
|
60488
|
-
"lexicon": "azure"
|
|
60489
|
-
},
|
|
60490
|
-
"natGateways_CommonPrivateLinkServiceIpConfigurationProperties": {
|
|
60491
|
-
"resourceType": "Microsoft.Network/natGateways.CommonPrivateLinkServiceIpConfigurationProperties",
|
|
60492
|
-
"kind": "property",
|
|
60493
|
-
"lexicon": "azure"
|
|
60494
|
-
},
|
|
60495
|
-
"natGateways_CommonPublicIPAddressSku": {
|
|
60496
|
-
"resourceType": "Microsoft.Network/natGateways.CommonPublicIPAddressSku",
|
|
60497
|
-
"kind": "property",
|
|
60498
|
-
"lexicon": "azure"
|
|
60499
|
-
},
|
|
60500
|
-
"natGateways_CommonSecurityRule": {
|
|
60501
|
-
"resourceType": "Microsoft.Network/natGateways.CommonSecurityRule",
|
|
60502
|
-
"kind": "property",
|
|
60503
|
-
"lexicon": "azure"
|
|
60504
|
-
},
|
|
60505
|
-
"natGateways_CommonSecurityRulePropertiesFormat": {
|
|
60506
|
-
"resourceType": "Microsoft.Network/natGateways.CommonSecurityRulePropertiesFormat",
|
|
60507
|
-
"kind": "property",
|
|
60508
|
-
"lexicon": "azure"
|
|
60509
|
-
},
|
|
60510
|
-
"natGateways_CommonSubnetPropertiesFormat": {
|
|
60511
|
-
"resourceType": "Microsoft.Network/natGateways.CommonSubnetPropertiesFormat",
|
|
60512
|
-
"kind": "property",
|
|
60513
|
-
"lexicon": "azure"
|
|
60514
|
-
},
|
|
60515
|
-
"natGateways_ExpressRouteCircuitSku": {
|
|
60516
|
-
"resourceType": "Microsoft.Network/natGateways.ExpressRouteCircuitSku",
|
|
60517
|
-
"kind": "property",
|
|
60518
|
-
"lexicon": "azure"
|
|
61892
|
+
"name"
|
|
61893
|
+
]
|
|
60519
61894
|
},
|
|
60520
|
-
"
|
|
60521
|
-
"resourceType": "Microsoft.
|
|
61895
|
+
"natGateways_inboundRules_ExtendedLocation": {
|
|
61896
|
+
"resourceType": "Microsoft.AzureStackHCI/natGateways_inboundRules.ExtendedLocation",
|
|
60522
61897
|
"kind": "property",
|
|
60523
61898
|
"lexicon": "azure"
|
|
60524
61899
|
},
|
|
60525
|
-
"
|
|
60526
|
-
"resourceType": "Microsoft.
|
|
61900
|
+
"natGateways_inboundRules_GalleryImageVersionStorageProfile": {
|
|
61901
|
+
"resourceType": "Microsoft.AzureStackHCI/natGateways_inboundRules.GalleryImageVersionStorageProfile",
|
|
60527
61902
|
"kind": "property",
|
|
60528
61903
|
"lexicon": "azure"
|
|
60529
61904
|
},
|
|
60530
|
-
"
|
|
60531
|
-
"resourceType": "Microsoft.
|
|
61905
|
+
"natGateways_inboundRules_InboundRuleProperties": {
|
|
61906
|
+
"resourceType": "Microsoft.AzureStackHCI/natGateways_inboundRules.InboundRuleProperties",
|
|
60532
61907
|
"kind": "property",
|
|
60533
61908
|
"lexicon": "azure"
|
|
60534
61909
|
},
|
|
60535
|
-
"
|
|
60536
|
-
"resourceType": "Microsoft.
|
|
61910
|
+
"natGateways_inboundRules_ManagedServiceIdentity": {
|
|
61911
|
+
"resourceType": "Microsoft.AzureStackHCI/natGateways_inboundRules.ManagedServiceIdentity",
|
|
60537
61912
|
"kind": "property",
|
|
60538
61913
|
"lexicon": "azure"
|
|
60539
61914
|
},
|
|
60540
|
-
"
|
|
60541
|
-
"resourceType": "Microsoft.
|
|
61915
|
+
"natGateways_inboundRules_ManagedServiceIdentityUserAssignedIdentities": {
|
|
61916
|
+
"resourceType": "Microsoft.AzureStackHCI/natGateways_inboundRules.ManagedServiceIdentityUserAssignedIdentities",
|
|
60542
61917
|
"kind": "property",
|
|
60543
61918
|
"lexicon": "azure"
|
|
60544
61919
|
},
|
|
60545
|
-
"
|
|
60546
|
-
"resourceType": "Microsoft.
|
|
61920
|
+
"natGateways_inboundRules_SecurityRuleProperties": {
|
|
61921
|
+
"resourceType": "Microsoft.AzureStackHCI/natGateways_inboundRules.SecurityRuleProperties",
|
|
60547
61922
|
"kind": "property",
|
|
60548
61923
|
"lexicon": "azure"
|
|
60549
61924
|
},
|
|
60550
|
-
"
|
|
60551
|
-
"resourceType": "Microsoft.
|
|
61925
|
+
"natGateways_inboundRules_SubnetIpConfigurationReference": {
|
|
61926
|
+
"resourceType": "Microsoft.AzureStackHCI/natGateways_inboundRules.SubnetIpConfigurationReference",
|
|
60552
61927
|
"kind": "property",
|
|
60553
61928
|
"lexicon": "azure"
|
|
60554
61929
|
},
|
|
60555
|
-
"
|
|
60556
|
-
"resourceType": "Microsoft.
|
|
61930
|
+
"natGateways_inboundRules_SubnetProperties": {
|
|
61931
|
+
"resourceType": "Microsoft.AzureStackHCI/natGateways_inboundRules.SubnetProperties",
|
|
60557
61932
|
"kind": "property",
|
|
60558
61933
|
"lexicon": "azure"
|
|
60559
61934
|
},
|
|
60560
|
-
"
|
|
60561
|
-
"resourceType": "Microsoft.
|
|
61935
|
+
"natGateways_inboundRules_UserAssignedIdentity": {
|
|
61936
|
+
"resourceType": "Microsoft.AzureStackHCI/natGateways_inboundRules.UserAssignedIdentity",
|
|
60562
61937
|
"kind": "property",
|
|
60563
61938
|
"lexicon": "azure"
|
|
60564
61939
|
},
|
|
60565
|
-
"
|
|
60566
|
-
"resourceType": "Microsoft.
|
|
61940
|
+
"natGateways_inboundRules_VirtualMachineInstancePropertiesNetworkProfile": {
|
|
61941
|
+
"resourceType": "Microsoft.AzureStackHCI/natGateways_inboundRules.VirtualMachineInstancePropertiesNetworkProfile",
|
|
60567
61942
|
"kind": "property",
|
|
60568
61943
|
"lexicon": "azure"
|
|
60569
61944
|
},
|
|
60570
|
-
"
|
|
60571
|
-
"resourceType": "Microsoft.
|
|
61945
|
+
"natGateways_inboundRules_VirtualMachineInstancePropertiesStorageProfile": {
|
|
61946
|
+
"resourceType": "Microsoft.AzureStackHCI/natGateways_inboundRules.VirtualMachineInstancePropertiesStorageProfile",
|
|
60572
61947
|
"kind": "property",
|
|
60573
61948
|
"lexicon": "azure"
|
|
60574
61949
|
},
|
|
60575
|
-
"
|
|
60576
|
-
"resourceType": "Microsoft.
|
|
61950
|
+
"natGateways_inboundRules_VirtualMachineInstancePropertiesStorageProfileOsDisk": {
|
|
61951
|
+
"resourceType": "Microsoft.AzureStackHCI/natGateways_inboundRules.VirtualMachineInstancePropertiesStorageProfileOsDisk",
|
|
60577
61952
|
"kind": "property",
|
|
60578
61953
|
"lexicon": "azure"
|
|
60579
61954
|
},
|
|
60580
|
-
"
|
|
60581
|
-
"resourceType": "Microsoft.
|
|
61955
|
+
"natGateways_inboundRules_VirtualNetworkSubnetProperties": {
|
|
61956
|
+
"resourceType": "Microsoft.AzureStackHCI/natGateways_inboundRules.VirtualNetworkSubnetProperties",
|
|
60582
61957
|
"kind": "property",
|
|
60583
61958
|
"lexicon": "azure"
|
|
60584
61959
|
},
|
|
@@ -61831,6 +63206,95 @@
|
|
|
61831
63206
|
"kind": "property",
|
|
61832
63207
|
"lexicon": "azure"
|
|
61833
63208
|
},
|
|
63209
|
+
"networkInterfaces": {
|
|
63210
|
+
"resourceType": "Microsoft.AzureStackHCI/networkInterfaces",
|
|
63211
|
+
"kind": "resource",
|
|
63212
|
+
"lexicon": "azure",
|
|
63213
|
+
"apiVersion": "2026-04-01-preview",
|
|
63214
|
+
"attrs": {
|
|
63215
|
+
"id": "id"
|
|
63216
|
+
},
|
|
63217
|
+
"propertyConstraints": {
|
|
63218
|
+
"name": {
|
|
63219
|
+
"pattern": "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-._a-zA-Z0-9]{0,62}[a-zA-Z0-9]$"
|
|
63220
|
+
}
|
|
63221
|
+
},
|
|
63222
|
+
"resourceLevelFields": [
|
|
63223
|
+
"location",
|
|
63224
|
+
"name",
|
|
63225
|
+
"tags"
|
|
63226
|
+
],
|
|
63227
|
+
"tagging": {
|
|
63228
|
+
"taggable": true,
|
|
63229
|
+
"tagOnCreate": true,
|
|
63230
|
+
"tagUpdatable": true
|
|
63231
|
+
}
|
|
63232
|
+
},
|
|
63233
|
+
"networkInterfaces_ExtendedLocation": {
|
|
63234
|
+
"resourceType": "Microsoft.AzureStackHCI/networkInterfaces.ExtendedLocation",
|
|
63235
|
+
"kind": "property",
|
|
63236
|
+
"lexicon": "azure"
|
|
63237
|
+
},
|
|
63238
|
+
"networkInterfaces_GalleryImageVersionStorageProfile": {
|
|
63239
|
+
"resourceType": "Microsoft.AzureStackHCI/networkInterfaces.GalleryImageVersionStorageProfile",
|
|
63240
|
+
"kind": "property",
|
|
63241
|
+
"lexicon": "azure"
|
|
63242
|
+
},
|
|
63243
|
+
"networkInterfaces_ManagedServiceIdentity": {
|
|
63244
|
+
"resourceType": "Microsoft.AzureStackHCI/networkInterfaces.ManagedServiceIdentity",
|
|
63245
|
+
"kind": "property",
|
|
63246
|
+
"lexicon": "azure"
|
|
63247
|
+
},
|
|
63248
|
+
"networkInterfaces_ManagedServiceIdentityUserAssignedIdentities": {
|
|
63249
|
+
"resourceType": "Microsoft.AzureStackHCI/networkInterfaces.ManagedServiceIdentityUserAssignedIdentities",
|
|
63250
|
+
"kind": "property",
|
|
63251
|
+
"lexicon": "azure"
|
|
63252
|
+
},
|
|
63253
|
+
"networkInterfaces_NetworkInterfaceProperties": {
|
|
63254
|
+
"resourceType": "Microsoft.AzureStackHCI/networkInterfaces.NetworkInterfaceProperties",
|
|
63255
|
+
"kind": "property",
|
|
63256
|
+
"lexicon": "azure"
|
|
63257
|
+
},
|
|
63258
|
+
"networkInterfaces_SecurityRuleProperties": {
|
|
63259
|
+
"resourceType": "Microsoft.AzureStackHCI/networkInterfaces.SecurityRuleProperties",
|
|
63260
|
+
"kind": "property",
|
|
63261
|
+
"lexicon": "azure"
|
|
63262
|
+
},
|
|
63263
|
+
"networkInterfaces_SubnetIpConfigurationReference": {
|
|
63264
|
+
"resourceType": "Microsoft.AzureStackHCI/networkInterfaces.SubnetIpConfigurationReference",
|
|
63265
|
+
"kind": "property",
|
|
63266
|
+
"lexicon": "azure"
|
|
63267
|
+
},
|
|
63268
|
+
"networkInterfaces_SubnetProperties": {
|
|
63269
|
+
"resourceType": "Microsoft.AzureStackHCI/networkInterfaces.SubnetProperties",
|
|
63270
|
+
"kind": "property",
|
|
63271
|
+
"lexicon": "azure"
|
|
63272
|
+
},
|
|
63273
|
+
"networkInterfaces_UserAssignedIdentity": {
|
|
63274
|
+
"resourceType": "Microsoft.AzureStackHCI/networkInterfaces.UserAssignedIdentity",
|
|
63275
|
+
"kind": "property",
|
|
63276
|
+
"lexicon": "azure"
|
|
63277
|
+
},
|
|
63278
|
+
"networkInterfaces_VirtualMachineInstancePropertiesNetworkProfile": {
|
|
63279
|
+
"resourceType": "Microsoft.AzureStackHCI/networkInterfaces.VirtualMachineInstancePropertiesNetworkProfile",
|
|
63280
|
+
"kind": "property",
|
|
63281
|
+
"lexicon": "azure"
|
|
63282
|
+
},
|
|
63283
|
+
"networkInterfaces_VirtualMachineInstancePropertiesStorageProfile": {
|
|
63284
|
+
"resourceType": "Microsoft.AzureStackHCI/networkInterfaces.VirtualMachineInstancePropertiesStorageProfile",
|
|
63285
|
+
"kind": "property",
|
|
63286
|
+
"lexicon": "azure"
|
|
63287
|
+
},
|
|
63288
|
+
"networkInterfaces_VirtualMachineInstancePropertiesStorageProfileOsDisk": {
|
|
63289
|
+
"resourceType": "Microsoft.AzureStackHCI/networkInterfaces.VirtualMachineInstancePropertiesStorageProfileOsDisk",
|
|
63290
|
+
"kind": "property",
|
|
63291
|
+
"lexicon": "azure"
|
|
63292
|
+
},
|
|
63293
|
+
"networkInterfaces_VirtualNetworkSubnetProperties": {
|
|
63294
|
+
"resourceType": "Microsoft.AzureStackHCI/networkInterfaces.VirtualNetworkSubnetProperties",
|
|
63295
|
+
"kind": "property",
|
|
63296
|
+
"lexicon": "azure"
|
|
63297
|
+
},
|
|
61834
63298
|
"networkInterfaces_tapConfigurations": {
|
|
61835
63299
|
"resourceType": "Microsoft.Network/networkInterfaces_tapConfigurations",
|
|
61836
63300
|
"kind": "resource",
|
|
@@ -65501,155 +66965,92 @@
|
|
|
65501
66965
|
"kind": "property",
|
|
65502
66966
|
"lexicon": "azure"
|
|
65503
66967
|
},
|
|
65504
|
-
"
|
|
65505
|
-
"resourceType": "Microsoft.
|
|
66968
|
+
"networkSecurityGroups": {
|
|
66969
|
+
"resourceType": "Microsoft.AzureStackHCI/networkSecurityGroups",
|
|
65506
66970
|
"kind": "resource",
|
|
65507
66971
|
"lexicon": "azure",
|
|
65508
|
-
"apiVersion": "
|
|
66972
|
+
"apiVersion": "2026-04-01-preview",
|
|
65509
66973
|
"attrs": {
|
|
65510
66974
|
"id": "id"
|
|
65511
66975
|
},
|
|
66976
|
+
"propertyConstraints": {
|
|
66977
|
+
"name": {
|
|
66978
|
+
"pattern": "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-._a-zA-Z0-9]{0,62}[a-zA-Z0-9]$"
|
|
66979
|
+
}
|
|
66980
|
+
},
|
|
65512
66981
|
"resourceLevelFields": [
|
|
65513
|
-
"
|
|
65514
|
-
|
|
65515
|
-
|
|
65516
|
-
|
|
65517
|
-
"
|
|
65518
|
-
|
|
65519
|
-
|
|
65520
|
-
|
|
65521
|
-
|
|
65522
|
-
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.ApplicationGatewayPrivateLinkIpConfigurationProperties",
|
|
65523
|
-
"kind": "property",
|
|
65524
|
-
"lexicon": "azure"
|
|
65525
|
-
},
|
|
65526
|
-
"networkSecurityGroups_securityRules_ApplicationGatewaySku": {
|
|
65527
|
-
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.ApplicationGatewaySku",
|
|
65528
|
-
"kind": "property",
|
|
65529
|
-
"lexicon": "azure"
|
|
65530
|
-
},
|
|
65531
|
-
"networkSecurityGroups_securityRules_AzureFirewallSku": {
|
|
65532
|
-
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.AzureFirewallSku",
|
|
65533
|
-
"kind": "property",
|
|
65534
|
-
"lexicon": "azure"
|
|
65535
|
-
},
|
|
65536
|
-
"networkSecurityGroups_securityRules_CommonDdosFrontendIpConfigurationSettings": {
|
|
65537
|
-
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.CommonDdosFrontendIpConfigurationSettings",
|
|
65538
|
-
"kind": "property",
|
|
65539
|
-
"lexicon": "azure"
|
|
65540
|
-
},
|
|
65541
|
-
"networkSecurityGroups_securityRules_CommonLoadBalancerSku": {
|
|
65542
|
-
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.CommonLoadBalancerSku",
|
|
65543
|
-
"kind": "property",
|
|
65544
|
-
"lexicon": "azure"
|
|
65545
|
-
},
|
|
65546
|
-
"networkSecurityGroups_securityRules_CommonManagedServiceIdentity": {
|
|
65547
|
-
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.CommonManagedServiceIdentity",
|
|
65548
|
-
"kind": "property",
|
|
65549
|
-
"lexicon": "azure"
|
|
65550
|
-
},
|
|
65551
|
-
"networkSecurityGroups_securityRules_CommonNatGatewaySku": {
|
|
65552
|
-
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.CommonNatGatewaySku",
|
|
65553
|
-
"kind": "property",
|
|
65554
|
-
"lexicon": "azure"
|
|
65555
|
-
},
|
|
65556
|
-
"networkSecurityGroups_securityRules_CommonPrivateLinkServiceIpConfiguration": {
|
|
65557
|
-
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.CommonPrivateLinkServiceIpConfiguration",
|
|
65558
|
-
"kind": "property",
|
|
65559
|
-
"lexicon": "azure"
|
|
65560
|
-
},
|
|
65561
|
-
"networkSecurityGroups_securityRules_CommonPrivateLinkServiceIpConfigurationProperties": {
|
|
65562
|
-
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.CommonPrivateLinkServiceIpConfigurationProperties",
|
|
65563
|
-
"kind": "property",
|
|
65564
|
-
"lexicon": "azure"
|
|
65565
|
-
},
|
|
65566
|
-
"networkSecurityGroups_securityRules_CommonPublicIPAddressSku": {
|
|
65567
|
-
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.CommonPublicIPAddressSku",
|
|
65568
|
-
"kind": "property",
|
|
65569
|
-
"lexicon": "azure"
|
|
65570
|
-
},
|
|
65571
|
-
"networkSecurityGroups_securityRules_CommonSecurityRule": {
|
|
65572
|
-
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.CommonSecurityRule",
|
|
65573
|
-
"kind": "property",
|
|
65574
|
-
"lexicon": "azure"
|
|
65575
|
-
},
|
|
65576
|
-
"networkSecurityGroups_securityRules_CommonSecurityRulePropertiesFormat": {
|
|
65577
|
-
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.CommonSecurityRulePropertiesFormat",
|
|
65578
|
-
"kind": "property",
|
|
65579
|
-
"lexicon": "azure"
|
|
65580
|
-
},
|
|
65581
|
-
"networkSecurityGroups_securityRules_CommonSubnetPropertiesFormat": {
|
|
65582
|
-
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.CommonSubnetPropertiesFormat",
|
|
65583
|
-
"kind": "property",
|
|
65584
|
-
"lexicon": "azure"
|
|
65585
|
-
},
|
|
65586
|
-
"networkSecurityGroups_securityRules_ExpressRouteCircuitSku": {
|
|
65587
|
-
"resourceType": "Microsoft.Network/networkSecurityGroups_securityRules.ExpressRouteCircuitSku",
|
|
65588
|
-
"kind": "property",
|
|
65589
|
-
"lexicon": "azure"
|
|
66982
|
+
"location",
|
|
66983
|
+
"name",
|
|
66984
|
+
"tags"
|
|
66985
|
+
],
|
|
66986
|
+
"tagging": {
|
|
66987
|
+
"taggable": true,
|
|
66988
|
+
"tagOnCreate": true,
|
|
66989
|
+
"tagUpdatable": true
|
|
66990
|
+
}
|
|
65590
66991
|
},
|
|
65591
|
-
"
|
|
65592
|
-
"resourceType": "Microsoft.
|
|
66992
|
+
"networkSecurityGroups_ExtendedLocation": {
|
|
66993
|
+
"resourceType": "Microsoft.AzureStackHCI/networkSecurityGroups.ExtendedLocation",
|
|
65593
66994
|
"kind": "property",
|
|
65594
66995
|
"lexicon": "azure"
|
|
65595
66996
|
},
|
|
65596
|
-
"
|
|
65597
|
-
"resourceType": "Microsoft.
|
|
66997
|
+
"networkSecurityGroups_GalleryImageVersionStorageProfile": {
|
|
66998
|
+
"resourceType": "Microsoft.AzureStackHCI/networkSecurityGroups.GalleryImageVersionStorageProfile",
|
|
65598
66999
|
"kind": "property",
|
|
65599
67000
|
"lexicon": "azure"
|
|
65600
67001
|
},
|
|
65601
|
-
"
|
|
65602
|
-
"resourceType": "Microsoft.
|
|
67002
|
+
"networkSecurityGroups_ManagedServiceIdentity": {
|
|
67003
|
+
"resourceType": "Microsoft.AzureStackHCI/networkSecurityGroups.ManagedServiceIdentity",
|
|
65603
67004
|
"kind": "property",
|
|
65604
67005
|
"lexicon": "azure"
|
|
65605
67006
|
},
|
|
65606
|
-
"
|
|
65607
|
-
"resourceType": "Microsoft.
|
|
67007
|
+
"networkSecurityGroups_ManagedServiceIdentityUserAssignedIdentities": {
|
|
67008
|
+
"resourceType": "Microsoft.AzureStackHCI/networkSecurityGroups.ManagedServiceIdentityUserAssignedIdentities",
|
|
65608
67009
|
"kind": "property",
|
|
65609
67010
|
"lexicon": "azure"
|
|
65610
67011
|
},
|
|
65611
|
-
"
|
|
65612
|
-
"resourceType": "Microsoft.
|
|
67012
|
+
"networkSecurityGroups_NetworkSecurityGroupProperties": {
|
|
67013
|
+
"resourceType": "Microsoft.AzureStackHCI/networkSecurityGroups.NetworkSecurityGroupProperties",
|
|
65613
67014
|
"kind": "property",
|
|
65614
67015
|
"lexicon": "azure"
|
|
65615
67016
|
},
|
|
65616
|
-
"
|
|
65617
|
-
"resourceType": "Microsoft.
|
|
67017
|
+
"networkSecurityGroups_SecurityRuleProperties": {
|
|
67018
|
+
"resourceType": "Microsoft.AzureStackHCI/networkSecurityGroups.SecurityRuleProperties",
|
|
65618
67019
|
"kind": "property",
|
|
65619
67020
|
"lexicon": "azure"
|
|
65620
67021
|
},
|
|
65621
|
-
"
|
|
65622
|
-
"resourceType": "Microsoft.
|
|
67022
|
+
"networkSecurityGroups_SubnetIpConfigurationReference": {
|
|
67023
|
+
"resourceType": "Microsoft.AzureStackHCI/networkSecurityGroups.SubnetIpConfigurationReference",
|
|
65623
67024
|
"kind": "property",
|
|
65624
67025
|
"lexicon": "azure"
|
|
65625
67026
|
},
|
|
65626
|
-
"
|
|
65627
|
-
"resourceType": "Microsoft.
|
|
67027
|
+
"networkSecurityGroups_SubnetProperties": {
|
|
67028
|
+
"resourceType": "Microsoft.AzureStackHCI/networkSecurityGroups.SubnetProperties",
|
|
65628
67029
|
"kind": "property",
|
|
65629
67030
|
"lexicon": "azure"
|
|
65630
67031
|
},
|
|
65631
|
-
"
|
|
65632
|
-
"resourceType": "Microsoft.
|
|
67032
|
+
"networkSecurityGroups_UserAssignedIdentity": {
|
|
67033
|
+
"resourceType": "Microsoft.AzureStackHCI/networkSecurityGroups.UserAssignedIdentity",
|
|
65633
67034
|
"kind": "property",
|
|
65634
67035
|
"lexicon": "azure"
|
|
65635
67036
|
},
|
|
65636
|
-
"
|
|
65637
|
-
"resourceType": "Microsoft.
|
|
67037
|
+
"networkSecurityGroups_VirtualMachineInstancePropertiesNetworkProfile": {
|
|
67038
|
+
"resourceType": "Microsoft.AzureStackHCI/networkSecurityGroups.VirtualMachineInstancePropertiesNetworkProfile",
|
|
65638
67039
|
"kind": "property",
|
|
65639
67040
|
"lexicon": "azure"
|
|
65640
67041
|
},
|
|
65641
|
-
"
|
|
65642
|
-
"resourceType": "Microsoft.
|
|
67042
|
+
"networkSecurityGroups_VirtualMachineInstancePropertiesStorageProfile": {
|
|
67043
|
+
"resourceType": "Microsoft.AzureStackHCI/networkSecurityGroups.VirtualMachineInstancePropertiesStorageProfile",
|
|
65643
67044
|
"kind": "property",
|
|
65644
67045
|
"lexicon": "azure"
|
|
65645
67046
|
},
|
|
65646
|
-
"
|
|
65647
|
-
"resourceType": "Microsoft.
|
|
67047
|
+
"networkSecurityGroups_VirtualMachineInstancePropertiesStorageProfileOsDisk": {
|
|
67048
|
+
"resourceType": "Microsoft.AzureStackHCI/networkSecurityGroups.VirtualMachineInstancePropertiesStorageProfileOsDisk",
|
|
65648
67049
|
"kind": "property",
|
|
65649
67050
|
"lexicon": "azure"
|
|
65650
67051
|
},
|
|
65651
|
-
"
|
|
65652
|
-
"resourceType": "Microsoft.
|
|
67052
|
+
"networkSecurityGroups_VirtualNetworkSubnetProperties": {
|
|
67053
|
+
"resourceType": "Microsoft.AzureStackHCI/networkSecurityGroups.VirtualNetworkSubnetProperties",
|
|
65653
67054
|
"kind": "property",
|
|
65654
67055
|
"lexicon": "azure"
|
|
65655
67056
|
},
|
|
@@ -73406,6 +74807,95 @@
|
|
|
73406
74807
|
"kind": "property",
|
|
73407
74808
|
"lexicon": "azure"
|
|
73408
74809
|
},
|
|
74810
|
+
"publicIPAddresses": {
|
|
74811
|
+
"resourceType": "Microsoft.AzureStackHCI/publicIPAddresses",
|
|
74812
|
+
"kind": "resource",
|
|
74813
|
+
"lexicon": "azure",
|
|
74814
|
+
"apiVersion": "2026-04-01-preview",
|
|
74815
|
+
"attrs": {
|
|
74816
|
+
"id": "id"
|
|
74817
|
+
},
|
|
74818
|
+
"propertyConstraints": {
|
|
74819
|
+
"name": {
|
|
74820
|
+
"pattern": "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-._a-zA-Z0-9]{0,62}[a-zA-Z0-9]$"
|
|
74821
|
+
}
|
|
74822
|
+
},
|
|
74823
|
+
"resourceLevelFields": [
|
|
74824
|
+
"location",
|
|
74825
|
+
"name",
|
|
74826
|
+
"tags"
|
|
74827
|
+
],
|
|
74828
|
+
"tagging": {
|
|
74829
|
+
"taggable": true,
|
|
74830
|
+
"tagOnCreate": true,
|
|
74831
|
+
"tagUpdatable": true
|
|
74832
|
+
}
|
|
74833
|
+
},
|
|
74834
|
+
"publicIPAddresses_ExtendedLocation": {
|
|
74835
|
+
"resourceType": "Microsoft.AzureStackHCI/publicIPAddresses.ExtendedLocation",
|
|
74836
|
+
"kind": "property",
|
|
74837
|
+
"lexicon": "azure"
|
|
74838
|
+
},
|
|
74839
|
+
"publicIPAddresses_GalleryImageVersionStorageProfile": {
|
|
74840
|
+
"resourceType": "Microsoft.AzureStackHCI/publicIPAddresses.GalleryImageVersionStorageProfile",
|
|
74841
|
+
"kind": "property",
|
|
74842
|
+
"lexicon": "azure"
|
|
74843
|
+
},
|
|
74844
|
+
"publicIPAddresses_ManagedServiceIdentity": {
|
|
74845
|
+
"resourceType": "Microsoft.AzureStackHCI/publicIPAddresses.ManagedServiceIdentity",
|
|
74846
|
+
"kind": "property",
|
|
74847
|
+
"lexicon": "azure"
|
|
74848
|
+
},
|
|
74849
|
+
"publicIPAddresses_ManagedServiceIdentityUserAssignedIdentities": {
|
|
74850
|
+
"resourceType": "Microsoft.AzureStackHCI/publicIPAddresses.ManagedServiceIdentityUserAssignedIdentities",
|
|
74851
|
+
"kind": "property",
|
|
74852
|
+
"lexicon": "azure"
|
|
74853
|
+
},
|
|
74854
|
+
"publicIPAddresses_PublicIPAddressProperties": {
|
|
74855
|
+
"resourceType": "Microsoft.AzureStackHCI/publicIPAddresses.PublicIPAddressProperties",
|
|
74856
|
+
"kind": "property",
|
|
74857
|
+
"lexicon": "azure"
|
|
74858
|
+
},
|
|
74859
|
+
"publicIPAddresses_SecurityRuleProperties": {
|
|
74860
|
+
"resourceType": "Microsoft.AzureStackHCI/publicIPAddresses.SecurityRuleProperties",
|
|
74861
|
+
"kind": "property",
|
|
74862
|
+
"lexicon": "azure"
|
|
74863
|
+
},
|
|
74864
|
+
"publicIPAddresses_SubnetIpConfigurationReference": {
|
|
74865
|
+
"resourceType": "Microsoft.AzureStackHCI/publicIPAddresses.SubnetIpConfigurationReference",
|
|
74866
|
+
"kind": "property",
|
|
74867
|
+
"lexicon": "azure"
|
|
74868
|
+
},
|
|
74869
|
+
"publicIPAddresses_SubnetProperties": {
|
|
74870
|
+
"resourceType": "Microsoft.AzureStackHCI/publicIPAddresses.SubnetProperties",
|
|
74871
|
+
"kind": "property",
|
|
74872
|
+
"lexicon": "azure"
|
|
74873
|
+
},
|
|
74874
|
+
"publicIPAddresses_UserAssignedIdentity": {
|
|
74875
|
+
"resourceType": "Microsoft.AzureStackHCI/publicIPAddresses.UserAssignedIdentity",
|
|
74876
|
+
"kind": "property",
|
|
74877
|
+
"lexicon": "azure"
|
|
74878
|
+
},
|
|
74879
|
+
"publicIPAddresses_VirtualMachineInstancePropertiesNetworkProfile": {
|
|
74880
|
+
"resourceType": "Microsoft.AzureStackHCI/publicIPAddresses.VirtualMachineInstancePropertiesNetworkProfile",
|
|
74881
|
+
"kind": "property",
|
|
74882
|
+
"lexicon": "azure"
|
|
74883
|
+
},
|
|
74884
|
+
"publicIPAddresses_VirtualMachineInstancePropertiesStorageProfile": {
|
|
74885
|
+
"resourceType": "Microsoft.AzureStackHCI/publicIPAddresses.VirtualMachineInstancePropertiesStorageProfile",
|
|
74886
|
+
"kind": "property",
|
|
74887
|
+
"lexicon": "azure"
|
|
74888
|
+
},
|
|
74889
|
+
"publicIPAddresses_VirtualMachineInstancePropertiesStorageProfileOsDisk": {
|
|
74890
|
+
"resourceType": "Microsoft.AzureStackHCI/publicIPAddresses.VirtualMachineInstancePropertiesStorageProfileOsDisk",
|
|
74891
|
+
"kind": "property",
|
|
74892
|
+
"lexicon": "azure"
|
|
74893
|
+
},
|
|
74894
|
+
"publicIPAddresses_VirtualNetworkSubnetProperties": {
|
|
74895
|
+
"resourceType": "Microsoft.AzureStackHCI/publicIPAddresses.VirtualNetworkSubnetProperties",
|
|
74896
|
+
"kind": "property",
|
|
74897
|
+
"lexicon": "azure"
|
|
74898
|
+
},
|
|
73409
74899
|
"publicIPPrefixes": {
|
|
73410
74900
|
"resourceType": "Microsoft.Network/publicIPPrefixes",
|
|
73411
74901
|
"kind": "resource",
|
|
@@ -93622,122 +95112,6 @@
|
|
|
93622
95112
|
"kind": "property",
|
|
93623
95113
|
"lexicon": "azure"
|
|
93624
95114
|
},
|
|
93625
|
-
"snapshots": {
|
|
93626
|
-
"resourceType": "Microsoft.ContainerService/snapshots",
|
|
93627
|
-
"kind": "resource",
|
|
93628
|
-
"lexicon": "azure",
|
|
93629
|
-
"apiVersion": "2024-07-01",
|
|
93630
|
-
"attrs": {
|
|
93631
|
-
"id": "id"
|
|
93632
|
-
},
|
|
93633
|
-
"propertyConstraints": {
|
|
93634
|
-
"name": {
|
|
93635
|
-
"pattern": "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$",
|
|
93636
|
-
"minLength": 1,
|
|
93637
|
-
"maxLength": 63
|
|
93638
|
-
}
|
|
93639
|
-
},
|
|
93640
|
-
"resourceLevelFields": [
|
|
93641
|
-
"location",
|
|
93642
|
-
"name",
|
|
93643
|
-
"tags"
|
|
93644
|
-
],
|
|
93645
|
-
"tagging": {
|
|
93646
|
-
"taggable": true,
|
|
93647
|
-
"tagOnCreate": true,
|
|
93648
|
-
"tagUpdatable": true
|
|
93649
|
-
}
|
|
93650
|
-
},
|
|
93651
|
-
"snapshots_AgentPoolNetworkProfile": {
|
|
93652
|
-
"resourceType": "Microsoft.ContainerService/snapshots.AgentPoolNetworkProfile",
|
|
93653
|
-
"kind": "property",
|
|
93654
|
-
"lexicon": "azure"
|
|
93655
|
-
},
|
|
93656
|
-
"snapshots_ContainerServiceNetworkProfile": {
|
|
93657
|
-
"resourceType": "Microsoft.ContainerService/snapshots.ContainerServiceNetworkProfile",
|
|
93658
|
-
"kind": "property",
|
|
93659
|
-
"lexicon": "azure"
|
|
93660
|
-
},
|
|
93661
|
-
"snapshots_ManagedClusterIdentity": {
|
|
93662
|
-
"resourceType": "Microsoft.ContainerService/snapshots.ManagedClusterIdentity",
|
|
93663
|
-
"kind": "property",
|
|
93664
|
-
"lexicon": "azure"
|
|
93665
|
-
},
|
|
93666
|
-
"snapshots_ManagedClusterIdentityUserAssignedIdentities": {
|
|
93667
|
-
"resourceType": "Microsoft.ContainerService/snapshots.ManagedClusterIdentityUserAssignedIdentities",
|
|
93668
|
-
"kind": "property",
|
|
93669
|
-
"lexicon": "azure"
|
|
93670
|
-
},
|
|
93671
|
-
"snapshots_ManagedClusterPodIdentity": {
|
|
93672
|
-
"resourceType": "Microsoft.ContainerService/snapshots.ManagedClusterPodIdentity",
|
|
93673
|
-
"kind": "property",
|
|
93674
|
-
"lexicon": "azure"
|
|
93675
|
-
},
|
|
93676
|
-
"snapshots_ManagedClusterPodIdentityException": {
|
|
93677
|
-
"resourceType": "Microsoft.ContainerService/snapshots.ManagedClusterPodIdentityException",
|
|
93678
|
-
"kind": "property",
|
|
93679
|
-
"lexicon": "azure"
|
|
93680
|
-
},
|
|
93681
|
-
"snapshots_ManagedClusterPodIdentityExceptionPodLabels": {
|
|
93682
|
-
"resourceType": "Microsoft.ContainerService/snapshots.ManagedClusterPodIdentityExceptionPodLabels",
|
|
93683
|
-
"kind": "property",
|
|
93684
|
-
"lexicon": "azure"
|
|
93685
|
-
},
|
|
93686
|
-
"snapshots_ManagedClusterPodIdentityProfile": {
|
|
93687
|
-
"resourceType": "Microsoft.ContainerService/snapshots.ManagedClusterPodIdentityProfile",
|
|
93688
|
-
"kind": "property",
|
|
93689
|
-
"lexicon": "azure"
|
|
93690
|
-
},
|
|
93691
|
-
"snapshots_ManagedClusterPropertiesIdentityProfile": {
|
|
93692
|
-
"resourceType": "Microsoft.ContainerService/snapshots.ManagedClusterPropertiesIdentityProfile",
|
|
93693
|
-
"kind": "property",
|
|
93694
|
-
"lexicon": "azure"
|
|
93695
|
-
},
|
|
93696
|
-
"snapshots_ManagedClusterSecurityProfileWorkloadIdentity": {
|
|
93697
|
-
"resourceType": "Microsoft.ContainerService/snapshots.ManagedClusterSecurityProfileWorkloadIdentity",
|
|
93698
|
-
"kind": "property",
|
|
93699
|
-
"lexicon": "azure"
|
|
93700
|
-
},
|
|
93701
|
-
"snapshots_ManagedClusterStorageProfile": {
|
|
93702
|
-
"resourceType": "Microsoft.ContainerService/snapshots.ManagedClusterStorageProfile",
|
|
93703
|
-
"kind": "property",
|
|
93704
|
-
"lexicon": "azure"
|
|
93705
|
-
},
|
|
93706
|
-
"snapshots_ManagedClusterStorageProfileBlobCSIDriver": {
|
|
93707
|
-
"resourceType": "Microsoft.ContainerService/snapshots.ManagedClusterStorageProfileBlobCSIDriver",
|
|
93708
|
-
"kind": "property",
|
|
93709
|
-
"lexicon": "azure"
|
|
93710
|
-
},
|
|
93711
|
-
"snapshots_ManagedClusterStorageProfileDiskCSIDriver": {
|
|
93712
|
-
"resourceType": "Microsoft.ContainerService/snapshots.ManagedClusterStorageProfileDiskCSIDriver",
|
|
93713
|
-
"kind": "property",
|
|
93714
|
-
"lexicon": "azure"
|
|
93715
|
-
},
|
|
93716
|
-
"snapshots_ManagedClusterStorageProfileFileCSIDriver": {
|
|
93717
|
-
"resourceType": "Microsoft.ContainerService/snapshots.ManagedClusterStorageProfileFileCSIDriver",
|
|
93718
|
-
"kind": "property",
|
|
93719
|
-
"lexicon": "azure"
|
|
93720
|
-
},
|
|
93721
|
-
"snapshots_ManagedClusterStorageProfileSnapshotController": {
|
|
93722
|
-
"resourceType": "Microsoft.ContainerService/snapshots.ManagedClusterStorageProfileSnapshotController",
|
|
93723
|
-
"kind": "property",
|
|
93724
|
-
"lexicon": "azure"
|
|
93725
|
-
},
|
|
93726
|
-
"snapshots_ManagedServiceIdentityUserAssignedIdentitiesValue": {
|
|
93727
|
-
"resourceType": "Microsoft.ContainerService/snapshots.ManagedServiceIdentityUserAssignedIdentitiesValue",
|
|
93728
|
-
"kind": "property",
|
|
93729
|
-
"lexicon": "azure"
|
|
93730
|
-
},
|
|
93731
|
-
"snapshots_SnapshotProperties": {
|
|
93732
|
-
"resourceType": "Microsoft.ContainerService/snapshots.SnapshotProperties",
|
|
93733
|
-
"kind": "property",
|
|
93734
|
-
"lexicon": "azure"
|
|
93735
|
-
},
|
|
93736
|
-
"snapshots_UserAssignedIdentity": {
|
|
93737
|
-
"resourceType": "Microsoft.ContainerService/snapshots.UserAssignedIdentity",
|
|
93738
|
-
"kind": "property",
|
|
93739
|
-
"lexicon": "azure"
|
|
93740
|
-
},
|
|
93741
95115
|
"snsSubscriptions": {
|
|
93742
95116
|
"resourceType": "Microsoft.AwsConnector/snsSubscriptions",
|
|
93743
95117
|
"kind": "resource",
|
|
@@ -96549,50 +97923,6 @@
|
|
|
96549
97923
|
"kind": "property",
|
|
96550
97924
|
"lexicon": "azure"
|
|
96551
97925
|
},
|
|
96552
|
-
"storageContainers": {
|
|
96553
|
-
"resourceType": "Microsoft.Discovery/storageContainers",
|
|
96554
|
-
"kind": "resource",
|
|
96555
|
-
"lexicon": "azure",
|
|
96556
|
-
"apiVersion": "2026-06-01",
|
|
96557
|
-
"attrs": {
|
|
96558
|
-
"id": "id"
|
|
96559
|
-
},
|
|
96560
|
-
"propertyConstraints": {
|
|
96561
|
-
"name": {
|
|
96562
|
-
"pattern": "^[a-zA-Z0-9-]{3,24}$"
|
|
96563
|
-
}
|
|
96564
|
-
},
|
|
96565
|
-
"resourceLevelFields": [
|
|
96566
|
-
"location",
|
|
96567
|
-
"name",
|
|
96568
|
-
"tags"
|
|
96569
|
-
],
|
|
96570
|
-
"tagging": {
|
|
96571
|
-
"taggable": true,
|
|
96572
|
-
"tagOnCreate": true,
|
|
96573
|
-
"tagUpdatable": true
|
|
96574
|
-
}
|
|
96575
|
-
},
|
|
96576
|
-
"storageContainers_Identity": {
|
|
96577
|
-
"resourceType": "Microsoft.Discovery/storageContainers.Identity",
|
|
96578
|
-
"kind": "property",
|
|
96579
|
-
"lexicon": "azure"
|
|
96580
|
-
},
|
|
96581
|
-
"storageContainers_StorageContainerProperties": {
|
|
96582
|
-
"resourceType": "Microsoft.Discovery/storageContainers.StorageContainerProperties",
|
|
96583
|
-
"kind": "property",
|
|
96584
|
-
"lexicon": "azure"
|
|
96585
|
-
},
|
|
96586
|
-
"storageContainers_SystemAssignedServiceIdentity": {
|
|
96587
|
-
"resourceType": "Microsoft.Discovery/storageContainers.SystemAssignedServiceIdentity",
|
|
96588
|
-
"kind": "property",
|
|
96589
|
-
"lexicon": "azure"
|
|
96590
|
-
},
|
|
96591
|
-
"storageContainers_UserAssignedIdentity": {
|
|
96592
|
-
"resourceType": "Microsoft.Discovery/storageContainers.UserAssignedIdentity",
|
|
96593
|
-
"kind": "property",
|
|
96594
|
-
"lexicon": "azure"
|
|
96595
|
-
},
|
|
96596
97926
|
"storageContainers_storageAssets": {
|
|
96597
97927
|
"resourceType": "Microsoft.Discovery/storageContainers_storageAssets",
|
|
96598
97928
|
"kind": "resource",
|
|
@@ -99903,6 +101233,95 @@
|
|
|
99903
101233
|
"kind": "property",
|
|
99904
101234
|
"lexicon": "azure"
|
|
99905
101235
|
},
|
|
101236
|
+
"virtualHardDisks": {
|
|
101237
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualHardDisks",
|
|
101238
|
+
"kind": "resource",
|
|
101239
|
+
"lexicon": "azure",
|
|
101240
|
+
"apiVersion": "2026-04-01-preview",
|
|
101241
|
+
"attrs": {
|
|
101242
|
+
"id": "id"
|
|
101243
|
+
},
|
|
101244
|
+
"propertyConstraints": {
|
|
101245
|
+
"name": {
|
|
101246
|
+
"pattern": "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-._a-zA-Z0-9]{0,62}[a-zA-Z0-9]$"
|
|
101247
|
+
}
|
|
101248
|
+
},
|
|
101249
|
+
"resourceLevelFields": [
|
|
101250
|
+
"location",
|
|
101251
|
+
"name",
|
|
101252
|
+
"tags"
|
|
101253
|
+
],
|
|
101254
|
+
"tagging": {
|
|
101255
|
+
"taggable": true,
|
|
101256
|
+
"tagOnCreate": true,
|
|
101257
|
+
"tagUpdatable": true
|
|
101258
|
+
}
|
|
101259
|
+
},
|
|
101260
|
+
"virtualHardDisks_ExtendedLocation": {
|
|
101261
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualHardDisks.ExtendedLocation",
|
|
101262
|
+
"kind": "property",
|
|
101263
|
+
"lexicon": "azure"
|
|
101264
|
+
},
|
|
101265
|
+
"virtualHardDisks_GalleryImageVersionStorageProfile": {
|
|
101266
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualHardDisks.GalleryImageVersionStorageProfile",
|
|
101267
|
+
"kind": "property",
|
|
101268
|
+
"lexicon": "azure"
|
|
101269
|
+
},
|
|
101270
|
+
"virtualHardDisks_ManagedServiceIdentity": {
|
|
101271
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualHardDisks.ManagedServiceIdentity",
|
|
101272
|
+
"kind": "property",
|
|
101273
|
+
"lexicon": "azure"
|
|
101274
|
+
},
|
|
101275
|
+
"virtualHardDisks_ManagedServiceIdentityUserAssignedIdentities": {
|
|
101276
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualHardDisks.ManagedServiceIdentityUserAssignedIdentities",
|
|
101277
|
+
"kind": "property",
|
|
101278
|
+
"lexicon": "azure"
|
|
101279
|
+
},
|
|
101280
|
+
"virtualHardDisks_SecurityRuleProperties": {
|
|
101281
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualHardDisks.SecurityRuleProperties",
|
|
101282
|
+
"kind": "property",
|
|
101283
|
+
"lexicon": "azure"
|
|
101284
|
+
},
|
|
101285
|
+
"virtualHardDisks_SubnetIpConfigurationReference": {
|
|
101286
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualHardDisks.SubnetIpConfigurationReference",
|
|
101287
|
+
"kind": "property",
|
|
101288
|
+
"lexicon": "azure"
|
|
101289
|
+
},
|
|
101290
|
+
"virtualHardDisks_SubnetProperties": {
|
|
101291
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualHardDisks.SubnetProperties",
|
|
101292
|
+
"kind": "property",
|
|
101293
|
+
"lexicon": "azure"
|
|
101294
|
+
},
|
|
101295
|
+
"virtualHardDisks_UserAssignedIdentity": {
|
|
101296
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualHardDisks.UserAssignedIdentity",
|
|
101297
|
+
"kind": "property",
|
|
101298
|
+
"lexicon": "azure"
|
|
101299
|
+
},
|
|
101300
|
+
"virtualHardDisks_VirtualHardDiskProperties": {
|
|
101301
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualHardDisks.VirtualHardDiskProperties",
|
|
101302
|
+
"kind": "property",
|
|
101303
|
+
"lexicon": "azure"
|
|
101304
|
+
},
|
|
101305
|
+
"virtualHardDisks_VirtualMachineInstancePropertiesNetworkProfile": {
|
|
101306
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualHardDisks.VirtualMachineInstancePropertiesNetworkProfile",
|
|
101307
|
+
"kind": "property",
|
|
101308
|
+
"lexicon": "azure"
|
|
101309
|
+
},
|
|
101310
|
+
"virtualHardDisks_VirtualMachineInstancePropertiesStorageProfile": {
|
|
101311
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualHardDisks.VirtualMachineInstancePropertiesStorageProfile",
|
|
101312
|
+
"kind": "property",
|
|
101313
|
+
"lexicon": "azure"
|
|
101314
|
+
},
|
|
101315
|
+
"virtualHardDisks_VirtualMachineInstancePropertiesStorageProfileOsDisk": {
|
|
101316
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualHardDisks.VirtualMachineInstancePropertiesStorageProfileOsDisk",
|
|
101317
|
+
"kind": "property",
|
|
101318
|
+
"lexicon": "azure"
|
|
101319
|
+
},
|
|
101320
|
+
"virtualHardDisks_VirtualNetworkSubnetProperties": {
|
|
101321
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualHardDisks.VirtualNetworkSubnetProperties",
|
|
101322
|
+
"kind": "property",
|
|
101323
|
+
"lexicon": "azure"
|
|
101324
|
+
},
|
|
99906
101325
|
"virtualHubs": {
|
|
99907
101326
|
"resourceType": "Microsoft.Network/virtualHubs",
|
|
99908
101327
|
"kind": "resource",
|
|
@@ -102554,6 +103973,83 @@
|
|
|
102554
103973
|
"kind": "property",
|
|
102555
103974
|
"lexicon": "azure"
|
|
102556
103975
|
},
|
|
103976
|
+
"virtualNetworks_subnets": {
|
|
103977
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualNetworks_subnets",
|
|
103978
|
+
"kind": "resource",
|
|
103979
|
+
"lexicon": "azure",
|
|
103980
|
+
"apiVersion": "2026-04-01-preview",
|
|
103981
|
+
"attrs": {
|
|
103982
|
+
"id": "id"
|
|
103983
|
+
},
|
|
103984
|
+
"propertyConstraints": {
|
|
103985
|
+
"name": {
|
|
103986
|
+
"pattern": "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-._a-zA-Z0-9]{0,62}[a-zA-Z0-9]$"
|
|
103987
|
+
}
|
|
103988
|
+
},
|
|
103989
|
+
"resourceLevelFields": [
|
|
103990
|
+
"name"
|
|
103991
|
+
]
|
|
103992
|
+
},
|
|
103993
|
+
"virtualNetworks_subnets_ExtendedLocation": {
|
|
103994
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualNetworks_subnets.ExtendedLocation",
|
|
103995
|
+
"kind": "property",
|
|
103996
|
+
"lexicon": "azure"
|
|
103997
|
+
},
|
|
103998
|
+
"virtualNetworks_subnets_GalleryImageVersionStorageProfile": {
|
|
103999
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualNetworks_subnets.GalleryImageVersionStorageProfile",
|
|
104000
|
+
"kind": "property",
|
|
104001
|
+
"lexicon": "azure"
|
|
104002
|
+
},
|
|
104003
|
+
"virtualNetworks_subnets_ManagedServiceIdentity": {
|
|
104004
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualNetworks_subnets.ManagedServiceIdentity",
|
|
104005
|
+
"kind": "property",
|
|
104006
|
+
"lexicon": "azure"
|
|
104007
|
+
},
|
|
104008
|
+
"virtualNetworks_subnets_ManagedServiceIdentityUserAssignedIdentities": {
|
|
104009
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualNetworks_subnets.ManagedServiceIdentityUserAssignedIdentities",
|
|
104010
|
+
"kind": "property",
|
|
104011
|
+
"lexicon": "azure"
|
|
104012
|
+
},
|
|
104013
|
+
"virtualNetworks_subnets_SecurityRuleProperties": {
|
|
104014
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualNetworks_subnets.SecurityRuleProperties",
|
|
104015
|
+
"kind": "property",
|
|
104016
|
+
"lexicon": "azure"
|
|
104017
|
+
},
|
|
104018
|
+
"virtualNetworks_subnets_SubnetIpConfigurationReference": {
|
|
104019
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualNetworks_subnets.SubnetIpConfigurationReference",
|
|
104020
|
+
"kind": "property",
|
|
104021
|
+
"lexicon": "azure"
|
|
104022
|
+
},
|
|
104023
|
+
"virtualNetworks_subnets_SubnetProperties": {
|
|
104024
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualNetworks_subnets.SubnetProperties",
|
|
104025
|
+
"kind": "property",
|
|
104026
|
+
"lexicon": "azure"
|
|
104027
|
+
},
|
|
104028
|
+
"virtualNetworks_subnets_UserAssignedIdentity": {
|
|
104029
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualNetworks_subnets.UserAssignedIdentity",
|
|
104030
|
+
"kind": "property",
|
|
104031
|
+
"lexicon": "azure"
|
|
104032
|
+
},
|
|
104033
|
+
"virtualNetworks_subnets_VirtualMachineInstancePropertiesNetworkProfile": {
|
|
104034
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualNetworks_subnets.VirtualMachineInstancePropertiesNetworkProfile",
|
|
104035
|
+
"kind": "property",
|
|
104036
|
+
"lexicon": "azure"
|
|
104037
|
+
},
|
|
104038
|
+
"virtualNetworks_subnets_VirtualMachineInstancePropertiesStorageProfile": {
|
|
104039
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualNetworks_subnets.VirtualMachineInstancePropertiesStorageProfile",
|
|
104040
|
+
"kind": "property",
|
|
104041
|
+
"lexicon": "azure"
|
|
104042
|
+
},
|
|
104043
|
+
"virtualNetworks_subnets_VirtualMachineInstancePropertiesStorageProfileOsDisk": {
|
|
104044
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualNetworks_subnets.VirtualMachineInstancePropertiesStorageProfileOsDisk",
|
|
104045
|
+
"kind": "property",
|
|
104046
|
+
"lexicon": "azure"
|
|
104047
|
+
},
|
|
104048
|
+
"virtualNetworks_subnets_VirtualNetworkSubnetProperties": {
|
|
104049
|
+
"resourceType": "Microsoft.AzureStackHCI/virtualNetworks_subnets.VirtualNetworkSubnetProperties",
|
|
104050
|
+
"kind": "property",
|
|
104051
|
+
"lexicon": "azure"
|
|
104052
|
+
},
|
|
102557
104053
|
"virtualNetworks_virtualNetworkPeerings": {
|
|
102558
104054
|
"resourceType": "Microsoft.Network/virtualNetworks_virtualNetworkPeerings",
|
|
102559
104055
|
"kind": "resource",
|