@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.
Files changed (41) hide show
  1. package/dist/describe-resources.d.ts.map +1 -1
  2. package/dist/generated/index.d.ts +328 -87
  3. package/dist/generated/index.d.ts.map +1 -1
  4. package/dist/integrity.json +4 -4
  5. package/dist/manifest.json +1 -1
  6. package/dist/meta.json +1923 -427
  7. package/dist/okf/index.md +22 -5
  8. package/dist/okf/rules/AZR028.md +1 -0
  9. package/dist/okf/types/{snapshots.md → Akssnapshots.md} +3 -3
  10. package/dist/okf/types/AzureStackHCIloadBalancers.md +21 -0
  11. package/dist/okf/types/AzureStackHCInatGateways.md +22 -0
  12. package/dist/okf/types/AzureStackHCInetworkSecurityGroups_securityRules.md +19 -0
  13. package/dist/okf/types/AzureStackHCIsnapshots.md +21 -0
  14. package/dist/okf/types/AzureStackHCIstorageContainers.md +21 -0
  15. package/dist/okf/types/AzureStackHCIvirtualMachineInstances.md +21 -0
  16. package/dist/okf/types/AzureStackHCIvirtualMachineInstances_guestAgents.md +18 -0
  17. package/dist/okf/types/AzureStackHCIvirtualNetworks.md +22 -0
  18. package/dist/okf/types/{storageContainers.md → DiscoverystorageContainers.md} +3 -3
  19. package/dist/okf/types/{loadBalancers.md → KubernetesRuntimeloadBalancers.md} +3 -3
  20. package/dist/okf/types/{natGateways.md → NetworknatGateways.md} +4 -4
  21. package/dist/okf/types/{networkSecurityGroups_securityRules.md → NetworknetworkSecurityGroups_securityRules.md} +3 -3
  22. package/dist/okf/types/galleryImages.md +21 -0
  23. package/dist/okf/types/logicalNetworks.md +21 -0
  24. package/dist/okf/types/marketplaceGalleryImages.md +21 -0
  25. package/dist/okf/types/natGateways_inboundRules.md +19 -0
  26. package/dist/okf/types/networkInterfaces.md +25 -0
  27. package/dist/okf/types/networkSecurityGroups.md +22 -0
  28. package/dist/okf/types/publicIPAddresses.md +21 -0
  29. package/dist/okf/types/virtualHardDisks.md +21 -0
  30. package/dist/okf/types/virtualNetworks_subnets.md +19 -0
  31. package/dist/spec/api-versions.d.ts +12 -0
  32. package/dist/spec/api-versions.d.ts.map +1 -1
  33. package/dist/types/index.d.ts +3682 -946
  34. package/package.json +2 -2
  35. package/src/describe-resources.ts +8 -0
  36. package/src/generated/index.d.ts +3682 -946
  37. package/src/generated/index.ts +328 -87
  38. package/src/generated/lexicon-azure.json +1923 -427
  39. package/src/lifecycle-integration.test.ts +40 -0
  40. package/src/spec/api-versions.test.ts +16 -0
  41. package/src/spec/api-versions.ts +13 -0
package/dist/okf/index.md CHANGED
@@ -70,6 +70,7 @@ okf_version: '0.2'
70
70
  * [AiprivateLinkScopes_privateEndpointConnections](/types/AiprivateLinkScopes_privateEndpointConnections.md) - Microsoft.Insights/privateLinkScopes_privateEndpointConnections
71
71
  * [AksCluster](/types/AksCluster.md) - Microsoft.ContainerService/managedClusters
72
72
  * [Aksfleets](/types/Aksfleets.md) - Microsoft.ContainerService/fleets
73
+ * [Akssnapshots](/types/Akssnapshots.md) - Microsoft.ContainerService/snapshots
73
74
  * [amfDeployments](/types/amfDeployments.md) - Microsoft.MobilePacketCore/amfDeployments
74
75
  * [amlFilesystems](/types/amlFilesystems.md) - Microsoft.StorageCache/amlFilesystems
75
76
  * [amlFilesystems_autoExportJobs](/types/amlFilesystems_autoExportJobs.md) - Microsoft.StorageCache/amlFilesystems_autoExportJobs
@@ -167,6 +168,14 @@ okf_version: '0.2'
167
168
  * [AzurePlaywrightServiceaccounts](/types/AzurePlaywrightServiceaccounts.md) - Microsoft.AzurePlaywrightService/accounts
168
169
  * [AzureSpherecatalogs](/types/AzureSpherecatalogs.md) - Microsoft.AzureSphere/catalogs
169
170
  * [AzureStackHCIclusters](/types/AzureStackHCIclusters.md) - Microsoft.AzureStackHCI/clusters
171
+ * [AzureStackHCIloadBalancers](/types/AzureStackHCIloadBalancers.md) - Microsoft.AzureStackHCI/loadBalancers
172
+ * [AzureStackHCInatGateways](/types/AzureStackHCInatGateways.md) - Microsoft.AzureStackHCI/natGateways
173
+ * [AzureStackHCInetworkSecurityGroups_securityRules](/types/AzureStackHCInetworkSecurityGroups_securityRules.md) - Microsoft.AzureStackHCI/networkSecurityGroups_securityRules
174
+ * [AzureStackHCIsnapshots](/types/AzureStackHCIsnapshots.md) - Microsoft.AzureStackHCI/snapshots
175
+ * [AzureStackHCIstorageContainers](/types/AzureStackHCIstorageContainers.md) - Microsoft.AzureStackHCI/storageContainers
176
+ * [AzureStackHCIvirtualMachineInstances](/types/AzureStackHCIvirtualMachineInstances.md) - Microsoft.AzureStackHCI/virtualMachineInstances
177
+ * [AzureStackHCIvirtualMachineInstances_guestAgents](/types/AzureStackHCIvirtualMachineInstances_guestAgents.md) - Microsoft.AzureStackHCI/virtualMachineInstances_guestAgents
178
+ * [AzureStackHCIvirtualNetworks](/types/AzureStackHCIvirtualNetworks.md) - Microsoft.AzureStackHCI/virtualNetworks
170
179
  * [azureTrafficCollectors](/types/azureTrafficCollectors.md) - Microsoft.NetworkFunction/azureTrafficCollectors
171
180
  * [azureTrafficCollectors_collectorPolicies](/types/azureTrafficCollectors_collectorPolicies.md) - Microsoft.NetworkFunction/azureTrafficCollectors_collectorPolicies
172
181
  * [b2cDirectories](/types/b2cDirectories.md) - Microsoft.AzureActiveDirectory/b2cDirectories
@@ -475,6 +484,7 @@ okf_version: '0.2'
475
484
  * [disconnectedOperations](/types/disconnectedOperations.md) - Microsoft.Edge/disconnectedOperations
476
485
  * [disconnectedOperations_hardwareSettings](/types/disconnectedOperations_hardwareSettings.md) - Microsoft.Edge/disconnectedOperations_hardwareSettings
477
486
  * [discounts](/types/discounts.md) - Microsoft.BillingBenefits/discounts
487
+ * [DiscoverystorageContainers](/types/DiscoverystorageContainers.md) - Microsoft.Discovery/storageContainers
478
488
  * [Discoveryworkspaces](/types/Discoveryworkspaces.md) - Microsoft.Discovery/workspaces
479
489
  * [Discoveryworkspaces_privateEndpointConnections](/types/Discoveryworkspaces_privateEndpointConnections.md) - Microsoft.Discovery/workspaces_privateEndpointConnections
480
490
  * [diskPools](/types/diskPools.md) - Microsoft.StoragePool/diskPools
@@ -679,6 +689,7 @@ okf_version: '0.2'
679
689
  * [frontDoors](/types/frontDoors.md) - Microsoft.Network/frontDoors
680
690
  * [frontDoors_rulesEngines](/types/frontDoors_rulesEngines.md) - Microsoft.Network/frontDoors_rulesEngines
681
691
  * [FrontDoorWebApplicationFirewallPolicies](/types/FrontDoorWebApplicationFirewallPolicies.md) - Microsoft.Network/FrontDoorWebApplicationFirewallPolicies
692
+ * [galleryImages](/types/galleryImages.md) - Microsoft.AzureStackHCI/galleryImages
682
693
  * [garnetClusters](/types/garnetClusters.md) - Microsoft.DocumentDB/garnetClusters
683
694
  * [gateways_configConnections](/types/gateways_configConnections.md) - Microsoft.ApiManagement/gateways_configConnections
684
695
  * [gateways_hostnameBindings](/types/gateways_hostnameBindings.md) - Microsoft.ApiManagement/gateways_hostnameBindings
@@ -800,6 +811,7 @@ okf_version: '0.2'
800
811
  * [kubernetesClusters](/types/kubernetesClusters.md) - Microsoft.NetworkCloud/kubernetesClusters
801
812
  * [kubernetesClusters_agentPools](/types/kubernetesClusters_agentPools.md) - Microsoft.NetworkCloud/kubernetesClusters_agentPools
802
813
  * [kubernetesClusters_features](/types/kubernetesClusters_features.md) - Microsoft.NetworkCloud/kubernetesClusters_features
814
+ * [KubernetesRuntimeloadBalancers](/types/KubernetesRuntimeloadBalancers.md) - Microsoft.KubernetesRuntime/loadBalancers
803
815
  * [KubernetesRuntimeservices](/types/KubernetesRuntimeservices.md) - Microsoft.KubernetesRuntime/services
804
816
  * [Kustoclusters](/types/Kustoclusters.md) - Microsoft.Kusto/clusters
805
817
  * [Kustoclusters_privateEndpointConnections](/types/Kustoclusters_privateEndpointConnections.md) - Microsoft.Kusto/clusters_privateEndpointConnections
@@ -841,7 +853,6 @@ okf_version: '0.2'
841
853
  * [lightsailInstances](/types/lightsailInstances.md) - Microsoft.AwsConnector/lightsailInstances
842
854
  * [linkers](/types/linkers.md) - Microsoft.ServiceLinker/linkers
843
855
  * [LoadBalancer](/types/LoadBalancer.md) - Microsoft.Network/loadBalancers
844
- * [loadBalancers](/types/loadBalancers.md) - Microsoft.KubernetesRuntime/loadBalancers
845
856
  * [loadBalancers_backendAddressPools](/types/loadBalancers_backendAddressPools.md) - Microsoft.Network/loadBalancers_backendAddressPools
846
857
  * [loadBalancers_inboundNatRules](/types/loadBalancers_inboundNatRules.md) - Microsoft.Network/loadBalancers_inboundNatRules
847
858
  * [loadTestMappings](/types/loadTestMappings.md) - Microsoft.LoadTestService/loadTestMappings
@@ -854,6 +865,7 @@ okf_version: '0.2'
854
865
  * [locations_instanceFailoverGroups](/types/locations_instanceFailoverGroups.md) - Microsoft.Sql/locations_instanceFailoverGroups
855
866
  * [locations_serverTrustGroups](/types/locations_serverTrustGroups.md) - Microsoft.Sql/locations_serverTrustGroups
856
867
  * [LogAnalyticsWorkspace](/types/LogAnalyticsWorkspace.md) - Microsoft.OperationalInsights/workspaces
868
+ * [logicalNetworks](/types/logicalNetworks.md) - Microsoft.AzureStackHCI/logicalNetworks
857
869
  * [Logicworkflows](/types/Logicworkflows.md) - Microsoft.Logic/workflows
858
870
  * [logsLogGroups](/types/logsLogGroups.md) - Microsoft.AwsConnector/logsLogGroups
