Commit 05a0192
committed
feat: add Azure networking constructs and VM resources
- Add VirtualNetwork construct with schema validation
- Add Subnet construct with address prefix validation
- Add NetworkSecurityGroup construct with security rules
- Add PublicIpAddress construct with allocation methods
- Add NetworkInterface construct with IP configurations
- Add VirtualMachine construct with OS and disk configurations
- Add VirtualMachineScaleSet (VMSS) construct
- Update AzAPI provider bindings with lazy loading
- Add comprehensive tests for all new constructs
- Update package dependencies and API documentation1 parent 9b79583 commit 05a0192
File tree
78 files changed
+55998
-16249
lines changed- src
- azure-networkinterface
- lib
- test
- azure-networksecuritygroup
- lib
- test
- azure-publicipaddress
- lib
- test
- azure-subnet
- lib
- test
- azure-virtualmachine
- lib
- test
- azure-virtualnetwork
- lib
- test
- azure-vmss
- lib
- test
- core-azure/lib/azapi
- providers-azapi
- data-azapi-client-config
- data-azapi-resource-action
- data-azapi-resource-id
- data-azapi-resource-list
- data-azapi-resource
- data-plane-resource
- provider
- resource-action
- resource
- update-resource
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
78 files changed
+55998
-16249
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | | - | |
65 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments