Update parameters for logical network creation#4276
Conversation
Fixed CLI syntax in static logical network example. Added missing space between --no-gateway and --ip-pool-start. Corrected undefined PowerShell variable $fabricResourceID in the example.
|
Learn Build status updates of commit 52567d2: ✅ Validation status: passed
For more details, please refer to the build report. |
There was a problem hiding this comment.
Pull request overview
Updates the multi-rack “static logical network” documentation example to ensure the provided CLI snippet is syntactically correct and the referenced variables are defined.
Changes:
- Replaced an unused/incorrect internal network variable with
$fabricResourceIDin the parameter setup. - Fixed the
az stack-hci-vm network lnet createexample so flags are correctly spaced/continuous (no broken line). - Reordered IP pool variables and normalized the “Next steps” list formatting.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ```azurecli | ||
| $lnetName = "mylocal-lnet-static" | ||
| $internalNetworkName = "<Layer 3InternalNetwork>" | ||
| $fabricResourceID = "<Layer 3InternalNetworkID>" |
|
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
|
This pull request has been inactive for 7 days. |
|
@kerimhanif : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
@kerimhanif : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
Fixed CLI syntax in static logical network example. Added missing space between --no-gateway and --ip-pool-start. Corrected undefined PowerShell variable $fabricResourceID in the example.
Changed the order in the variable list, moved $ipPoolStart to the top