859
871
  * [logsLogStreams](/types/logsLogStreams.md) - Microsoft.AwsConnector/logsLogStreams
@@ -957,6 +969,7 @@ okf_version: '0.2'
957
969
  * [maps_discoverySources](/types/maps_discoverySources.md) - Microsoft.DependencyMap/maps_discoverySources
958
970
  * [Mapsaccounts](/types/Mapsaccounts.md) - Microsoft.Maps/accounts
959
971
  * [Mapsaccounts_privateEndpointConnections](/types/Mapsaccounts_privateEndpointConnections.md) - Microsoft.Maps/accounts_privateEndpointConnections
972
+ * [marketplaceGalleryImages](/types/marketplaceGalleryImages.md) - Microsoft.AzureStackHCI/marketplaceGalleryImages
960
973
  * [masterSites](/types/masterSites.md) - Microsoft.OffAzure/masterSites
961
974
  * [masterSites_privateEndpointConnections](/types/masterSites_privateEndpointConnections.md) - Microsoft.OffAzure/masterSites_privateEndpointConnections
962
975
  * [masterSites_sqlSites](/types/masterSites_sqlSites.md) - Microsoft.OffAzure/masterSites_sqlSites
@@ -1028,7 +1041,7 @@ okf_version: '0.2'
1028
1041
  * [namespaces_topicSpaces](/types/namespaces_topicSpaces.md) - Microsoft.EventGrid/namespaces_topicSpaces
1029
1042
  * [namespaces_wcfRelays](/types/namespaces_wcfRelays.md) - Microsoft.Relay/namespaces_wcfRelays
1030
1043
  * [namespaces_wcfRelays_authorizationRules](/types/namespaces_wcfRelays_authorizationRules.md) - Microsoft.Relay/namespaces_wcfRelays_authorizationRules
1031
- * [natGateways](/types/natGateways.md) - Microsoft.Network/natGateways
1044
+ * [natGateways_inboundRules](/types/natGateways_inboundRules.md) - Microsoft.AzureStackHCI/natGateways_inboundRules
1032
1045
  * [neighborGroups](/types/neighborGroups.md) - Microsoft.ManagedNetworkFabric/neighborGroups
1033
1046
  * [netAppAccounts](/types/netAppAccounts.md) - Microsoft.NetApp/netAppAccounts
1034
1047
  * [netAppAccounts_backupPolicies](/types/netAppAccounts_backupPolicies.md) - Microsoft.NetApp/netAppAccounts_backupPolicies
@@ -1062,6 +1075,7 @@ okf_version: '0.2'
1062
1075
  * [networkFirewallRuleGroups](/types/networkFirewallRuleGroups.md) - Microsoft.AwsConnector/networkFirewallRuleGroups
1063
1076
  * [networkFunctions](/types/networkFunctions.md) - Microsoft.HybridNetwork/networkFunctions
1064
1077
  * [NetworkInterface](/types/NetworkInterface.md) - Microsoft.Network/networkInterfaces
1078
+ * [networkInterfaces](/types/networkInterfaces.md) - Microsoft.AzureStackHCI/networkInterfaces
1065
1079
  * [networkInterfaces_tapConfigurations](/types/networkInterfaces_tapConfigurations.md) - Microsoft.Network/networkInterfaces_tapConfigurations
1066
1080
  * [networkManagers](/types/networkManagers.md) - Microsoft.Network/networkManagers
1067
1081
  * [networkManagers_commits](/types/networkManagers_commits.md) - Microsoft.Network/networkManagers_commits
@@ -1084,12 +1098,14 @@ okf_version: '0.2'
1084
1098
  * [networkManagers_verifierWorkspaces_reachabilityAnalysisIntents](/types/networkManagers_verifierWorkspaces_reachabilityAnalysisIntents.md) - Microsoft.Network/networkManagers_verifierWorkspaces_reachabilityAnalysisIntents
1085
1099
  * [networkManagers_verifierWorkspaces_reachabilityAnalysisRuns](/types/networkManagers_verifierWorkspaces_reachabilityAnalysisRuns.md) - Microsoft.Network/networkManagers_verifierWorkspaces_reachabilityAnalysisRuns
1086
1100
  * [networkMonitors](/types/networkMonitors.md) - Microsoft.ManagedNetworkFabric/networkMonitors
1101
+ * [NetworknatGateways](/types/NetworknatGateways.md) - Microsoft.Network/natGateways
1102
+ * [NetworknetworkSecurityGroups_securityRules](/types/NetworknetworkSecurityGroups_securityRules.md) - Microsoft.Network/networkSecurityGroups_securityRules
1087
1103
  * [networkPacketBrokers](/types/networkPacketBrokers.md) - Microsoft.ManagedNetworkFabric/networkPacketBrokers
1088
1104
  * [networkProfiles](/types/networkProfiles.md) - Microsoft.Network/networkProfiles
1089
1105
  * [networkRacks](/types/networkRacks.md) - Microsoft.ManagedNetworkFabric/networkRacks
1090
1106
  * [networks](/types/networks.md) - Microsoft.ServiceFabricMesh/networks
1091
1107
  * [NetworkSecurityGroup](/types/NetworkSecurityGroup.md) - Microsoft.Network/networkSecurityGroups
1092
- * [networkSecurityGroups_securityRules](/types/networkSecurityGroups_securityRules.md) - Microsoft.Network/networkSecurityGroups_securityRules
1108
+ * [networkSecurityGroups](/types/networkSecurityGroups.md) - Microsoft.AzureStackHCI/networkSecurityGroups
1093
1109
  * [networkSecurityPerimeters](/types/networkSecurityPerimeters.md) - Microsoft.Network/networkSecurityPerimeters
1094
1110
  * [networkSecurityPerimeters_links](/types/networkSecurityPerimeters_links.md) - Microsoft.Network/networkSecurityPerimeters_links
