Skip to content

feat: add step for Azure networking component#1199

Open
xinWeiWei24 wants to merge 1 commit into
v2from
xinwei/lib-vnet-routetable
Open

feat: add step for Azure networking component#1199
xinWeiWei24 wants to merge 1 commit into
v2from
xinwei/lib-vnet-routetable

Conversation

@xinWeiWei24
Copy link
Copy Markdown
Collaborator

Add CreateVNet, CreateSubnet (with optional exportVar to emit subnet ID as ADO variable), CreateRouteTable (with egress route), and AssociateRouteTable to lib/steps/azure.

Add CreateVNet, CreateSubnet (with optional exportVar to emit subnet ID
as ADO variable), CreateRouteTable (with egress route), and
AssociateRouteTable to lib/steps/azure.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
--name "${name}" \\
--address-prefixes ${addressPrefixes} \\
--subscription "${subscription}"
""" + exportScript
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you just run the two commands in the same script block to avoid script concating?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants