Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Commands/network/vnet/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,9 @@ List virtual networks.
network vnet list --query "[?contains(addressSpace.addressPrefixes, '10.0.0.0/16')]"
```

### [2025-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL3ZpcnR1YWxuZXR3b3Jrcw==/2025-07-01.xml) **Stable**
### [2025-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL3ZpcnR1YWxuZXR3b3Jrcw==/2025-07-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.network/virtualnetworks 2025-07-01 -->
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/virtualnetworks 2025-07-01 -->

#### examples
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Reference [/subscriptions/{}/providers/microsoft.network/virtualnetworks 2025-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL3ZpcnR1YWxuZXR3b3Jrcw==/2025-07-01.xml)

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,12 @@
<prop type="array<@CommonApplicationSecurityGroup_read>" name="applicationSecurityGroups">
<item type="@CommonApplicationSecurityGroup_read"/>
</prop>
<prop type="string" name="billingSku">
<enum>
<item value="&quot;Fixed&quot;"/>
<item value="&quot;PayAsYouGo&quot;"/>
</enum>
</prop>
<prop type="array<object>" name="customDnsConfigs">
<item type="object">
<prop type="string" name="fqdn"/>
Expand Down Expand Up @@ -1702,7 +1708,7 @@
<help short="Array of IpAllocation which reference this VNET."/>
<item type="@CommonSubResource_create"/>
</arg>
<arg type="object" var="$parameters.properties.summarizedGatewayPrefixes" options="summarized-gateway-prefixes sgp" stage="Preview" group="Properties" cls="CommonAddressSpace_create">
<arg type="object" var="$parameters.properties.summarizedGatewayPrefixes" options="summarized-gateway-prefixes sgp" group="Properties" cls="CommonAddressSpace_create">
<help short="A configurable list of summarized gateway prefixes advertised for the virtual network."/>
<arg type="array<string>" var="@CommonAddressSpace_create.addressPrefixes" options="address-prefixes">
<help short="A list of address blocks reserved for this virtual network in CIDR notation."/>
Expand Down Expand Up @@ -3351,6 +3357,12 @@
<prop type="array<@CommonApplicationSecurityGroup_read>" name="applicationSecurityGroups">
<item type="@CommonApplicationSecurityGroup_read"/>
</prop>
<prop type="string" name="billingSku">
<enum>
<item value="&quot;Fixed&quot;"/>
<item value="&quot;PayAsYouGo&quot;"/>
</enum>
</prop>
<prop type="array<object>" name="customDnsConfigs">
<item type="object">
<prop type="string" name="fqdn"/>
Expand Down Expand Up @@ -4458,7 +4470,7 @@
</arg>
</item>
</arg>
<arg nullable="True" type="object" var="$parameters.properties.summarizedGatewayPrefixes" options="summarized-gateway-prefixes sgp" stage="Preview" group="Properties" cls="CommonAddressSpace_update">
<arg nullable="True" type="object" var="$parameters.properties.summarizedGatewayPrefixes" options="summarized-gateway-prefixes sgp" group="Properties" cls="CommonAddressSpace_update">
<help short="A configurable list of summarized gateway prefixes advertised for the virtual network."/>
<arg nullable="True" type="array<string>" var="@CommonAddressSpace_update.addressPrefixes" options="address-prefixes">
<help short="A list of address blocks reserved for this virtual network in CIDR notation."/>
Expand Down Expand Up @@ -5410,6 +5422,12 @@
<prop type="array<@CommonApplicationSecurityGroup_read>" name="applicationSecurityGroups">
<item type="@CommonApplicationSecurityGroup_read"/>
</prop>
<prop type="string" name="billingSku">
<enum>
<item value="&quot;Fixed&quot;"/>
<item value="&quot;PayAsYouGo&quot;"/>
</enum>
</prop>
<prop type="array<object>" name="customDnsConfigs">
<item type="object">
<prop type="string" name="fqdn"/>
Expand Down
Loading