1095
1111
  * [networkSecurityPerimeters_loggingConfigurations](/types/networkSecurityPerimeters_loggingConfigurations.md) - Microsoft.Network/networkSecurityPerimeters_loggingConfigurations
@@ -1238,6 +1254,7 @@ okf_version: '0.2'
1238
1254
  * [proximityPlacementGroups](/types/proximityPlacementGroups.md) - Microsoft.Compute/proximityPlacementGroups
1239
1255
  * [publicCloudConnectors](/types/publicCloudConnectors.md) - Microsoft.HybridConnectivity/publicCloudConnectors
1240
1256
  * [PublicIPAddress](/types/PublicIPAddress.md) - Microsoft.Network/publicIPAddresses
1257
+ * [publicIPAddresses](/types/publicIPAddresses.md) - Microsoft.AzureStackHCI/publicIPAddresses
1241
1258
  * [publicIPPrefixes](/types/publicIPPrefixes.md) - Microsoft.Network/publicIPPrefixes
1242
1259
  * [publishers](/types/publishers.md) - Microsoft.HybridNetwork/publishers
1243
1260
  * [publishers_artifactStores](/types/publishers_artifactStores.md) - Microsoft.HybridNetwork/publishers_artifactStores
@@ -1644,7 +1661,6 @@ okf_version: '0.2'
1644
1661
  * [sites_virtualNetworkConnections_gateways](/types/sites_virtualNetworkConnections_gateways.md) - Microsoft.Web/sites_virtualNetworkConnections_gateways
1645
1662
  * [skus](/types/skus.md) - Microsoft.HybridContainerService/skus
1646
1663
  * [smfDeployments](/types/smfDeployments.md) - Microsoft.MobilePacketCore/smfDeployments
1647
- * [snapshots](/types/snapshots.md) - Microsoft.ContainerService/snapshots
1648
1664
  * [snsSubscriptions](/types/snsSubscriptions.md) - Microsoft.AwsConnector/snsSubscriptions
1649
1665
  * [snsTopics](/types/snsTopics.md) - Microsoft.AwsConnector/snsTopics
1650
1666
  * [solutionConfigurations](/types/solutionConfigurations.md) - Microsoft.HybridConnectivity/solutionConfigurations
@@ -1752,7 +1768,6 @@ okf_version: '0.2'
1752
1768
  * [StorageActionsstorageTasks](/types/StorageActionsstorageTasks.md) - Microsoft.StorageActions/storageTasks
1753
1769
  * [storageAppliances](/types/storageAppliances.md) - Microsoft.NetworkCloud/storageAppliances
1754
1770
  * [storageClasses](/types/storageClasses.md) - Microsoft.KubernetesRuntime/storageClasses
1755
- * [storageContainers](/types/storageContainers.md) - Microsoft.Discovery/storageContainers
1756
1771
  * [storageContainers_storageAssets](/types/storageContainers_storageAssets.md) - Microsoft.Discovery/storageContainers_storageAssets
1757
1772
  * [storageDiscoveryWorkspaces](/types/storageDiscoveryWorkspaces.md) - Microsoft.StorageDiscovery/storageDiscoveryWorkspaces
1758
1773
  * [storageMovers](/types/storageMovers.md) - Microsoft.StorageMover/storageMovers
@@ -1852,6 +1867,7 @@ okf_version: '0.2'
1852
1867
  * [virtualEnclaves](/types/virtualEnclaves.md) - Microsoft.Mission/virtualEnclaves
1853
1868
  * [virtualEnclaves_enclaveEndpoints](/types/virtualEnclaves_enclaveEndpoints.md) - Microsoft.Mission/virtualEnclaves_enclaveEndpoints
1854
1869
  * [virtualEnclaves_workloads](/types/virtualEnclaves_workloads.md) - Microsoft.Mission/virtualEnclaves_workloads
1870
+ * [virtualHardDisks](/types/virtualHardDisks.md) - Microsoft.AzureStackHCI/virtualHardDisks
1855
1871
  * [virtualHubs](/types/virtualHubs.md) - Microsoft.Network/virtualHubs
1856
1872
  * [virtualHubs_bgpConnections](/types/virtualHubs_bgpConnections.md) - Microsoft.Network/virtualHubs_bgpConnections
1857
1873
  * [virtualHubs_connectionPolicies](/types/virtualHubs_connectionPolicies.md) - Microsoft.Network/virtualHubs_connectionPolicies
@@ -1873,6 +1889,7 @@ okf_version: '0.2'
1873
1889
  * [virtualNetworkAppliances](/types/virtualNetworkAppliances.md) - Microsoft.Network/virtualNetworkAppliances
1874
1890
  * [virtualNetworkGateways](/types/virtualNetworkGateways.md) - Microsoft.Network/virtualNetworkGateways
1875
1891
  * [virtualNetworkGateways_natRules](/types/virtualNetworkGateways_natRules.md) - Microsoft.Network/virtualNetworkGateways_natRules
1892
+ * [virtualNetworks_subnets](/types/virtualNetworks_subnets.md) - Microsoft.AzureStackHCI/virtualNetworks_subnets
1876
1893
  * [virtualNetworks_virtualNetworkPeerings](/types/virtualNetworks_virtualNetworkPeerings.md) - Microsoft.Network/virtualNetworks_virtualNetworkPeerings
1877
1894
  * [virtualNetworkTaps](/types/virtualNetworkTaps.md) - Microsoft.Network/virtualNetworkTaps
1878
1895
  * [virtualRouters](/types/virtualRouters.md) - Microsoft.Network/virtualRouters
@@ -13,4 +13,5 @@ Network interface missing NSG — associate an NSG to control network traffic
13
13
  ## Applies to
14
14
 
15
15
  - [NetworkInterface](/types/NetworkInterface.md)
16
+ - [networkInterfaces](/types/networkInterfaces.md)
16
17
  - [resources](/types/resources.md)
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  type: resource-type
3
- title: snapshots
3
+ title: Akssnapshots
4
4
  description: azure resource type Microsoft.ContainerService/snapshots
5
- name: snapshots
5
+ name: Akssnapshots
6
6
  lexicon: azure
7
7
  resource_type: Microsoft.ContainerService/snapshots
8
8
  ---
@@ -12,7 +12,7 @@ resource_type: Microsoft.ContainerService/snapshots
12
12
 
13
13
  - `location` (`string`, required): The geo-location where the resource lives
14
14
  - `name` (`string`, required): The resource name
15
- - `properties` (`snapshots_SnapshotProperties`, required): Properties of a snapshot.
15
+ - `properties` (`Akssnapshots_SnapshotProperties`, required): Properties of a snapshot.
16
16
  - `tags` (`Record<string, unknown>`, optional): Resource tags.
17
17
 
18
18
  ## Attributes
@@ -0,0 +1,21 @@
1
+ ---
2
+ type: resource-type
3
+ title: AzureStackHCIloadBalancers
4
+ description: azure resource type Microsoft.AzureStackHCI/loadBalancers
5
+ name: AzureStackHCIloadBalancers
6
+ lexicon: azure
7
+ resource_type: Microsoft.AzureStackHCI/loadBalancers
8
+ ---
9
+ `Microsoft.AzureStackHCI/loadBalancers`, a resource type of the azure lexicon.
10
+
11
+ ## Properties
12
+
13
+ - `location` (`string`, required): The geo-location where the resource lives
14
+ - `name` (`string`, required): The resource name
15
+ - `properties` (`AzureStackHCIloadBalancers_LoadBalancerProperties`, required): The resource-specific properties for this resource.
16
+ - `extendedLocation` (`AzureStackHCIloadBalancers_ExtendedLocation`, optional): The extendedLocation of the resource.
17
+ - `tags` (`Record<string, unknown>`, optional): Resource tags.
18
+
19
+ ## Attributes
20
+
21
+ - `id`
@@ -0,0 +1,22 @@
1
+ ---
2
+ type: resource-type
3
+ title: AzureStackHCInatGateways
4
+ description: azure resource type Microsoft.AzureStackHCI/natGateways
5
+ name: AzureStackHCInatGateways
6
+ lexicon: azure
7
+ resource_type: Microsoft.AzureStackHCI/natGateways
8
+ ---
9
+ `Microsoft.AzureStackHCI/natGateways`, a resource type of the azure lexicon.
10
+
11
+ ## Properties
12
+
13
+ - `location` (`string`, required): The geo-location where the resource lives
14
+ - `name` (`string`, required): The resource name
15
+ - `properties` (`AzureStackHCInatGateways_NatGatewayProperties`, required): The resource-specific properties for this resource.
16
+ - `extendedLocation` (`AzureStackHCInatGateways_ExtendedLocation`, optional): The extendedLocation of the resource.
17
+ - `resources` (`any[]`, optional)
18
+ - `tags` (`Record<string, unknown>`, optional): Resource tags.
19
+
20
+ ## Attributes
21
+
22
+ - `id`
@@ -0,0 +1,19 @@
1
+ ---
2
+ type: resource-type
3
+ title: AzureStackHCInetworkSecurityGroups_securityRules
4
+ description: azure resource type Microsoft.AzureStackHCI/networkSecurityGroups_securityRules
5
+ name: AzureStackHCInetworkSecurityGroups_securityRules
6
+ lexicon: azure
7
+ resource_type: Microsoft.AzureStackHCI/networkSecurityGroups_securityRules
8
+ ---
9
+ `Microsoft.AzureStackHCI/networkSecurityGroups_securityRules`, a resource type of the azure lexicon.
10
+
11
+ ## Properties
12
+
13
+ - `name` (`string`, required): The resource name
14
+ - `properties` (`AzureStackHCInetworkSecurityGroups_securityRules_SecurityRuleProperties`, required): The resource-specific properties for this resource.
15
+ - `extendedLocation` (`AzureStackHCInetworkSecurityGroups_securityRules_ExtendedLocation`, optional): The extendedLocation of the resource.
16
+
17
+ ## Attributes
18
+
19
+ - `id`
@@ -0,0 +1,21 @@
1
+ ---
2
+ type: resource-type
3
+ title: AzureStackHCIsnapshots
4
+ description: azure resource type Microsoft.AzureStackHCI/snapshots
5
+ name: AzureStackHCIsnapshots
6
+ lexicon: azure
7
+ resource_type: Microsoft.AzureStackHCI/snapshots
8
+ ---
9
+ `Microsoft.AzureStackHCI/snapshots`, a resource type of the azure lexicon.
10
+
11
+ ## Properties
12
+
13
+ - `location` (`string`, required): The geo-location where the resource lives
14
+ - `name` (`string`, required): The resource name
15
+ - `properties` (`AzureStackHCIsnapshots_SnapshotProperties`, required): The resource-specific properties for this resource.
16
+ - `extendedLocation` (`AzureStackHCIsnapshots_ExtendedLocation`, optional): The extendedLocation of the resource.
17
+ - `tags` (`Record<string, unknown>`, optional): Resource tags.
18
+
19
+ ## Attributes
20
+
21
+ - `id`
@@ -0,0 +1,21 @@
1
+ ---
2
+ type: resource-type
3
+ title: AzureStackHCIstorageContainers
4
+ description: azure resource type Microsoft.AzureStackHCI/storageContainers
5
+ name: AzureStackHCIstorageContainers
6
+ lexicon: azure
7
+ resource_type: Microsoft.AzureStackHCI/storageContainers
8
+ ---
9
+ `Microsoft.AzureStackHCI/storageContainers`, a resource type of the azure lexicon.
10
+
11
+ ## Properties
12
+
13
+ - `location` (`string`, required): The geo-location where the resource lives
14
+ - `name` (`string`, required): The resource name
15
+ - `properties` (`AzureStackHCIstorageContainers_StorageContainerProperties`, required): The resource-specific properties for this resource.
16
+ - `extendedLocation` (`AzureStackHCIstorageContainers_ExtendedLocation`, optional): The extendedLocation of the resource.
17
+ - `tags` (`Record<string, unknown>`, optional): Resource tags.
18
+
19
+ ## Attributes
20
+
21
+ - `id`
@@ -0,0 +1,21 @@
1
+ ---
2
+ type: resource-type
3
+ title: AzureStackHCIvirtualMachineInstances
4
+ description: azure resource type Microsoft.AzureStackHCI/virtualMachineInstances
5
+ name: AzureStackHCIvirtualMachineInstances
6
+ lexicon: azure
7
+ resource_type: Microsoft.AzureStackHCI/virtualMachineInstances
8
+ ---
9
+ `Microsoft.AzureStackHCI/virtualMachineInstances`, a resource type of the azure lexicon.
10
+
11
+ ## Properties
12
+
13
+ - `name` (`"default"`, required): The resource name
14
+ - `properties` (`AzureStackHCIvirtualMachineInstances_VirtualMachineInstanceProperties`, required): The resource-specific properties for this resource.
15
+ - `extendedLocation` (`AzureStackHCIvirtualMachineInstances_ExtendedLocation`, optional): The extendedLocation of the resource.
16
+ - `identity` (`AzureStackHCIvirtualMachineInstances_ManagedServiceIdentity`, optional): The managed service identities assigned to this resource.
17
+ - `resources` (`any[]`, optional)
18
+
19
+ ## Attributes
20
+
21
+ - `id`
@@ -0,0 +1,18 @@
1
+ ---
2
+ type: resource-type
3
+ title: AzureStackHCIvirtualMachineInstances_guestAgents
4
+ description: azure resource type Microsoft.AzureStackHCI/virtualMachineInstances_guestAgents
5
+ name: AzureStackHCIvirtualMachineInstances_guestAgents
6
+ lexicon: azure
7
+ resource_type: Microsoft.AzureStackHCI/virtualMachineInstances_guestAgents
8
+ ---
9
+ `Microsoft.AzureStackHCI/virtualMachineInstances_guestAgents`, a resource type of the azure lexicon.
10
+
11
+ ## Properties
12
+
13
+ - `name` (`string`, required): The resource name
14
+ - `properties` (`AzureStackHCIvirtualMachineInstances_guestAgents_GuestAgentProperties`, required): The resource-specific properties for this resource.
15
+
16
+ ## Attributes
17
+
18
+ - `id`
@@ -0,0 +1,22 @@
1
+ ---
2
+ type: resource-type
3
+ title: AzureStackHCIvirtualNetworks
4
+ description: azure resource type Microsoft.AzureStackHCI/virtualNetworks
5
+ name: AzureStackHCIvirtualNetworks
6
+ lexicon: azure
7
+ resource_type: Microsoft.AzureStackHCI/virtualNetworks
8
+ ---
9
+ `Microsoft.AzureStackHCI/virtualNetworks`, a resource type of the azure lexicon.
10
+
11
+ ## Properties
12
+
13
+ - `location` (`string`, required): The geo-location where the resource lives
14
+ - `name` (`string`, required): The resource name
15
+ - `properties` (`AzureStackHCIvirtualNetworks_VirtualNetworkProperties`, required): The resource-specific properties for this resource.
16
+ - `extendedLocation` (`AzureStackHCIvirtualNetworks_ExtendedLocation`, optional): The extendedLocation of the resource.
17
+ - `resources` (`any[]`, optional)
18
+ - `tags` (`Record<string, unknown>`, optional): Resource tags.
19
+
20
+ ## Attributes
21
+
22
+ - `id`
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  type: resource-type
3
- title: storageContainers
3
+ title: DiscoverystorageContainers
4
4
  description: azure resource type Microsoft.Discovery/storageContainers
5
- name: storageContainers
5
+ name: DiscoverystorageContainers
6
6
  lexicon: azure
7
7
  resource_type: Microsoft.Discovery/storageContainers
8
8
  ---
@@ -11,7 +11,7 @@ resource_type: Microsoft.Discovery/storageContainers
11
11
  ## Properties
12
12
 
13
13
  - `name` (`string`, required): The name of the StorageContainer
14
- - `properties` (`storageContainers_StorageContainerProperties`, required): The resource-specific properties for this resource.
14
+ - `properties` (`DiscoverystorageContainers_StorageContainerProperties`, required): The resource-specific properties for this resource.
15
15
  - `location` (`string`, optional): The geo-location where the resource lives
16
16
  - `resources` (`any[]`, optional)
17
17
  - `tags` (`Record<string, unknown>`, optional): Resource tags.
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  type: resource-type
3
- title: loadBalancers
3
+ title: KubernetesRuntimeloadBalancers
4
4
  description: azure resource type Microsoft.KubernetesRuntime/loadBalancers
5
- name: loadBalancers
5
+ name: KubernetesRuntimeloadBalancers
6
6
  lexicon: azure
7
7
  resource_type: Microsoft.KubernetesRuntime/loadBalancers
8
8
  ---
@@ -11,7 +11,7 @@ resource_type: Microsoft.KubernetesRuntime/loadBalancers
11
11
  ## Properties
12
12
 
13
13
  - `name` (`string`, required): The name of the LoadBalancer
14
- - `properties` (`loadBalancers_LoadBalancerProperties`, required): The resource-specific properties for this resource.
14
+ - `properties` (`KubernetesRuntimeloadBalancers_LoadBalancerProperties`, required): The resource-specific properties for this resource.
15
15
 
16
16
  ## Attributes
17
17
 
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  type: resource-type
3
- title: natGateways
3
+ title: NetworknatGateways
4
4
  description: azure resource type Microsoft.Network/natGateways
5
- name: natGateways
5
+ name: NetworknatGateways
6
6
  lexicon: azure
7
7
  resource_type: Microsoft.Network/natGateways
8
8
  ---
@@ -11,10 +11,10 @@ resource_type: Microsoft.Network/natGateways
11
11
  ## Properties
12
12
 
13
13
  - `name` (`string`, required): The name of the nat gateway.
14
- - `properties` (`natGateways_CommonNatGatewayPropertiesFormat`, required): Nat Gateway properties.
14
+ - `properties` (`NetworknatGateways_CommonNatGatewayPropertiesFormat`, required): Nat Gateway properties.
15
15
  - `id` (`string`, optional): Resource ID.
16
16
  - `location` (`string`, optional): Resource location.
17
- - `sku` (`natGateways_CommonNatGatewaySku`, optional): The nat gateway SKU.
17
+ - `sku` (`NetworknatGateways_CommonNatGatewaySku`, optional): The nat gateway SKU.
18
18
  - `tags` (`Record<string, unknown>`, optional): Resource tags.
19
19
  - `zones` (`string[]`, optional): A list of availability zones denoting the zone in which Nat Gateway should be deployed.
20
20
 
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  type: resource-type
3
- title: networkSecurityGroups_securityRules
3
+ title: NetworknetworkSecurityGroups_securityRules
4
4
  description: azure resource type Microsoft.Network/networkSecurityGroups_securityRules
5
- name: networkSecurityGroups_securityRules
5
+ name: NetworknetworkSecurityGroups_securityRules
6
6
  lexicon: azure
7
7
  resource_type: Microsoft.Network/networkSecurityGroups_securityRules
8
8
  ---
@@ -11,7 +11,7 @@ resource_type: Microsoft.Network/networkSecurityGroups_securityRules
11
11
  ## Properties
12
12
 
13
13
  - `name` (`string`, required): The name of the security rule.
14
- - `properties` (`networkSecurityGroups_securityRules_CommonSecurityRulePropertiesFormat`, required): Properties of the security rule.
14
+ - `properties` (`NetworknetworkSecurityGroups_securityRules_CommonSecurityRulePropertiesFormat`, required): Properties of the security rule.
15
15
  - `id` (`string`, optional): Resource ID.
16
16
 
17
17
  ## Attributes
@@ -0,0 +1,21 @@
1
+ ---
2
+ type: resource-type
3
+ title: galleryImages
4
+ description: azure resource type Microsoft.AzureStackHCI/galleryImages
5
+ name: galleryImages
6
+ lexicon: azure
7
+ resource_type: Microsoft.AzureStackHCI/galleryImages
8
+ ---
9
+ `Microsoft.AzureStackHCI/galleryImages`, a resource type of the azure lexicon.
10
+
11
+ ## Properties
12
+
13
+ - `location` (`string`, required): The geo-location where the resource lives
14
+ - `name` (`string`, required): The resource name
15
+ - `properties` (`galleryImages_GalleryImageProperties`, required): The resource-specific properties for this resource.
16
+ - `extendedLocation` (`galleryImages_ExtendedLocation`, optional): The extendedLocation of the resource.
17
+ - `tags` (`Record<string, unknown>`, optional): Resource tags.
18
+
19
+ ## Attributes
20
+
21
+ - `id`
@@ -0,0 +1,21 @@
1
+ ---
2
+ type: resource-type
3
+ title: logicalNetworks
4
+ description: azure resource type Microsoft.AzureStackHCI/logicalNetworks
5
+ name: logicalNetworks
6
+ lexicon: azure
7
+ resource_type: Microsoft.AzureStackHCI/logicalNetworks
8
+ ---
9
+ `Microsoft.AzureStackHCI/logicalNetworks`, a resource type of the azure lexicon.
10
+
11
+ ## Properties
12
+
13
+ - `location` (`string`, required): The geo-location where the resource lives
14
+ - `name` (`string`, required): The resource name
15
+ - `properties` (`logicalNetworks_LogicalNetworkProperties`, required): The resource-specific properties for this resource.
16
+ - `extendedLocation` (`logicalNetworks_ExtendedLocation`, optional): The extendedLocation of the resource.
17
+ - `tags` (`Record<string, unknown>`, optional): Resource tags.
18
+
19
+ ## Attributes
20
+
21
+ - `id`
@@ -0,0 +1,21 @@
1
+ ---
2
+ type: resource-type
3
+ title: marketplaceGalleryImages
4
+ description: azure resource type Microsoft.AzureStackHCI/marketplaceGalleryImages
5
+ name: marketplaceGalleryImages
6
+ lexicon: azure
7
+ resource_type: Microsoft.AzureStackHCI/marketplaceGalleryImages
8
+ ---
9
+ `Microsoft.AzureStackHCI/marketplaceGalleryImages`, a resource type of the azure lexicon.
10
+
11
+ ## Properties
12
+
13
+ - `location` (`string`, required): The geo-location where the resource lives
14
+ - `name` (`string`, required): The resource name
15
+ - `properties` (`marketplaceGalleryImages_MarketplaceGalleryImageProperties`, required): The resource-specific properties for this resource.
16
+ - `extendedLocation` (`marketplaceGalleryImages_ExtendedLocation`, optional): The extendedLocation of the resource.
17
+ - `tags` (`Record<string, unknown>`, optional): Resource tags.
18
+
19
+ ## Attributes
20
+
21
+ - `id`
@@ -0,0 +1,19 @@
1
+ ---
2
+ type: resource-type
3
+ title: natGateways_inboundRules
4
+ description: azure resource type Microsoft.AzureStackHCI/natGateways_inboundRules
5
+ name: natGateways_inboundRules
6
+ lexicon: azure
7
+ resource_type: Microsoft.AzureStackHCI/natGateways_inboundRules
8
+ ---
9
+ `Microsoft.AzureStackHCI/natGateways_inboundRules`, a resource type of the azure lexicon.
10
+
11
+ ## Properties
12
+
13
+ - `name` (`string`, required): The resource name
14
+ - `properties` (`natGateways_inboundRules_InboundRuleProperties`, required): The resource-specific properties for this resource.
15
+ - `extendedLocation` (`natGateways_inboundRules_ExtendedLocation`, optional): The extendedLocation of the resource.
16
+
17
+ ## Attributes
18
+
19
+ - `id`
@@ -0,0 +1,25 @@
1
+ ---
2
+ type: resource-type
3
+ title: networkInterfaces
4
+ description: azure resource type Microsoft.AzureStackHCI/networkInterfaces
5
+ name: networkInterfaces
6
+ lexicon: azure
7
+ resource_type: Microsoft.AzureStackHCI/networkInterfaces
8
+ ---
9
+ `Microsoft.AzureStackHCI/networkInterfaces`, a resource type of the azure lexicon.
10
+
11
+ ## Properties
12
+
13
+ - `location` (`string`, required): The geo-location where the resource lives
14
+ - `name` (`string`, required): The resource name
15
+ - `properties` (`networkInterfaces_NetworkInterfaceProperties`, required): The resource-specific properties for this resource.
16
+ - `extendedLocation` (`networkInterfaces_ExtendedLocation`, optional): The extendedLocation of the resource.
17
+ - `tags` (`Record<string, unknown>`, optional): Resource tags.
18
+
19
+ ## Attributes
20
+
21
+ - `id`
22
+
23
+ ## Governed by
24
+
25
+ - [AZR028](/rules/AZR028.md): Network interface missing NSG — associate an NSG to control network traffic
@@ -0,0 +1,22 @@
1
+ ---
2
+ type: resource-type
3
+ title: networkSecurityGroups
4
+ description: azure resource type Microsoft.AzureStackHCI/networkSecurityGroups
5
+ name: networkSecurityGroups
6
+ lexicon: azure
7
+ resource_type: Microsoft.AzureStackHCI/networkSecurityGroups
8
+ ---
9
+ `Microsoft.AzureStackHCI/networkSecurityGroups`, a resource type of the azure lexicon.
10
+
11
+ ## Properties
12
+
13
+ - `location` (`string`, required): The geo-location where the resource lives
14
+ - `name` (`string`, required): The resource name
15
+ - `properties` (`networkSecurityGroups_NetworkSecurityGroupProperties`, required): The resource-specific properties for this resource.
16
+ - `extendedLocation` (`networkSecurityGroups_ExtendedLocation`, optional): The extendedLocation of the resource.
17
+ - `resources` (`any[]`, optional)
18
+ - `tags` (`Record<string, unknown>`, optional): Resource tags.
19
+
20
+ ## Attributes
21
+
22
+ - `id`
@@ -0,0 +1,21 @@
1
+ ---
2
+ type: resource-type
3
+ title: publicIPAddresses
4
+ description: azure resource type Microsoft.AzureStackHCI/publicIPAddresses
5
+ name: publicIPAddresses
6
+ lexicon: azure
7
+ resource_type: Microsoft.AzureStackHCI/publicIPAddresses
8
+ ---
9
+ `Microsoft.AzureStackHCI/publicIPAddresses`, a resource type of the azure lexicon.
10
+
11
+ ## Properties
12
+
13
+ - `location` (`string`, required): The geo-location where the resource lives
14
+ - `name` (`string`, required): The resource name
15
+ - `properties` (`publicIPAddresses_PublicIPAddressProperties`, required): The resource-specific properties for this resource.
16
+ - `extendedLocation` (`publicIPAddresses_ExtendedLocation`, optional): The extendedLocation of the resource.
17
+ - `tags` (`Record<string, unknown>`, optional): Resource tags.
18
+
19
+ ## Attributes
20
+
21
+ - `id`
@@ -0,0 +1,21 @@
1
+ ---
2
+ type: resource-type
3
+ title: virtualHardDisks
4
+ description: azure resource type Microsoft.AzureStackHCI/virtualHardDisks
5
+ name: virtualHardDisks
6
+ lexicon: azure
7
+ resource_type: Microsoft.AzureStackHCI/virtualHardDisks
8
+ ---
9
+ `Microsoft.AzureStackHCI/virtualHardDisks`, a resource type of the azure lexicon.
10
+
11
+ ## Properties
12
+
13
+ - `location` (`string`, required): The geo-location where the resource lives
14
+ - `name` (`string`, required): The resource name
15
+ - `properties` (`virtualHardDisks_VirtualHardDiskProperties`, required): The resource-specific properties for this resource.
16
+ - `extendedLocation` (`virtualHardDisks_ExtendedLocation`, optional): The extendedLocation of the resource.
17
+ - `tags` (`Record<string, unknown>`, optional): Resource tags.
18
+
19
+ ## Attributes
20
+
21
+ - `id`
@@ -0,0 +1,19 @@
1
+ ---
2
+ type: resource-type
3
+ title: virtualNetworks_subnets
4
+ description: azure resource type Microsoft.AzureStackHCI/virtualNetworks_subnets
5
+ name: virtualNetworks_subnets
6
+ lexicon: azure
7
+ resource_type: Microsoft.AzureStackHCI/virtualNetworks_subnets
8
+ ---
9
+ `Microsoft.AzureStackHCI/virtualNetworks_subnets`, a resource type of the azure lexicon.
10
+
11
+ ## Properties
12
+
13
+ - `name` (`string`, required): The resource name
14
+ - `properties` (`virtualNetworks_subnets_VirtualNetworkSubnetProperties`, required): The resource-specific properties for this resource.
15
+ - `extendedLocation` (`virtualNetworks_subnets_ExtendedLocation`, optional): The extendedLocation of the resource.
16
+
17
+ ## Attributes
18
+
19
+ - `id`